<AP/>
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

01

E-Commerce Platform

Full-stack e-commerce solution with admin dashboard

C#ASP.NET CoreAngularSQL ServerStripe
02

Task Management App

Collaborative task management tool with real-time updates

Next.jsTypeScriptPrismaPostgreSQLWebSocket

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    │ │   │
│  │  └──────────────┘  └──────────────┘  └──────────┘ │   │
│  │                                                     │   │
│  └─────────────────────────────────────────────────────┘   │
│                                                             │
└─────────────────────────────────────────────────────────────┘