top of page
Search
The Tech Platform
Feb 4, 2022
Simple Steps to Convert an ASP.NET Core with Angular App to a Desktop App
In this blog, we are going to walk through how to convert an ASP.NET Core with Angular (2 to 9+) web application to a desktop app. We are...
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 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 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 5, 2022
12 Mistakes Newbie Web Developers Make
We all made mistakes when we were new to web development. Mistakes are meant to be made because we can learn from them. This article will...
The Tech Platform
Dec 24, 2021
Threads in JavaScript?
A thread is the sequential programs described previously. A single thread also has a beginning, a sequence, and an end. At any given time...
The Tech Platform
Dec 22, 2021
A Generic Function to Update and Manipulate Object Arrays in TypeScript
While building my newest SaaS product, ReduxPlate, I realized a common pattern kept cropping up in my array manipulation functions. I was...
The Tech Platform
Dec 18, 2021
How to reuse common layouts in Angular using Router
Most of the web apps had a design where different pages are using common layout. For example layout which consists of header, footer and...
bottom of page