RR
HomeProjectsBlogTravelAbout

Rishabh Rathod

Staff Frontend Engineer passionate about building efficient developer tools and user-friendly applications.

Quick Links

  • Projects
  • Blog
  • Travel Stories
  • About

Connect

© 2026 Rishabh Rathod. All rights reserved.

Tech Blog

Thoughts, tutorials, and insights about web development, programming, and the latest in tech.

February 16, 2025
13 min read

How I Automated Daily WhatsApp Messages to My Cook (No More Headaches!)

Meal coordination with a cook: what to make and who's in. Learn how I automated both daily meal notifications and WhatsApp polls (dinner/lunch headcount) with GitHub Actions, TypeScript, and Whapi — zero cost, zero hassle.

#Automation#GitHub Actions#TypeScript#WhatsApp#Productivity#Life Hacks
February 14, 2025
7 min read

System Design Learning Path — 12-Week Intensive Curriculum

A 12-week intensive curriculum for frontend developers transitioning to AI engineering. Complete both System Design Interview (Alex Xu) and Designing Data-Intensive Applications (DDIA) using only free resources—weekly reading, hands-on projects, and blog topics.

#System Design#Learning Path#DDIA#Alex Xu#Curriculum#Distributed Systems#AI Engineering
August 5, 2021
5 min read

Building an admin panel using low code tools - Appsmith

In the article, we will be building an admin dashboard that will help us manage the product data of a balloon's store website. The above image is a website's product page that fetches data from a goo

#Low Code#Tools#React
August 5, 2021
3 min read

Building a store website

In this article, I will share my experience building a website using Quarkly So, What is Quarkly 🤔 ? Quarkly is a low-code design tool for creating websites and web apps. It was the best fit for all

#Web Development
December 12, 2020
7 min read

Implementing MIUI's Wave Animation 🌊 Using React Native Reanimated v2

After the MIUI 12 upgrade, I just loved playing the new smooth animations 😍 and as a developer, was excited to know how to implement it 🤔. The first thing I did was google "Wave Animation Can it be

#React Native#Animation#JavaScript#Tutorial#React