Git tutorial & cheatsheet
Git is a distributed version control system that is widely used in software development. It allows developers to track changes in code over time, collaborate with other developers, and manage code branches for different features or releases. As a software engineer, it’s important to have...
docker & docker-compose cheatsheet
Docker is a platform for developing, shipping, and running applications using containerization technology. It allows developers to package their applications and their dependencies into lightweight, portable containers that can be run on any machine that supports Docker. With Docker, developers can easily deploy their applications...