Skip to content

ankittrip/ankittripathi-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Ankit Tripathi Portfolio

A modern full-stack developer portfolio showcasing backend systems, AI-powered applications, distributed architectures, and production-ready projects.

Live Demo

Frontend: https://ankittripathi-dev.vercel.app

Backend API: https://ankittripathi-dev.onrender.com


Tech Stack

Frontend

  • React.js
  • Vite
  • Tailwind CSS

Backend

  • Node.js
  • Express.js

Database

  • PostgreSQL
  • Prisma ORM

Deployment

  • Vercel (Frontend)
  • Render (Backend)

Features

  • Modern responsive UI
  • Project showcase with detailed case studies
  • Architecture section for system design demonstrations
  • Contact form with backend integration
  • PostgreSQL database storage
  • Production deployment
  • Mobile-friendly design

Featured Projects

Bulk Data Uploader

A scalable data ingestion platform designed to process large datasets with background workers and real-time tracking.

Highlights

  • Redis Queue Processing
  • BullMQ Workers
  • Real-Time Updates
  • PostgreSQL Storage
  • Batch Processing
  • Failure Tracking & Retry Logic

AI Software Engineering Team

A multi-agent AI system that simulates a software engineering team.

Highlights

  • Planner Agent
  • Architect Agent
  • Backend Agent
  • Frontend Agent
  • QA Agent
  • PostgreSQL Memory Layer

Project Structure

portfolio/
│
├── frontend/
│   ├── src/
│   ├── public/
│   └── package.json
│
├── backend/
│   ├── prisma/
│   ├── server.js
│   ├── package.json
│   └── .env
│
└── README.md

Local Setup

Clone Repository

git clone https://github.com/ankittrip/ankittripathi-dev.git
cd ankittripathi-dev

Frontend

cd frontend
npm install
npm run dev

Backend

cd backend
npm install
npm run dev

Environment Variables

Frontend

VITE_API_URL=http://localhost:5000

Backend

DATABASE_URL=your_database_url
PORT=5000

About Me

Backend Engineer focused on building scalable systems, distributed architectures, AI-powered applications, and production-ready full-stack solutions.

Core Skills

  • JavaScript
  • Node.js
  • Express.js
  • PostgreSQL
  • Prisma
  • Redis
  • BullMQ
  • React.js
  • System Design
  • REST APIs

Contact

Portfolio: https://ankittripathi-dev.vercel.app

LinkedIn: https://linkedin.com/in/ankittripathi-dev

GitHub: https://github.com/ankittrip

About

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors