© 2023 Hashnode
#setup
Intro Good day, my dear friends. I am Vito Corleone, the Godfather. Today, I shall show you how to set up React Native on Windows. Let us begin. You might be thinking, "What's so interesting about set…
Welcome to our series of blogs on Firebase integration and functionality in Android using Kotlin. In this first blog, we will be covering the setup of Firebase Authentication in your Android app. Whet…
Golang, also known as Go, is a programming language developed by Google. Today, it is used by many organisations for their web applications and CLI tools. Many OpenSource projects in cloud-native spaces, such as Kubernetes and Docker, were …
8 out of 10 developers use Vs Code as their code editor, so in this 3-minute read, I'll show you how to set up Vs code like a pro. Install Extensions Many developers rely on extensions to enhance the …
Ready to start work and get the local environment set up making sure that the backend and frontend are connected and a test user is created. What's really cool about setting up the local environment i…
Why Wilco I decided to get started learning on the Wilco platform with the hopes of becoming a better engineer. Wilco has three different paths to embark upon. There is the front-end, back-end, and a …
Setup your Development Machine > sudo apt-get update > sudo apt-get install terminator > sudo apt-get install neovim > sudo apt-get update Setup File Searching > sudo apt-get install rg Git Setup…
Install Git $ brew install git Set up global configs You have to do this only once. $ git config --global user.name "Steve Smith" # Name $ git config --global user.email stevesmith@example.com # Email $ git config --global core.editor nvi…
In today's world, remote work has become increasingly popular and for a good reason. As a web developer, all of my jobs so far have been remote, and I couldn't be happier. The flexibility and convenie…
✨So , as the title says in this blog we are going to setup our machine to run our java code ; let's start without further due... first things first ; " What all do we need ? " ✒ We would be ne…