© 2023 Hashnode
#installation
Why React Native is the Future of Mobile App Development🤔? React Native is a popular framework for building mobile apps that allows for faster development and better performance. It utilizes JavaScri…
Context When working in a restricted environment, it can be heavily restricted whereby only packages from the whitelisted domains can be installed. This results in breakage in your pipeline as the ins…
Requirements Hardware Requirement: To develop a React Native app, you will need the following hardware: A computer running Windows, macOS or Linux A mobile device (iOS or Android) if you want to per…
For Windows Users in 4 Simple Steps 1. Install VS Code. Just type install vs code on your browser and click on the first link. 2. Install Node LTS Version. Just type node download on your browser and click on the first link. 3. Install Ja…
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 …
Python Basics Python is interpreted language, and statements are executed line by line. source code is stored in .py file extension. History Python 1Python 2Python 3 20 Feb 199116 Oct 20000…
Node Package Manager—abbreviated as NPM, is an online software repository where open source Nodejs projects are published as packages. It also doubles as a command line utility that helps users intera…
I've been playing with both Parrot OS and Kali distributions during these last few weeks, seeing which feels better. For the most part, I find them very similar probably because I'm not too well-verse…
Introduction Go also known as Golang is an open source, compiled and statically typed programming language developed by Google. The key people behind the creation of Go are Rob Pike, Ken Thompson and …
Create a new User We will start by creating a new user named senaite in our system. We do this to have a clean environment to install and run all our dependencies while minimizing the effects of other…