HIMANSHU BANSAL

Projects

A focused showcase of backend-heavy systems, full-stack products, professional logistics work, and structured learning projects.

Selected Systems

Full StackLive

URL Shortener Platform

Full Stack Web Application

April 2026

A full-stack URL shortener with authentication, custom aliases, expiry support, QR generation, click analytics, and user-owned URL management.

A useful URL shortener has to do more than store a long URL and return a short one. It must generate unique short codes, support custom aliases, enforce authenticated ownership, handle redirects quickly, check expiry rules, track analytics, and stay reliable after deployment. Small mistakes in these flows can lead to broken redirects, duplicate aliases, or users seeing data they do not own.

I built the backend APIs, JWT authentication, PostgreSQL schema, redirect logic, analytics tracking, frontend dashboard, and deployment flow. I also handled the integration details between the React frontend and .NET API, including CORS, environment variables, and production endpoint configuration.

.NET 8ASP.NET Core Web APIEF CorePostgreSQLRedisJWTRate LimitingDockerSerilogReactViteTailwind CSSRenderVercel
Full StackLive

Developer Portfolio Website

Personal Branding Website

April 2026

A personal portfolio website for showcasing projects, blogs, services, and professional experience.

A resume is useful, but it compresses too much context into bullet points. I wanted a recruiter-friendly structure where someone can quickly understand my backend focus, inspect real projects, read technical writing, and contact me without searching through disconnected links.

I built the website structure, homepage sections, project showcase, project detail pages, blog timeline, blog detail pages, services page, contact page, and contact form integration. I also deployed it with Vercel and connected it to a custom domain.

Next.jsReactTypeScriptTailwind CSSStructured TypeScript ContentResendVercel