TaskFlow API
A task management API built with Node.js, TypeORM, and PostgreSQL, featuring authentication and role‑based access control.
Full‑Stack Developer
I work with JavaScript, PostgreSQL, MongoDB, and TypeORM to design and build reliable backends and polished frontends.
type Stack = {
language: string;
db: string[];
orm: string;
};
export const anuragStack: Stack = {
language: "JavaScript",
db: ["PostgreSQL", "MongoDB"],
orm: "TypeORM"
};
I enjoy turning ideas into full‑stack applications, especially where data modeling and APIs meet clean, minimal UI.
This portfolio is intentionally simple and focused on learning. The goal is to showcase a solid tech stack (JavaScript, PostgreSQL, MongoDB, TypeORM) while keeping the design clean and easy to extend.
You can use this as a base to experiment with new features, hook it up to a real backend, or recreate it with your favorite framework.
Technologies I use to build full‑stack applications.
Modern JavaScript for building interactive client‑side experiences and backend services.
Relational database design, efficient queries, and data integrity using Postgres.
Document‑based data modeling for flexible, JSON‑like storage and APIs.
Mapping JavaScript/TypeScript models to SQL databases with a clean, typed API.
Example project ideas you can build or replace with your real work.
A task management API built with Node.js, TypeORM, and PostgreSQL, featuring authentication and role‑based access control.
Event collection service using MongoDB for flexible event schemas and time‑series queries for dashboards.
A set of UI components and layouts exploring clean, responsive design patterns using modern CSS and vanilla JS.
Interested in collaborating or giving feedback? Reach out.
This is a static template. Replace the placeholders below with your real contact details or wire this form to a backend or service like Formspree.