Articles & Guides
What is JavaScript Strict Mode and Why You Should Use It?
Explore the benefits of JavaScripts strict mode in enhancing code reliability and preventing common mistakes. This article delves into its features, real-world examples, and reasons why both beginners and pros should consider its adoption.
How to Run TypeScript in VS Code
Learn how to set up, run, and debug TypeScript in Visual Studio Code. This guide provides step-by-step instructions to enhance your JavaScript development process. Dive into the seamless integration of TypeScript with VSCode for a productive coding session.
First Class Functions in Javascript
This article introduces you to first class functions, and how functions can be treated as first class citizens in programming, demonstrating their utility and practical applications in Javascript.
Simple marketing website with tailwind CSS and React
Complete guide to building a landing page for a SaaS application from scratch, using Vite + React + Tailwind
Adding animations with Lottie in React
You will be amazed at how simple adding pre-made animations to your React website can be with Lottie, the JSON-based animation library.
Landing pages with dark mode
See how to respond to your users' color scheme setting by displaying your landing page in dark mode, using Tailwind CSS