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.
Published onOctober 21, 2025Solving External Script Loading Problems in Modern React Applicationsreactnextjsweb-developmentjavascriptIn this blog post, I will show how to add an external script to a React application.
Published onJuly 21, 2025How You Can Disable Console Logs in React NativeReact-NativeJavaScriptMobile-DevelopmentLoggingIn this blog post, I will show how you can disable console logs in React Native in production mode.