Skip to content
No results
  • WordPress
  • Weebly
  • Courses
    • WordPress Block Theme Development
  • Portfolio
  • Contact
codoplex logo
  • WordPress
  • Weebly
  • Courses
    • WordPress Block Theme Development
  • Portfolio
  • Contact
codoplex logo
  • Tech, Web Programming

#00 – Concepts and Notes – JavaScript

Following is a list of core JavaScript concepts: History Developed in 1995 by Brendan Eich Initially named as LiveScript Also known as ECMAScript JS has no concept of input or output It runs in an hosted environment like Node Server…

Read More#00 – Concepts and Notes – JavaScript
  • junaidte14
  • November 30, 2020
  • Tech, Web Programming

#02 – Core Concepts – Learn GraphQL

In this post, we have discussed the core GraphQL concepts e.g. schema, types, queries, mutations, and subscriptions with example codes.

Read More#02 – Core Concepts – Learn GraphQL
  • junaidte14
  • November 29, 2020
  • Tech, Web Programming

#01 – Introduction – Learn GraphQL

In this post, we have discussed what is GraphQL, the differences between REST API’s and GraphQL API development architectures, and an example scenario to elaborate on the differences between the two approaches. What is GraphQL? It is a new API…

Read More#01 – Introduction – Learn GraphQL
  • junaidte14
  • November 29, 2020
  • Tech, Web Programming

#02 – Data Fetching – Learn Next.js

Next.js provides three functions to fetch data for pre-rendered pages: getStaticProps(): Used for static generation (pre-rendering technique) Fetches data at build-time When an async function getStaticProps() is called from the page component, the next.js will pre-render this page at build…

Read More#02 – Data Fetching – Learn Next.js
  • junaidte14
  • November 26, 2020
  • Tech, Web Programming

#01 Introduction – Learn Next.js

Next.js is a framework used to develop production ready React applications. Next.js provides many useful features e.g. pre-rendering, smart bundling, dynamic file-based routing, route pre-fetching and many more. In this blog post, we have discussed the prerequisites, how to create next.js application, next.js pages, and pre-rendering techniques.

Read More#01 Introduction – Learn Next.js
  • junaidte14
  • November 26, 2020
  • Tech, Web Programming

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?

Read MoreEp. 001: What is HTML? Learn HTML & HTML5
  • junaidte14
  • November 24, 2020
  • Tech, Wordpress

WordPress Security Checklist

Following are some general recommendations to enhance security of a WordPress website. Use a security plugin e.g. Wordfence (if not already installed) and make sure that it’s updated to the latest version. Following is a short summary of recommended Wordfence…

Read MoreWordPress Security Checklist
  • junaidte14
  • September 14, 2020
  • Tech, Web Programming

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 errors:

Read MoreNPM Commands Not Working in Integrated Terminal of VSCode
  • junaidte14
  • September 10, 2020
  • Tech, Web Programming, Wordpress

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 the warnings with their possible solutions in this blog post.

Read MoreCommon PHP Warnings/ Errors and their Solutions
  • junaidte14
  • September 9, 2020
  • Tech, Web Programming

Get Started with Redux in React Application

Create a file src and add following code in it: To link our app with the redux store update the main app file as follows:

Read MoreGet Started with Redux in React Application
  • junaidte14
  • September 8, 2020
  • Tech, Web Programming

Angular Concepts

In this blog post, we have discussed some JavaScript and Angular concepts.

Read MoreAngular Concepts
  • junaidte14
  • September 2, 2020
  • Tech, Web Programming

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.

Read MoreHow to Optimize an Angular Application?
  • junaidte14
  • September 1, 2020
  • Tech, Web Programming

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.

Read MoreAngular Application is not working in IE11?
  • junaidte14
  • August 6, 2020
  • Tech, Web Programming

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 show in the table. Angular Material’s pagination just divides the…

Read MoreServer Side Pagination Using NodeJS, MongoDB and Angular Material Tables
  • junaidte14
  • July 12, 2020
  • Tech, Web Programming

Get Started with MongoDB on the Localhost

In this post, we have discussed the steps required to get started with MongoDB on the localhost.

Read MoreGet Started with MongoDB on the Localhost
  • junaidte14
  • April 16, 2020
  • Tech, Web Programming

#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 application and will show how components can be used to organize the content of the application.

Read More#03 – Components – Learn Angular From Scratch with Junaid Hassan
  • junaidte14
  • April 11, 2020
  • Tech, Wordpress

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, and components of the plugin. We will also test the…

Read MoreDemo – UniLMS – A Learning Management System – WordPress Plugin
  • junaidte14
  • April 8, 2020
  • Tech, Web Programming

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 React applications.

Read MoreIntroduction To React Server-Side Rendering (SSR)
  • junaidte14
  • April 7, 2020
  • Tech, Web Programming

#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 Interfacer i.e. Angular CLI.

Read More#02 – Create First Angular Application – Learn Angular From Scratch with Junaid Hassan
  • junaidte14
  • April 5, 2020
  • Tech, Web Programming

#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 NodeJS and Node Package Manager (npm)? 5. What is Angular CLI?

Read More#01 – Introduction – Learn Angular From Scratch with Junaid Hassan
  • junaidte14
  • April 4, 2020
Prev
1 2 3 4 5 6 7 … 10
Next

Copyright © 2025 - CODOPLEX BLOG