blog

How-to guides and notes on DevOps, Docker and programming.

  1. 1 min read#tutorials

    How to Install Jenkins using Docker?

    Install Docker on Ubuntu, then deploy Jenkins in a container.

  2. 3 min read#tutorials

    How to Install Apache on Docker?

    Install Docker, then run the Apache web server in a container and serve your own HTML page.

  3. 18 min read#devops

    The Evolution of Server Virtualization: From VMs to Containers

    How server virtualization and containerization changed the way we harness computing power and run software, from VMs to containers.

  4. 6 min read#devops

    How to host your flask app for free?

    Host a Flask app for free on Vercel, with a custom domain and free SSL.

  5. 3 min read#tutorials

    How to Install Java in Windows?

    Install Java on Windows and set up the Eclipse IDE for Java programming.

  6. 4 min read#tutorials

    How to install C and C++ in VS Code?

    Install the MinGW C/C++ compiler on Windows and set up VS Code to compile and run C and C++ code.

  7. 3 min read#tutorials

    How to install C and C++ on Windows?

    The easiest way to get C and C++ working on Windows: install the compiler along with the Code::Blocks IDE.

  8. 2 min read#tutorials

    How to Integrate Qt Designer with Pycharm?

    Design GUIs in Qt Designer and convert them to Python straight from PyCharm, without running pyuic5 by hand.

  9. 6 min read#blogging

    Should you use a static site generator for your next blog?

    What static site generators are, how they turn Markdown into a website, and whether you should use one for your blog.