Hey there! I'm Rhythm Doshi, a web developer who treats code like a creative medium—except my "paintings" involve semicolons, breakpoints, and the occasional 2 AM bug hunt. I believe great software should solve real problems and make users smile (even if it's just because the form actually submits without crashing).
As a full-stack developer, I love crafting seamless experiences from database to button click. Fueled by curiosity, coffee, and a healthy dose of stubbornness, I build applications that are as reliable as they are delightful. Whether its designing sleek UIs or engineering solid backends, I'm all about code that works—and works well.
1const profile = {
2 name: "Rhythm Doshi",
3 title: "Full-Stack Developer | Problem Solver | Tech Dabbler",
4 skills: [
5 "Java", "JavaScript", "TypeScript", "Node.js",
6 "Express.js", "MongoDB", "React.js", "Redux", "Next.js",
7 "DSA", "GitHub", "TailwindCSS", "StackOverflow Surfing"
8 ],
9 hireable() {
10 return (
11 this.traits.hardWorker &&
12 this.traits.problemSolver &&
13 this.skills.length >= 5 &&
14 this.traits.alwaysCurious
15 );
16 },
17 funFact: "Code so clean, it once got mistaken for poetry.",
18 funFact2: "Can center a div on the first try (most days).",
19 funFact3: "Tried rm -rf / once. Never again.",
20 speak() {
21 console.log("Hi, I'm " + this.name + ", your next favorite developer.");
22 }
23};
24
25profile.speak();
26console.log("Hireable? " + (profile.hireable() ? "Absolutely!" : "Maybe try again later..."));

SocietySync
Society Management Platform

CineClair
Movie & TV Rating Hub

BuzzTube
Video Sharing Platform

Lively
Online Chat Application

HangMan
The HangMan Game

Axel Agency
Axel Agency (UI)