Skip to content

Deployment & DevOps

Most MERN portfolios end at the repository. This page is the other half of my work the servers, proxies, certificates and pipelines that carry every project on this site.

3

Cloud platforms in production

Platforms

Where my work actually runs.

01

AWS

EC2, S3, CloudFront, Route 53

02

DigitalOcean

Droplets, managed DNS, snapshots

03

Hostinger

VPS hosting, domains, SSL

Practice

What I set up, every single time.

A repeatable path from a merged branch to a certificate-backed URL, applied across every product below.

01

Server & reverse proxy

Ubuntu droplets and EC2 instances configured by hand: Nginx as reverse proxy in front of Node, PM2 for process management and restart-on-boot, Let's Encrypt for SSL, and firewall rules locked to the ports that matter.

02

CI/CD & automated releases

Push-to-deploy pipelines so a merge to main builds, tests and ships without anyone SSH-ing into a box. Release cycles that used to be manual are now a single merge.

03

CDN & static delivery

Heavy assets - 3D property models and 360° panoramic photography - served from S3 behind CloudFront so the first paint is fast regardless of where the buyer is browsing from.

04

Domains, DNS & SSL

Subdomain strategy, DNS records and certificates set up per product, so each client site and its CRM sit on clean, separately certified hosts.

Infrastructure map

Every project, and what carries it.

Next project

From initial concept to production day I deliver.

Whether it needs a fresh architecture, a CRM from scratch, or somebody to take an existing build from localhost to a live domain with SSL, I can do the whole path.