1 follower
Web enthusiast | Technical blogger | Free software advocate
Subscribe to my newsletter and never miss my upcoming articles
Search engines are the most commonly used tools by developers when working on solving programming problems. Routine tasks such as running “How to” and “plugin XYZ for...” search queries play a significant part in our daily lives as programmers. Thank...
In the last post, we cloned the project repository and briefly talked about the project's essential dependencies. This post is part 2 of (User authentication with Node.js series), find part 1 here. In this part, we will cover the following points...
Introduction User authentication is the core feature of every website and mobile application. Writing authentication the correct and secure way prevents malicious users from accessing sensitive application data. There are many technologies we can use...
As web developers, we are often given the task to load assets to websites and applications. Most of the times, unless you are working with a dream team of designers, the assets available are often either too large, or incorrectly formatted. Likely t...
Udemy is by far the most popular learning platform, offering a massive amount of video content from awesome creators. Due to this massive offer, the platform might become overwhelming, especially if you are a beginner with no idea where to begin. ...
Photo by Amador Loureiro on Unsplash To achieve our goal, we will take the following steps : Generate a new test project with Expo-CLI. Install and import react-navigation, react-navigation-stack modules. Create 2 screens and display some dummy tex...