-
#01 – Introduction – Learn Angular From Scratch with Junaid Hassan
In this post, we will learn: 1. What is Angular? 2. What are Single Page Applications (SPA’s)? 3. What are the prerequisites to create an angular application? 4. What is…
-
Introduction To Basic Git Commands
Git/Github is a very powerful version control management tool used by the developers to manage the source code of the projects. In this blog post, we have listed all of…
-
Introduction To React Native Mobile Application Development
The following are the points to create a simple React Native mobile application. Make sure NodeJS is installed Install expo-cli, globally by running the command: npm install -g expo-cli If…
-
Profile Image Upload Functionality Using Angular and Node
In a recent project, I was working on a user profile component that can be used by the user to edit their profile information. A part of that component was…
-
Introduction To React
React or ReactJS is a front-end JavaScript library to create and design user interfaces. It’s being used in many popular and powerful websites like Facebook, PayPal, Airbnb, Apple, Microsoft, Twitter,…
-
Fetching Data From API With useState and useEffect Hooks In React App
In previous blog post, we learned how to get started with creating a very basic react app. In this blog post we will share a snippet to fetch data from…
-
Get Started With ReactJS 2020
ReactJS or React is a JavaScript library to create and design interactive user interfaces. Following is a list of steps/commands to get started with ReactJS/ React App.
-
API Development Using NodeJS, ExpressJS and MySQL
In this tutorial guide, we will build a simple NodeJS API using ExpressJS and MySQL with basic CRUD (create, read, update, delete) operations. NodeJS is a JavaScript run-time environment used…
-
What is NodeJS
This short guide describes briefly what is NodeJS. Following are some of the references to the definition and explanation of the question What is NodeJS. Node.js® is a JavaScript runtime…
-
How to use MySQL Database with NodeJS App
MySQL is the most popular database system. In this tutorial we will describe the steps required to use MySQL database with NodeJS app.
-
Host Angular App and NodeJS App on Same Domain
In this tutorial, we will discuss the steps to host angular app (front-end) and NodeJS App (back-end API) on same domain. The idea is that we will have a folder…
-
Get Started with Angular 8
Learn one way to build applications with Angular and reuse your code and abilities to build apps for any deployment target. For web, mobile web, native mobile, and native desktop.…


