-
Ep. 001: What is HTML? Learn HTML & HTML5
This post belongs to the HTML course titled “Learn HTML & HTML5”. In this post, we have discussed what is HTML?
-
NPM Commands Not Working in Integrated Terminal of VSCode
Visual Studio Code (VSCode) provides an integrated terminal to run commands inside the current directory. Recently, I installed VSCode and tried to run the NPM commands and it shows following…
-
Common PHP Warnings/ Errors and their Solutions
Recently, we have updated our PHP version to the latest stable version (7.4.9) for our WordPress website. After the update we started getting PHP warnings. We have listed some of…
-
Get Started with Redux in React Application
Create a file src/store/index.js and add following code in it: To link our app with the redux store update the main app file as follows:
-
Angular Concepts
In this blog post, we have discussed some JavaScript and Angular concepts.
-
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…
-
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…


