Blog

What I learned building
AksaraLoka from scratch

Building a platform for Indonesian local scripts taught me more about product thinking, scope creep, and knowing when to ship than any lecture ever did.


This is a template for your blog posts. Replace everything in .post-body with your actual writing. The styles below handle paragraphs, headings, code blocks, blockquotes, and lists — all pre-styled.

Why I started this project

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation.

The best way to learn is to build something you actually care about finishing.

What I actually built

Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante.

// example code block
function aksara(input) {
  return input.split('').map(char => convert(char)).join('');
}

What I'd do differently

And that's basically it. More posts coming when I stop procrastinating.


← All posts Contact