Posted inArticles

Create a MacOS Mojave thumb drive

Yesterday, Apple announced MacOS Mojave at WWDC. Here is how you can create a bootable MacOS Mojave thumb drive, great for a clean install or multiple installations. You need a thumb drive that is 8GB or above. A working developer copy of MacOS Mojave. Working knowledge of the terminal. This clears up all the data […]

Posted inArticles, Tutorials

Rust on Mac

Rust is systems programming language gaining popularity due to its “safe, concurrent, practical language”, being memory safe while maintaining performance is the reason why so many people are adopting it as their systems language of choice, winning the first place for “most loved programming language” in the Stack Overflow Developer Survey in 2016 and 2017. […]

Posted inArticles

Python3 on Mac

Mac by default does not ship with Python 3 this means you have to install it manually. There are many ways of installing it, the first way is to download pre-build package from the official website and install it on your system. The second way is by compiling it on your system. While both the […]