top of page
Search
The Tech Platform
Jun 14, 2022
Fastest Loop in JavaScript?
In programming, loops are used to repeat a block of code. For example, if you want to show a message 100 times, then you can use a loop....
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 11, 2022
How to make your VS Code faster?
Visual Studio Code (VS Code) is designed to be lightweight. It has a tight set of core features, and you can add extra features through...
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...
The Tech Platform
Jun 8, 2022
Write a program to Check if a Value exists in an Enum in TypeScript
Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...
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
Jun 3, 2022
"this" Parameter in JavaScript
The "this" parameter in JavaScript is a fundamental concept in JavaScript that plays an important role in defining the context of a...
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 31, 2022
11 Best Productivity Tools for Developers
Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...
The Tech Platform
May 31, 2022
Securing Microservices with JWT
This article explains how to secure your microservices deployment practically with JWT Auth using Ballerina programming language....
bottom of page