Category: CI/CD Pipelines

  • 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…

  • Getting Started with Integration Testing into CI/CD Pipeline

    Getting Started with Integration Testing into CI/CD Pipeline

    Continuous Integration and Continuous Deployment (CI/CD) pipelines have revolutionized the software development process, enabling teams to deliver applications at an accelerated pace while maintaining high quality. An integral part of a robust CI/CD pipeline is testing, which ensures that the application functions as expected and meets the required standards. In this blog post, we will…