Docker Compose and Nginx
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...
Writes about emerging technologies, machine learning, programming, other things, and 🖤 programming languages.
"There's life on mars" -- Scooter
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...
Fawkes is a privacy protection system developed by researchers at SANDLab, University of Chicago. — Fawkes Have you seen? The photo on the homepage looks a bit different. I chan...
I2C (Inter-Integrated Circuit), pronounced I-squared-C, is a synchronous, […], packet switched, single-ended, serial communication bus invented in 1982 by Philips Semiconductor (n...
CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. It has over 76 thousand libraries and is used in over 3 million apps. CocoaPods can help you scale your...