About

Welcome!

... and thanks for stopping in. This site is a living portfolio to demonstrate technical skills in an enjoyable way. I want to create something special for both my friends and future employers alike. A calm dark corner on the internet to chill and catch up with me, let me know what you've been up to, or browse through what I've been building.

Click the Blog-App and say hi, or keep scrolling down and find out how it works.

More soon,

Nick <3

AWS Resources Used

Open Source

Server Configuration

The web server runs on an Ubuntu EC2 instance. The AMI is linked in the sources section below. The main app is built with Flask, served through Gunicorn, and reverse proxied by Nginx. I took an extra step to configure Gunicorn to enable HTTPS using Let's Encrypt SSL/TLS certs. In my case, it was a cost effective alternative to using AWS App Load Balancers required for AWS Certificate Manager

Additional Credits

Database configuration, design, and development all by Michael Karpinski.