Latest articles

All the tip and tricks related to web development and UI design along with latest updates and news about me.

  1. Published on
    24 Aug 2024

    Web Security 101 for Frontend Developers

    Web security might not be the first thing on your mind when you're flexing your frontend skills, but it's the silent guardian keeping your app from falling into the wrong hands. From defending against sneaky XSS attacks to locking down your app with HTTPS, understanding the basics of web security is like having a superpower in your developer toolkit
  2. Published on
    24 Jun 2024

    TypeScript Unions: A Guide to Type Guards and Advanced Types

    Unlock the full potential of TypeScript unions with our fun and engaging guide! Discover how to navigate the challenges of union types, leverage type guards, and master advanced concepts like Only and Either. Write robust and flexible code that adapts to dynamic type scenarios effortlessly.