Published onJanuary 27, 2024How to implement Theme Switcher in JavaScriptJavaScriptHave you ever implemented a dark/light/system theme switcher? No? If not, let's do this together
Published onJanuary 21, 2024How to Improve Development Experience of your React ProjectReactJavaScriptTypeScriptLintingWe'll cover how to set up Prettier, ESLint, Stylelint, Commitlint, and Husky to speed up your development and have consistent code styles across the team
Published onJanuary 14, 2024How to Set Up Your First React ProjectReactJavaScriptTypeScriptAre you starting with React? This article is about a short and easy way to create React application
Published onMarch 31, 2023The Best Way to Reduce Complex if-else StatementsImprovementsJavaScriptThe article describes a really simple and powerful way of handling multiple statements without using if-else conditions