My blog posts
Occasionally, I write posts about something what I think is unique and useful. Mostly about software development and things that I couldn’t find in the internet.
🖼️ Icon Generator for Alfred
Generate icons for your Alfred workflows with ease.
🔌 Websockets in Spring Boot made simple
How to configure WebSockets in Spring Boot without STOMP and SockJS
🕹️ Raspberry Pi 5 - Game Streaming Console
My journey to create a game streaming console using Raspberry Pi 5 and Moonlight.
✍️ Twitter vs Blog: Grumpy opinion
Twitter is a mediocre joke, or this is only my impression?
🔎 Algolia search for my documentation
About implementing Algolia search in my documentation built with NextJS and Markdown.
💬 From GatsbyJS to NextJS
Switching from GatsbyJS and Create React App to NextJS. Why I did it and how I did it.
🚛 MySQL optimization tips
List of the most commonly used and shared ideas on improving MySQL performance.
🌱 On poking users with e-mails
Sending e-mails based on user activity. How I did it and why I did it.
☀️ From GatsbyJS to Jekyll
Why I moved from GatsbyJS to Jekyll and why you should consider it too.
☁️ Custom CodeBuild environment with Amazon ECR
Configuring CodeBuild environment with custom Docker image hosted on Amazon ECR.
📨 Contact form on a static page with Amazon Lambda
How to create a contact form on a static page with Amazon Lambda Function.
🔐 Authenticated websockets in Spring Boot and ReactJS
Authenticating websocket connection with Spring Boot and ReactJS.