What is a JavaScript Class? A class is a template for creating objects in JavaScript. It has properties and methods. JavaScript offers two access levels to fields and methods: public Continue Reading
a quick & easy guide to functions in JavaScript
What are JavaScript functions? Functions are one of the main building blocks In JavaScript. Functions can have different syntaxes. In this post, we are going to look at some useful Continue Reading
How to make inheritance work in JavaScript
Is Javascript an object-oriented language? If you are coming from a c++or Java background, you may have noticed that Javascript is in one way similar to those languages, and in Continue Reading
How to create a table in React with API data
In this post, I will show you how to create a dynamic table filled with API data. We are going to fetch some sample data, create the table and fill Continue Reading
How to make a custom WordPress login page without plugins
Introduction to the WordPress login page The WordPress login page is a built-in page mainly based on wp-login.php. After you set up your WordPress site, whenever you want to go Continue Reading
HOW TO SET UP A BASIC REACT ROUTER V6
PWA: A New Standard For Web And Mobile
Table of contents What is a PWA ? Why do we need it? The main feature of PWA Limitations/ Disadvantages of PWA How to install PWA on your mobile Main Continue Reading
Do You Need To Learn MPA Development Today?
With the rise of single-page application (SPA), the traditional approach to web development, Multi-page application seems to have been forgotten. Is MPA as an architecture for web development dead? Should Continue Reading
Redux And New React-Redux Hooks
If you are a React developer, you must have heard of Redux for sure. While Redux is such an important tool for React developers, it also introduces extra code and Continue Reading
How to create WordPress CPT-custom post types
What are custom post types? WordPress has been the most popular content management system for years. If you are familiar with WordPress, I am sure you must have worked with Continue Reading