I build things, break things, and write what I learn.
Currently exploring:
- → LLMs
- → DevOps
- → Systems
DOCKER

Docker is an open-source platform that allows developers to build, package, and run applications in containers. Containers are lightweight, standalone, and executable units that include everything …
GIT - Global Information Tracker

- What is Git? Git is a distributed version control system (DVCS) that helps track changes in code and coordinate work between multiple people. It works locally on your machine and allows you to: …