Tag: setup

How to automate your macOS setup with Brewfile

Whether you’re a newcomer to the world of package managers or a seasoned pro, Brew promises to make your macOS software management experience smoother, more efficient, and downright enjoyable. If you’ve been using the mac for a while and realise that you’re accumulating a lot of...

Setup Flutter Path or Install Flutter in Mac OS

Flutter has good installation documentation, but to update flutter path permanently on macOS need to follow this steps Download Flutter Framework from here https://flutter.dev/docs/get-started/install/macos If bash Shell then run this command in terminal nano ~/.bash_profi...

macOS: JAVA_HOME environment Setup

1. What is Java Home Many Java applications need to know the location of a $JAVA_HOME directory. The $JAVA_HOME on Mac OS X should be found using the /usr/libexec/java_home command-line tool on Mac OS X 10.5 or later. On older Mac OS X versions where the tool does no...

The BEST Fully Rust-based Terminal Setup

A quick overview of an entire developer setup using only the terminal and Rust-based tools. I want this to be quick so I won’t be going over any of the tools in depth or installation methods, instead I will simply refer to each tool’s site which I think does a great job of showcasing ...

The Tool to Automate Your MacOS Developer SetUp.

I don't know about you guys, but from time to time I like to clean all my files on my MacBook and start over. All my code is always up to date with ther respective github repos, this way starting over is just a matter of reinstalling and configuring all the software again. Most software nowad...

My Creative Writing Setup

I finally finished my first fiction novel after two years of work and have already begun work on my second. I’ve also produced several short stories and have some game supplements in slow progress. So, as people seem interested in knowing these things, I thought it was about time I shared m...

Setup a python script as a service through systemctl/systemd

There are several ways you can run your program as a background service in Linux such as crontab, .bashrc, etc but today I’ll write about systemd. I was initially looking for a way to run my python script as a background service so even if the server restarts for some reason, my scri...

[React Native + iOS] Creating a VoIP app with Twilio in mind | Full setup 2023

In today’s interconnected world, the demand for real-time communication applications is on the rise. Whether it’s for personal use or business purposes, voice and video calling apps have become an integral part of our daily lives. Building a VoIP-based app for iOS can seem like a daun...

GCP Dataflow Flex Template Pipeline ??? Part 4 (Docker and Terraform Setup)

In the Part 3 of this project, we created the pipeline with all the requirements needed to deploy it for a Cloud Dataflow job. In this part, we will be creating Docker file and setup our terraform configuration. So, lets get started. Before we start, lets take a look at the folder struc...

GCP Dataflow Flex Template Pipeline ??? Part 5 (GitHub Actions Setup for Deployment)

Well, we are almost there. In the previous parts of this project (links below), we setup our pipeline and infra. Now it is time to deploy. I have broken the process into 2 GitHub Action files: Deployment of Docker Image: https://github.com/amandeepsaluja/gcp-dataflow-pipeline/blob/master/...