-
How to Optimize an Angular Application?
In this blog post, we have listed some of the techniques which can be used to optimize the speed, loading time and performance of an angular application.
-
Angular Application is not working in IE11?
If your angular application is not working in IE11, then the following simple steps can be used to make it work.
-
Server Side Pagination Using NodeJS, MongoDB and Angular Material Tables
Normally, we use Angular Material’s data tables with pagination (mat-paginator) to list the results. This is not an efficient and optimal approach particularly if there are lots of records to…
-
Get Started with MongoDB on the Localhost
In this post, we have discussed the steps required to get started with MongoDB on the localhost.
-
#03 – Components – Learn Angular From Scratch with Junaid Hassan
In this post, we will learn about components and how to create new components in an Angular 9 application using Angular CLI. We will create the required components for our…
-
Demo – UniLMS – A Learning Management System – WordPress Plugin
In this post, we will have a demo of our learning management system known as UniLMS which is shipped as a WordPress plugin. We will discuss the main features, modules,…
-
Introduction To React Server-Side Rendering (SSR)
In this blog post, we have discussed what is React server-side rendering, what’s the difference between client-side rendering and server-side rendering and shared some code snippets for the server-side rendered…
-
#02 – Create First Angular Application – Learn Angular From Scratch with Junaid Hassan
This is the second part of the series “Learn Angular 9 From Scratch”. In this post, we will learn how to create a new Angular application using Angular Command Line…
-
#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…