top of page
Search

The Tech Platform
Jun 14, 2022
Program to check if a variable is undefined or null in JavaScript
You can easily check if a variable Is Null or Undefined in JavaScript by applying if-else condition to the given variable. Syntax:...

The Tech Platform
Jun 6, 2022
Introduction to URL-Friendly NanoID
NanoID It is a tiny, secure, URL-friendly, unique string ID generator. Nano ID has a smaller size as compared to UUID. This size...

The Tech Platform
May 31, 2022
Modal Libraries For Web Development
A modal (also called a modal window or lightbox) is a web page element that displays in front of and deactivates all other page content....

The Tech Platform
May 28, 2022
The Best Programming Languages for Cloud Computing
Cloud computing is the on-demand availability of computer system resources, especially data storage and computing power, without direct...

The Tech Platform
May 24, 2022
How to Learn new Programming Language faster
There are some steps you want to take to accelerate the learning process and increase your fluency in the programming language you are...

The Tech Platform
May 21, 2022
Object Literals in JavaScript to write complex conditions?
A JavaScript object literal is a concise way to create an object by specifying its properties and values using curly braces. It helps...

The Tech Platform
May 20, 2022
How To Build A Twitter Hashtag Tweets Viewing Tool
In this tutorial, we will build a simple website that displays tweets with performance indicators like ‘Retweets’ and ‘Favorites’ for any...

The Tech Platform
May 19, 2022
Top 20 JDBC Questions and Answers
Java Database Connectivity (JDBC) is an application programming interface (API) for the programming language Java, which defines how a...

The Tech Platform
May 18, 2022
Top File Upload Libraries used for Websites
What is File Upload Libraries? File upload libraries are used to design and develop the function with many features add-ons such as...

The Tech Platform
May 14, 2022
Introduction to Parcel.JS
Parcel is a web application bundler, differentiated by its developer experience. It offers blazing fast performance utilizing multicore...
bottom of page