top of page
Search
The Tech Platform
Jan 28, 2022
Top Programming Languages used by Blockchain Developers
A blockchain is a distributed database that is shared among the nodes of a computer network. As a database, a blockchain stores...
The Tech Platform
Jan 25, 2022
Top 5 Programming Languages for Cyber Security
Cyber security is the application of technologies, processes and controls to protect systems, networks, programs, devices and data from...
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
Top 10 Scripting Languages for DevOps Engineers
The scripting language is basically a language where instructions are written for a run time environment. They do not require 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 11, 2022
How to Update Data Without Rerendering an Entire Grid in Angular
Rerendering an entire Angular grid to updating a single record is very inefficient, and at times it can cause glitches due to the memory...
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...
The Tech Platform
Jan 9, 2022
Web Development with Remix React Framework
In the ever-evolving world of JavaScript frameworks, one might argue that there are "too many" options available, all aiming to solve...
bottom of page