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 13, 2022
What is "__Name__" in Python?
"__name__" is a built-in variable in python that stores the name of the current module/script being executed. If the current module is...
The Tech Platform
Jun 13, 2022
Why to Choose Golang Programming Language?
Go is a procedural programming language. It was developed in 2007 by Robert Griesemer, Rob Pike, and Ken Thompson at Google but launched...
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
What is Impersonation ASP.NET?
Impersonation is a process of temporarily assuming the identity of another Windows account. This process does not give you the ability to...
The Tech Platform
Jun 6, 2022
C# Programming Language: Hashtables
Hashtables can be used to store a collection of data, similar to that of a normal list. The main difference is that a Hashtable can store...
The Tech Platform
Jun 4, 2022
Top 8 Open-Source Projects
The term open source refers to any program whose source code is made available for use or modification as users or other developers see...
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...
bottom of page