top of page
Search

Manpreet Singh
Jul 6, 2023
Fix the "Cannot Find Module jQuery" Error in SharePoint Framework
When developing a SharePoint Framework (SPFx) solution without a JavaScript framework, you may encounter an error that says "Cannot find...

The Tech Platform
Mar 30, 2023
How to check if an element is hidden in JQuery?
jQuery is a popular JavaScript library used for simplifying the process of creating dynamic web pages. One of the most common tasks in...

The Tech Platform
Jan 29, 2023
PostgreSQL JSON Functions
PostgreSQL is an open-source, powerful, and feature-rich relational database management system (RDBMS) that is designed to handle large...

The Tech Platform
Jan 20, 2023
Enumeration in JavaScript
In JavaScript, enumeration is the process of iterating over the properties of an object or elements in an array. enumeration refers to...

The Tech Platform
Jan 10, 2023
Top 5 Functional Interface in Java
A Java platform is basically a collection of programs that will help you develop and run Java programming applications. It is made up of...

The Tech Platform
Dec 19, 2022
JavaScript Animation Libraries
An animation library is a collection of pure CSS animations. You can override the animation class name for an object to make it animate....

The Tech Platform
Nov 21, 2022
Arrow Function vs Regular Function in JavaScript
JavaScript provides two main ways to define functions: arrow functions and regular functions. Both serve the purpose of executing a block...

The Tech Platform
Oct 20, 2022
Difference between 32-bit JVM and 64-bit JVM?
What is JVM? A Java virtual machine is a virtual machine that enables a computer to run Java programs as well as programs written in...

The Tech Platform
Sep 8, 2022
Program to check if the String is Empty or not in JavaScript
There are a number of reasons why you might need to check if a string is empty or not. One of the most important reasons is when you're...

The Tech Platform
Jun 10, 2022
The Basics of Coding and Programming You Should Know
Your computer’s operating system, your phone, this website: they have one thing in common. They all run on a set of instructions to...
bottom of page