Tag: Installing

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...

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 Linux (Ubuntu 20.04) on an external portable SSD and pitfalls to be aware of

If you are a software developer, you have probably come across the dilemma of choosing your operating system. This is a big decision to make, since each operating system comes with its own pros and cons, and you will be stuck with them for quite a while. For people who are just getting into coding, ...

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 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...