gitignore.io
Create useful .gitignore files for your project — gitignore.io Every time I create a new project and want to commit the first files, I see files I don’t want in the git reposito...
Writes about emerging technologies, machine learning, programming, other things, and 🖤 programming languages.
"There's life on mars" -- Scooter
Create useful .gitignore files for your project — gitignore.io Every time I create a new project and want to commit the first files, I see files I don’t want in the git reposito...
GNU poke is an interactive, extensible editor for binary data. Not limited to editing basic entities such as bits and bytes, it provides a full-fledged procedural, interactive pr...
Docker is a set of platform as a service (PaaS) products that use OS-level virtualization to deliver software in packages called containers. – Wikipedia: Docker I have started a...
A reverse proxy accepts a request from a client, forwards it to a server that can fulfill it, and returns the server’s response to the client. – What is a Reverse Proxy vs. Load B...
Compose is a tool for defining and running multi-container Docker applications. With Compose, you use a YAML file to configure your application’s services. — Overview of Docker Co...
Opposed to most other Linux distributions, Raspberry Pi is based on ARM architecture. Hence, not all Docker images will work on your Raspberry Pi. — How to Install Docker on Raspb...