Containerizing with Docker explained
After you have created your application, it is always nice to have it containerized so that it can be readily used whenever you need it, without having to cl...
After you have created your application, it is always nice to have it containerized so that it can be readily used whenever you need it, without having to cl...
Recently, I chanced upon this neat solution to a rather simple interview question, that exploits the special property of the binary XOR operation. It leads m...
What is Homebrew Homebrew is the missing package manager for macOS. What does that mean? In layman terms, it is like the Appstore, but for opensource softwa...
Sometimes we have some configuration data that we need in our code, that can be changed periodically, like mail server information, proxy server, etc. We can...
I used to be able to type accented characters on Mac OSX by long pressing the character I want to accent. But this functionality was somehow gone after an OS...