Tag: Installing

Installing Python 3.x dev environment on MacOS the right way and automating new project setup using Automator

I have recently purchased a MacBook Air, I have always had a MacOS system as my personal computer ever since the first Macbook Air came out. However I have always used a Windows Thinkpad for development at work and over the years windows has made some excellent editions to development community. Pow...

Installing Hadoop on MacOS (M1/M2) : 2023

Follow the below steps carefully and in order. It took me a really long time to set it up correctly after running into several issues. However, the overall process in straightforward. Good luck. Install hadoop with brew. $ brew install hadoop Go into the said directory. Also replace 3.3.6 w...

Installing GitLab Self-Managed Instance on AWS EC2 Using Docker Compose: A Step-by-Step Guide

Introduction In today’s fast-paced DevOps landscape, managing your source code efficiently is crucial. GitLab, a robust and versatile source code management platform, provides an excellent solution for teams seeking an integrated approach to source control, continuous integration, and colla...

Installing Flutter 3.10 on MacOS

You can start developing Flutter apps without any installation or configuration. You can quickly create prototypes and simple apps and share your code with fellow developers with an online tool called DartPad. It is an online open-source tool that runs on any browser. However, if you are ser...