profile image

Have a question or a project in mind?

Just hit the button below and reach out — I'll get back to you within 24 hours!
Whether it’s building a website, developing a program, or even grabbing a meal together,
I’m open to any kind of conversation. 😊

Journal

Miuju 2024: Maesil Liquor

Posted 15 days ago
javascript
Miuju is a fruit liqueur made with 2024 Goyang-grown plums. 'Miu' is the creator’s cat, and 'uju' reflects the endless inspiration she brings.

#Beverage#Homemade#Maesilju

Miuju: A Sip of Code and Plums

Miuju isn’t just a fruit liqueur—it’s a little piece of my heart, bottled up with care. As a developer and musician, I poured my love for creating into this project, blending the juicy plums of Goyang, Korea, with a touch of traditional Maesilju magic. The name ‘Miuju’ comes from my cat, Miu, whose curious eyes and endless inspiration (that’s the ‘uju,’ meaning universe in Korean) sparked this whole adventure. With fewer than 100 bottles made, each one holds a story of time, craft, and a whole lot of feeling.

Miuju 2024 bottle with minimalist Korean label

Picture this: it’s May 2024, and I’m out in the orchards of Goyang, picking the ripest, reddest plums under the spring sun. Every plum was hand-checked, gently washed, and air-dried to keep it perfect—like cleaning up code before a big commit. I mixed those plums with sugar and refined soju, stirring them together just right to let the flavors meld. Then, into glass jars they went, sealed up tight and ready for a year of quiet transformation.

For 12 months, those jars sat in a cool, dark corner, letting time work its magic. No rushing, no shortcuts—just the slow, natural infusion of plum goodness into the soju. It’s like waiting for a long-running script to finish: you trust the process and let it unfold. The result? A liqueur that’s deep, smooth, and full of soul, with the plums’ tart sweetness shining through in every drop.

The Spark Behind Miuju

Miuju started with a moment that stuck with me: my cat Miu, barely a year old, staring out the window with those big, curious eyes. Her silhouette against the light felt like a tiny universe of ideas waiting to happen. That’s where ‘Miuju’ was born—Miu plus ‘uju,’ a nod to the endless inspiration she brings. As a developer, I’m always chasing those sparks, whether it’s a clever line of code or a new project like this. Miuju is my way of bottling that feeling, blending craft with creativity.

Miuju 2024 bottle in a cozy setting

Design & Packaging: Crafted with Soul

Miuju’s look is as captivating as the liqueur inside. I collaborated with a handcrafted glass atelier in Goyang, where skilled artisans breathe life into molten glass, shaping each bottle with a mystical touch. These bottles, with their smooth curves and understated elegance, seem to glow with the quiet magic of traditional glasscraft. They’re not just containers—they’re vessels for Miuju’s story, designed to hold the essence of a fleeting moment.

The labels are my own creation, drawn with the same care I put into coding a clean UI. Each one features a single, striking element: the silhouette of my cat, Miu, gazing out a window, etched in minimalist Korean typography. Printed on water-resistant paper, these labels are hand-applied, one by one, like perfecting the last pixel of a webpage. With only a handful of bottles crafted, each feels like a unique piece of art, whispering Miuju’s story of curiosity and craft.

Recipe: A JavaScript Vibe

Being a developer, I couldn’t resist turning the Miuju recipe into something playful—like a snippet of JavaScript pseudocode. This little ‘program’ captures the spirit of making Miuju: mixing ingredients, checking the vibe, and waiting patiently for the magic to happen. It’s a nod to how I approach both coding and crafting—structured, but with room for creativity.

1const plumJar = {};
2
3let sugar = 0;
4
5while (sugar < 100) {
6  sugar++;
7  if (sugar % 10 === 0) {
8    plumJar[`plum-${sugar / 10}`] = 'a handful of plums';
9    console.log(`Tossed in some plums at sugar level ${sugar}`);
10  }
11}
12
13if (Object.keys(plumJar).length >= 10) {
14  plumJar.liquor = 'refined soju';
15  plumJar.sealed = true;
16  console.log('Jar sealed. Ready to chill...');
17}
18
19const waitOneYear = () => {
20  return new Promise((resolve) => {
21    setTimeout(() => {
22      resolve('Miuju’s ready, aged to perfection!');
23    }, 365 * 24 * 60 * 60 * 1000); // One year, give or take
24  });
25};
26
27(async () => {
28  const msg = await waitOneYear();
29  console.log(msg);
30  console.log('Cheers! 🍶');
31})();

This code is like Miuju itself: a loop of adding ingredients, a check to make sure everything’s good, and a long wait for the flavors to come together. It’s the same patience I bring to debugging a tricky bug or tweaking a Next.js app. The result is something that feels just right, like a perfectly timed console.log. This page, by the way, was built with Next.js and Tailwind CSS—my go-to tools for bringing ideas to life.

Flavor Profile & Alcohol Content

Miuju clocks in at about 34% alcohol by volume, but don’t let that number scare you—it’s smooth as can be. The first sip hits you with a soft plum aroma, followed by a natural sweetness that’s bright but never overpowering. There’s a touch of tartness from the year-long aging, plus hints of stone fruit and a faint floral vibe. It’s strong but gentle, warming you up like a cozy evening with friends.

It’s a liquor that sneaks up on you—light and easy on the tongue, but it leaves a warm glow in your mind.

Serving Suggestions & Pairings

Miuju’s got this versatile vibe that makes it fun to play with. Try it chilled in a small cup to let the plum flavors shine, or pour it over ice for a softer, floral kick. Feeling fancy? Mix it with soda water and a squeeze of lime for a fizzy spritzer, or shake it with gin and a splash of elderflower for a cocktail that’s pure elegance. It’s the kind of drink that feels right whether you’re winding down or celebrating.

After some experimenting, I found my favorite way to enjoy Miuju: one shot in a soju glass, mixed with 100ml of tonic water and a handful of ice—crisp, refreshing, and just perfect. It’s also great straight up, with the plum’s zing front and center. Sip it after a meal, and it works like a charm to settle your stomach. A small glass before bed? You’ll drift off into the coziest sleep. Honestly, it’s like a magic potion—tummy aches, sore throats, you name it, Miuju seems to make it better. Call it my homemade cure-all!

Want some Miuju vibes? Shoot me a DM!
CHANGHYUN.me
© 2015-2025 All rights reserved.
Thank you for Vercel