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
- Start with the data model, not the UI
- Ship an ugly v1 sooner
- Ask for feedback before building feature #3
And that's basically it. More posts coming when I stop procrastinating.