Latest

CI CD pipeline for a Python project using Git, Docker, Jenkins and Ansible

Submitted on Wed, 06/26/2024 - 20:23

In this tutorial, we will build a CI CD pipeline for a Python Flask project using Git, Docker, Jenkins and Ansible. Git shall be used for version control. Docker shall be used for containerization. Jenkins shall be used for continuous integration including build automation and Ansible shall be used for continuous deployment.

Git and Docker shall be the prerequisites for this project implementation. Also, an account at hub.docker.com shall be required to host the docker images needed for this project.

Tags

Computer Network Fundamentals

packet tracer

Welcome to this series on Computer Networking Fundamentals. In this series, we shall cover basics of Computer Networking on following topics:

It is recommended to follow the chapters in the order mentioned above.

Click on the link below to start the first chapter:

Java with docker

Submitted on Thu, 08/15/2024 - 16:12
In this tutorial, we will learn various approaches to deploy Java applications using Docker. We will learn to deploy both standalone and web applications using various techniques.

Tags

Connecting Cisco router and switch to ISP router with inter VLAN routing

Submitted on Fri, 05/17/2024 - 09:56
In this tutorial, we will learn how to connect an additional CISCO router and CISCO L3 switch to an existing ISP's router. After the connection, we will enable inter-VLAN routing in the L3 switch. This configuration will make sure that there are enough IP addresses and devices in different VLANs can communicate with each other when needed.