Software Developer

Building digital solutions that merge creativity with performance.

Let's talk
Amrish Yadav

About me

I'm Amrish Yadav, a BCA student at IGNOU with a strong foundation in Physics, Chemistry, and Mathematics from 12th grade. I blend analytical thinking with creative coding to build robust web applications. Passionate about modern UI/UX and backend efficiency.

2+ years of freelance experience · 10+ projects shipped

I love contributing to open source and writing technical blogs.

What I do

Web Development

Fast, scalable websites with modern frameworks (React, Next, Node).

Responsive UI Design

Pixel‑perfect interfaces that work flawlessly on every device.

Backend (Python/Firebase)

Robust APIs, serverless functions, and real‑time data solutions.

Featured projects

Live

Compressdocument.in

Utility tool for document optimization — reduce PDF/Word size instantly.

Next.jsTailwindSharp
Live demo
SaaS

Resumemakerr.com

Professional resume builder with ATS‑friendly templates and PDF export.

ReactNode.jsMongoDB
Live demo
Blog

Ai247hub.com

AI‑focused niche blog targeting a US audience — tutorials & news.

GatsbyFirebaseTailwind
Live demo

Latest blog posts

10 modern React hooks you need

Feb 12, 2026 · 5 min read

Explore the most useful custom hooks that speed up development.

Read more →

Firebase vs. Supabase in 2026

Jan 28, 2026 · 7 min read

A head‑to‑head comparison for real‑time apps.

Read more →

Glassmorphism with Tailwind

Jan 10, 2026 · 4 min read

Step‑by‑step guide to create stunning glass effects.

Read more →

Code Lab

Snippet: Debounce function

function debounce(fn, delay) {
  let timer;
  return (...args) => {
    clearTimeout(timer);
    timer = setTimeout(() => fn(...args), delay);
  };
}

Snippet: Firebase config

const firebaseConfig = {
  apiKey: "AIza...",
  authDomain: "your-app.firebaseapp.com",
  projectId: "your-app",
  storageBucket: "your-app.appspot.com"
};

Upload your code

(demo – no server)

No file selected

Get in touch