Write more notes

2 min read

348 words

Remember the problem you encountered month ago? That once in a life time error that took a day / week to sort out? Yeah it occured a second time. Did you take notes on how you fixed it in the first place? No? Have fun finding the solution again.

Continue reading →

Why Deno's new sandboxes could let your app scale infinitely

7 min read

1857 words

An exciting new development has recently emerged in the Deno universe. The new sandbox project, which is currently in the alpha phase, allows any JavaScript code to be executed in an ephemeral environment. This means that user- or AI-generated code can be executed without the risk of malicious code being brought to the host system.

It's a combination of technologies that makes my nerd heart beat faster: Deno and Firecracker VMs combined.

Continue reading →

AI as a Sparring Partner: Manage Blog Post Marketing

2 min read

408 words

Over the last few days I have been building a tool that suggests possible titles, meta descriptions, a LinkedIn post and a newsletter issue based on my blog post files in Markdown. Personally, I want to focus on writing good blog posts that reflect my thoughts or work. As the content is more important to me than the 'marketing' around it, be it the LinkedIn post or the 'perfect' description of the article, I have considered using the tool to have this suggested by an AI model. My blog post is always used as the foundation, which is always attached to the prompt.

Continue reading →

Effortless Internationalization in JavaScript with the Intl API

7 min read

1678 words

When creating apps and websites, we often need to display data in different languages. Be it currencies, speeds, times or dates. Sorting words in different languages or dynamically setting the singular and plural forms of a word are also such use cases. For this there is the Intl API in JavaScript, which in my opinion still gets far too little attention.

In the past, I have written custom functions or used libraries to do the above in different languages.

So let's take a look at some of the functions of the Intl API and try to understand why it can make our lives easier.

Continue reading →

Find more posts on my blog