top of page
Search
The Tech Platform
Feb 7, 2022
How to Write Clean Code?
Clean Code is easy to understand and easy to change. It is the Code that another developer can Read, Understand , and Write easily. Your...
The Tech Platform
Feb 4, 2022
R vs Python: A Battle of Data Science Titans
In data science and machine learning, two programming powerhouses, R and Python, reign supreme. As two of the most popular and...
The Tech Platform
Feb 1, 2022
How to Generate Random String in JavaScript?
Sometimes, programmers require to create a string which is generated by selecting the random characters. Random String Generator helps to...
The Tech Platform
Jan 25, 2022
Arrow Functions in JavaScript
ES6 Arrow functions provide you with an alternative way to write a shorter syntax compared to the function expression. The following are...
The Tech Platform
Jan 24, 2022
Write a Program to Check whether the two Strings are Equal or Not in Java
An array is a data structure in java that holds values of the same type with its length specified right from creation time. Think of a...
The Tech Platform
Jan 22, 2022
Arithmetic Operators in C#
Operators are a very useful thing in computing value. While writing a program, you need various types of operators to calculate the...
The Tech Platform
Jan 20, 2022
What are Objects in JavaScript? How to Create JavaScript Object?
JavaScript Object is the most important data type and serves as the building block for modern JavaScript. Unlike primitive data types in...
The Tech Platform
Jan 20, 2022
The JavaScript Event Loop: Explained
The JavaScript event loop is a fundamental concept in JavaScript that enables asynchronous programming. JavaScript itself executes all...
The Tech Platform
Jan 19, 2022
Visual Studio Code (VS Code) Extension which will boost your Productivity
Visual Studio Extension is a software component that extends the functionality of Microsoft Visual Studio. Extensions can add new...
The Tech Platform
Jan 10, 2022
Regular Expression ( RegExp() ) in JavaScript
A regular expression is a string that describes a pattern e.g., email addresses and phone numbers. In JavaScript, regular expressions are...
bottom of page