I.G.W.T
-
Migrating Project Management Platforms
Aug 27, 2024 - 3 min readPrelude Switching from one project management platform to another is like moving to a new house—you’ve got to plan, pack, and hope you don’t lose …
Read More -
Create a Quick & Easy Web App / API
Aug 27, 2024 - 2 min readPrelude As a DevOps and migrations engineer, I often juggle multiple tasks and tight deadlines. When I need to quickly build a web app or a REST API, …
Read More -
Controlling Relays With a Raspberry Pi.
Jul 19, 2024 - 4 min readPrelude I was asked to code an API and build the basic circuitry of a Remote Controlled Locker Unit. Once done, I decided to make a template API with …
Read More -
Let's Talk CI/CD
Jun 21, 2024 - 2 min readWhat is CI/CD? CI/CD stands for Continuous Integration and Continuous Deployment. It’s a software development practice where code changes are …
Read More -
Using Docker Compose To Deploy a Nextcloud Stack
Jun 20, 2024 - 5 min readDocker Compose is a way to deploy and maintain a number of containerized services all at once. It simplifies the configurations that are sometimes …
Read More -
Let's Play With Docker
Jun 18, 2024 - 5 min readSince Docker is “something” that let’s you use “something else”, let’s make that something do something with …
Read More -
Basic Docker Commands
Jun 16, 2024 - 4 min readBasic Docker Commands Docker Pull Syntax: docker pull <image_name> Example: docker pull nginx/latest Use: The docker pull command is used to …
Read More -
Install Docker on Debian/RHEL Based Linux Distros
Jun 15, 2024 - 3 min readWhat is Docker? Docker is a platform that automates the deployment, scaling, and management of applications using containerization. Containers are …
Read More -
Docker Journey - Let's Start!
Jun 14, 2024 - 6 min readDocker Journey Let’s take some time to explore and personally experiment with Docker and container technology! This article is the …
Read More