-
I'm back
sort of…
-
Introducing FleeCOVID
Traveling may sound impossible but it doesn’t have to be. Introducing FleeCOVID, a website that helps you find getaway spots while traveling responsibly during COVID-19. Get the latest U.S travel guidelines for every state and stay in the loop on the latest changes.…
-
Our (my) Engineering Philosophies
Hello world, it's been a while! Unfortunately, this still doesn't mean I'm back to blogging regularly. I'm doing this because Apple News is complaining that I haven't posted in a while and they threatened to take my site down from their app. I still don't really have the bandwidth to…
-
A temporary hiatus for a productive and unproductive 2018
Only 27 days late! Story of my 2018. Trying to keep myself honest by doing this, and I promise I'll explain more by the end of this post. If you want the TL;DR, just scroll to the bottom. This year has been quite an experience for me. I quit…
-
AWS ECS logging with Papertrail
I've been spending a large amount of time with setting up a modern infra stack with lately, which pretty much involves Github + Docker + CircleCI + AWS ecosystem. What?!? No Kubernetes?! Iono...I just didn't feel like setting up Kubernetes since "container orchestration" is not really an issue for me right now.…
-
Leveraging Express Middleware to Authorize your API
Recently I've had to build a bunch of REST API's and I've been writing them mostly with Node.js and express. I ran into a scenario where I was building an internal admin panel and I wanted to ensure there was a proper authentication & authorization scheme to both Authenticate…