ayush@portfolio ~ /
$ whoami
Ayush Pokhrel
$ cat role.txt
Full Stack Developer
$ cat bio.txt
Passionate full-stack developer with expertise in .NET, Angular, and modern web technologies. Focused on building scalable, efficient applications with clean architecture.
$ ls projects/
Current Stack
# Frontend
- Angular
- Next.js
- React
- TypeScript
- JavaScript
- HTML/CSS
# Backend
- C#
- ASP.NET Core
- .NET
- REST API
- Entity Framework Core
- LINQ
# Data
- SQL Server
- PostgreSQL
- MySQL
- Prisma
- Redis
# Infra
- Docker
- Docker Compose
- Linux
- Ubuntu
- Nginx
- AWS
- CI/CD
- SSL/HTTPS
Selected Work
Experience
Jan 2023 — PresentFull Stack DeveloperFreelance Developer
Building custom web applications for clients using modern technologies
C#ASP.NET CoreAngularSQL ServerDocker
Jun 2022 — Dec 2023Backend DeveloperTech Startup
Developing and maintaining backend services for a SaaS platform
C#.NET CorePostgreSQLRedisDocker
Infrastructure & DevOps
architecture.txt
┌─────────────────────────────────────────────────────────────┐ │ Client Request │ │ │ │ │ ▼ │ │ ┌─────────┐ │ │ │ Domain │ DNS resolution │ │ └────┬────┘ │ │ │ │ │ ▼ │ │ ┌─────────┐ │ │ │ Nginx │ Reverse proxy · SSL · Static files │ │ └────┬────┘ │ │ │ │ │ ▼ │ │ ┌─────────────────────────────────────────────────────┐ │ │ │ Docker Host │ │ │ │ │ │ │ │ ┌──────────────┐ ┌──────────────┐ ┌──────────┐ │ │ │ │ │ Next.js │ │ .NET API │ │ Postgres │ │ │ │ │ │ :3000 │ │ :5000 │ │ :5432 │ │ │ │ │ └──────────────┘ └──────────────┘ └──────────┘ │ │ │ │ │ │ │ └─────────────────────────────────────────────────────┘ │ │ │ └─────────────────────────────────────────────────────────────┘