Generating a PDF Resume with Pandoc and Docker
In this post, we look at how to compile a markdown-formatted resume into a clean, print-ready PDF using Pandoc inside a container. ...
In this post, we look at how to compile a markdown-formatted resume into a clean, print-ready PDF using Pandoc inside a container. ...
In this post, we containerize this Hugo static site using Nginx and migrate our deployment pipeline from Google App Engine to Google Cloud Run. ...
These are the quick, basic steps to get a SQL Server instance running in Docker on your local machine for development purposes. ...
This is a basic yaml pipeline used in GitHub Actions in order to build this Hugo site and deploys it. After every commit to the main branch, this process converts markdown files to HTML using the Hugo build actions then deploys the updated site to an App Engine on Google Cloud Provider. ...
This is a quick tutorial on getting the basics of a useful Terminal environment for development on a Windows machine. ...