How I Use AI at My Work
AI tools have changed how many of us write code. Over the past few years, I’ve been integrating AI into my daily development workflow, and it has significantly changed how I approach building …
Read Article →Software engineer writing about TypeScript, frontend architecture, and clean code patterns.
AI tools have changed how many of us write code. Over the past few years, I’ve been integrating AI into my daily development workflow, and it has significantly changed how I approach building …
Read Article →
The Problem: Runtime Crashes in TypeScript Ever found yourself debugging a production issue only to discover that your API call crashed at runtime? …
Read article
Clean Architecture in Frontend Recently, the term “Clean Architecture” was discussed in my company. It sounded interesting, so I started …
Read articleToday I implemented a feature of YouTube in my app . This feature will play video on hover of the thumbnail of a video. Code Changes This commit is …
Read article
At my work, I learned Kubernetes and used that to migrate an old API project. It required lots of learning and research. In this post, I will share my …
Read article