Auto-Deploy Vue App with GitLab CI/CD on Ubuntu 18.04
Streamline Your Vue Development with Docker and GitLab CI Get Started with Vue CLI To begin, ensure you have the latest version of Node installed on your local machine. Next,…
"Any fool can write code that a computer can understand. Good programmers write code that humans can understand." ― Martin Fowler
Streamline Your Vue Development with Docker and GitLab CI Get Started with Vue CLI To begin, ensure you have the latest version of Node installed on your local machine. Next,…
Unlocking the Power of Continuous Integration As a developer, you strive to deliver high-quality code and ensure seamless user experiences. Continuous Integration (CI) is a crucial step in achieving this…
Kubernetes Deployment Options: A Comprehensive Guide Kubernetes, also known as K8s, is a popular container orchestration platform that offers flexibility, scalability, and high availability. When it comes to deploying Kubernetes,…
A home lab provides a practical setting to learn IT skills and test configurations with varying complexity, from laptops with virtual machines to full server racks. Essential for professional development,…
Maria DB is a popular open-source relational database management system that is compatible with MySQL. It offers high performance, scalability, security, and ease of use. In this blog post, I…
This pipeline will allow you to capture, transform, and load streaming data into a data warehouse for analysis and visualization. Overview The following diagram illustrates the high-level architecture of the…
PostgreSQL is a popular open-source relational database management system that offers many advanced features and high performance. In this blog post, we will show you how to install PostgreSQL 15…
Intro Ruby on Rails should give you super powers. However its not the easiest to deploy in the traditional way (deploying on a Linux virtual machine). Docker to the Rescue…
The basic commands you need, to be productive with docker: How do I get a list of all running docker containers ? How do I just get all the containers…