Published onJanuary 12, 2026My Journey Through JavaScript: Web and Mobile Project Insightsmobile-appweb-applicationjavaScriptreactreact-nativeIn this blog post, I will talk about my personal projects that I developed over the course of learning JavaScript and other technologies.
Published onJanuary 11, 2026Learning TypeScript: Conditional Types UnleashedTypeScriptIn this blog post, you can learn about conditional types in TypeScript and why they are useful.
Published onJanuary 2, 2026How to Use the "git-filter-repo" tool with a Downloaded Script to Clean up a Big Git RepositorygitIn this blog post, I will show how to preferably clean up a large repository using the "git-filter-repo" tool.
Published onJanuary 1, 2026How to Disable Console Logs in Vanilla JavaScript in ProductionjavascriptloggingIn this blog post, I will share with you how I disabled console logs in production in a regular JS app, while keeping all of them during development.
Published onDecember 31, 2025Bugs I Encountered While CodingcodingjavascriptbugsIn this blog post, I will share with you how I encountered 2 different bugs at different points in time and what realizations I had.