Cheat Sheet: Docker

Table of Contents No headings found in this post. Comprehensive, real-world Docker cheat sheet. As a developer, you will use these commands daily during local development (to spin up databases, run microservices, and clean up your machine) and when setting up CI/CD...

read more...

Cheat Sheet: git

1. Setup & Configuration Define your Git identity (required before first commit) git config --global user.name "John Doe"git config --global user.email "john@example.com" Example: Set your name/email to attribute commits correctly. Starting a Project Clone an existing...

read more...

Recent Comments

Categories