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 "PostgreSQL", "MySQL", "DSA", "GitHub", "TailwindCSS",
8 "StackOverflow Surfing"
9 ],
10 hireable() {
11 return (
12 this.traits.hardWorker &&
13 this.traits.problemSolver &&
14 this.skills.length >= 5 &&
15 this.traits.alwaysCurious
16 );
17 },
18 funFact: "Code so clean, it once got mistaken for poetry.",
19 funFact2: "Can center a div on the first try (most days).",
20 funFact3: "Tried rm -rf / once. Never again.",
21 speak() {
22 console.log("Hi, I'm " + this.name + ", your next favorite developer.");
23 }
24};
25
26profile.speak();
27console.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)

Nexora
Nexora (UI)