Who is Atharv Dev Singh
Atharv Dev Singh is a full-stack developer from India who builds web apps with Next.js, Node.js, and TypeScript. Read about Atharv, his projects, and his developer journey.
Who is Atharv Dev Singh?
My name is Atharv Dev Singh. I'm a full-stack developer from India. I build web applications, backend systems, and tools that people use every day. If you searched "Atharv Dev Singh" or "who is Atharv" and landed here, you're in the right place.
This page is the full story of Atharv Dev Singh: how I got into coding, what I build, what tools I use, and where I'm headed.
About Atharv Dev Singh
Atharv Dev Singh started writing code out of pure curiosity. I wanted to know how websites worked. I opened the browser, hit "Inspect Element," and that was it. That curiosity turned into HTML pages, then JavaScript projects, then full-stack applications.
Today, Atharv Dev Singh is a full-stack developer working with Next.js, React, TypeScript, Node.js, and PostgreSQL. I focus on building clean, fast, and usable software. I care about architecture, performance, and design in equal measure.
If you're looking for the Atharv Dev Singh who builds real products and writes about software engineering, you found him.
Atharv Dev Singh's Tech Stack
I pick tools based on what solves the problem best. Here's what Atharv Dev Singh works with daily:
Frontend
- React and Next.js for building fast, SEO-friendly web apps
- TypeScript for type safety and fewer bugs
- Tailwind CSS for rapid UI development
- Framer Motion for smooth, purposeful animations
Backend
- Node.js and Express for REST APIs and server-side logic
- PostgreSQL and MongoDB depending on the data model
- Redis for caching and session management
- Docker for consistent environments across dev and production
Here's how Atharv Dev Singh typically structures a backend route:
import { Router } from "express";
import { authenticate } from "@/middleware/auth";
import { validateBody } from "@/middleware/validate";
import { createPostSchema } from "@/schemas/post.schema";
import { PostController } from "@/controllers/post.controller";
const router = Router();
router.post(
"/posts",
authenticate,
validateBody(createPostSchema),
PostController.create
);
export default router;
Clean separation of concerns. Easy to test. Easy to scale.
How Atharv Dev Singh Thinks About Software
After years of building and shipping code, Atharv Dev Singh has developed a few principles:
- Write code your teammate can read in 30 seconds. If they can't, it's too clever. Rewrite it.
- Ship early and iterate. A working product today beats a perfect product next month. Get feedback, then improve.
- Invest in architecture on day one. Technical debt grows fast. The foundation matters.
- Design is functional, not decorative. Good design makes software usable. Great design makes the interface disappear.
These aren't abstract ideas. Atharv Dev Singh applies these every day while building products.
Atharv Dev Singh's Projects
Atharv Dev Singh has built and shipped multiple real-world projects:
- This portfolio (atharv.sanchetna.in) built with Next.js, statically generated, optimized for SEO and performance
- Backend APIs powering production applications with Express, PostgreSQL, and Redis
- AI-powered tools that automate developer workflows
- Open source contributions to projects in the JavaScript and TypeScript ecosystem
Each project reflects how Atharv Dev Singh approaches engineering: clean code, solid architecture, and a focus on the user.
What Atharv Dev Singh Does Outside of Code
Atharv Dev Singh isn't just a developer. Outside of coding:
- 📚 I read books on systems thinking, software design, and building things that last
- 🎬 I watch films about ambition, pressure, and people pushing their limits
- 🎮 I play games when I need to disconnect
- ✍️ I write blog posts on this site about engineering, backend systems, and developer life
The best engineers pull ideas from everywhere. Reading, watching, and building across different domains makes Atharv Dev Singh a better problem solver.
Where to Find Atharv Dev Singh
If you searched for "Atharv," "Atharv Dev," "Atharv Dev Singh developer," or "Atharv Singh portfolio," here are the best places to connect:
- Portfolio: atharv.sanchetna.in
- GitHub: @atharvdsingh
- Email: dsingh9450492600@gmail.com
What's Next for Atharv Dev Singh
Right now, Atharv Dev Singh is focused on:
- Building products that solve real problems
- Exploring AI-powered developer tools and automation
- Writing more about software engineering on this blog
- Contributing to open source
If you want to work together, have a project idea, or just want to talk about code and design, reach out. Atharv Dev Singh is always open to good conversations about building software.