Rahul Chhodde I'm a software developer with over seven years of experience in different web technologies.

Stories by Rahul Chhodde

Evaluating Alternatives to TypeScript’s Switch Case

Evaluating alternatives to TypeScript’s switch case

Dev

In this article, we will discuss TypeScript’s switch case, its advantages, and disadvantages, and cover some alternatives.

Rahul Chhodde
Oct 26, 2022 ⋅ 5 min read
Hsl And Hsla Vs Rgb And Rgba In Css

HSL and HSLA vs. RGB and RGBA in CSS

Dev

Instead of dealing with different color values like RGB, the HSL color function allows you to control the saturation and lightness of a specified hue.

Rahul Chhodde
Sep 16, 2022 ⋅ 5 min read
Initializing Lazy And Lateinit Variables In Kotlin

Initializing lazy and lateinit variables in Kotlin

Dev

The lateinit initialization can save you from repetitive null checks that you might need when initializing properties as nullable types.

Rahul Chhodde
Aug 15, 2022 ⋅ 7 min read

The advanced guide to the CSS :has() selector

Dev

The :has() pseudo-class has been a much-awaited addition to CSS – discover advanced implementations in this complete guide.

Rahul Chhodde
Jul 28, 2022 ⋅ 6 min read

Implementing claymorphism with CSS

Dev

Learn how to use CSS to implement claymorphism, a new UI style that gives webpages and apps fun and friendly vibes.

Rahul Chhodde
Jun 3, 2022 ⋅ 8 min read

Debugging Tailwind CSS and Next.js

Dev

Using Tailwind CSS and Next.js together can be a powerful match, sometimes a few bugs get in the way. Learn to fix them in this tutorial.

Rahul Chhodde
May 13, 2022 ⋅ 8 min read

How to implement glassmorphism with CSS

Dev

Learn how to implement slick glassmorphic effects with just CSS, Tailwind CSS, and Figma in this in-depth tutorial.

Rahul Chhodde
Apr 13, 2022 ⋅ 10 min read

A deep dive into custom directives in Vue.js

Dev

In this in-depth tutorial, learn how Vue custom directives can make your code cleaner and easier to read, and even give it an edge over React apps.

Rahul Chhodde
Feb 24, 2022 ⋅ 9 min read