Category: CI/CD Tools

  • Getting Started With Docker

    Getting Started With Docker

    Why Docker? Makes it easy to setup projects locally Most big companies/apps deploy their apps to the internet via docker What are we learning today? What is containerization? History of Docker How to install docker containers vs images Creating simple full stack app, dockerfile Containerizing the backend Deploying to dockerhub Pulling an image and deploying…

  • Best 10 CI/CD Tools You Must Know in 2023

    Best 10 CI/CD Tools You Must Know in 2023

    In the ever-evolving landscape of software development, Continuous Integration and Continuous Deployment (CI/CD) have become vital practices for ensuring efficient and reliable software delivery. CI/CD tools automate the build, test, and deployment processes, allowing development teams to streamline their workflows and deliver software at an accelerated pace. In this blog post, we will explore the…