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.
Published onDecember 15, 2025The Sea Battle Gameweb-developmentjavascriptIn this blog post, I will show you the JavaScript game called "Sea Battle" that I created to practice my JavaScript skills and to have one more good project under my belt.