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 togetherRead more →
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 teamRead more →
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 applicationRead more →
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 conditionsRead more →
Published onAugust 29, 2022How to Create a Web Page (Step by Step)CareerHTMLCSSIn this article we'll create our first website step by stepRead more →