Tag Docker

Introduction to MongoDB

Introduction to MongoDB

What is MongoDB? MongoDB is an open source NOSQL database. This means that data does not necessarily have to follow a schema. All data is stored in a JSON similar document format known as BSON or Binary JSON and will…

Introduction to Jenkins: Building CI/CD Pipelines

Introduction to Jenkins: Building CI/CD Pipelines

DevOps is a set of practices that aim to streamline the software development lifecycle by coordinating the development (Dev) and operations (Ops) departments. Teams with an integrated DevOps culture are able to continuously integrate and deliver software (CI/CD) by automating…