February 14, 2024 Observability & Source Maps: Through thorns to the stars Sentry released a new approach to source maps handling. It's simple and reliable. No excuses for not adopting source maps in your observability setup.
February 9, 2024 Cloudflare Workers: Unpacking My Fundamental Misunderstanding Exploring the truth behind Cloudflare Workers' isolation, fixing Cloudflare documentation and rethinking my approach to bulding Workers applications.
January 29, 2024 A Tribute to React React was facing a surge of criticism over the past year. Amidst this, people often exaggerated issues and ignored or diminished the objective true value of React. In the article, I'm highlighting an aspect of React that has been either overlooked or taken for granted, yet greatly contributed to its success.
January 15, 2024 Prevent ChatGPT from Using Your Data: A Privacy Guide OpenAI uses your ChatGPT data for model training and they give the impression that you can't prevent the usage of your data. Let's find ways to stop it.
January 10, 2024 Handling JSON data in SQL Databases Unlock the potential of storing JSON data in SQL databases. Learn from a real-world implementation in the Notion-Gtasks Sync app.
December 30, 2023 Beyond Frontend vs Backend: The Case for Fullstack Development Uncover the benefits of Fullstack development over traditional Frontend/Backend specialization. This article delves into why a unified approach leads to better outcomes in web development.
September 17, 2023 I'm receiving Unemployment Benefits in Germany Being affected by a layoff at work, I stepped into the area of German unemployment benefits. Here, I share my personal journey to help guide others.
February 19, 2023 A year as Staff Frontend Engineer What does it mean to be a Staff Frontend Engineer? My thoughts after a year of working as a Staff Frontend Engineer. What I liked and didn't like. The lessons I learned.
December 14, 2021 Widget Driven Development How we can achieve better decomposition in Frontend applications by leveraging streamlined Data Management.
November 10, 2021 State Management: Separation of Concerns How application of Separation of Concerns principle can simplify State Management in Frontend.