The Tech PlatformJul 27, 2021JavaScriptArray Destructuring in JavaScriptDestructuring is an ECMAScript 6 (ES6/ECMAScript 2015) feature. When it comes to arrays, destructuring is basically a way to unpack...
The Tech PlatformJul 16, 2021JavaScriptWhat is the JavaScript Map function?JavaScript used to be limited in its collection capabilities. While other programming languages offered sets, associative maps, lists,...
The Tech PlatformJul 12, 2021TypeScript5 Utility Types For Transforming Types in TypescriptOne of the great things about typescript is its flexibility. You can transform, change, and create new types using existing types. In...
The Tech PlatformJul 8, 2021AngularStrategy Pattern Implementation with Typescript and AngularDesign patterns are proven, practical, and reusable solutions fit for tackling specific problems in software development. They not only...
The Tech PlatformFeb 26, 2021JSONOnline JSON ToolsWith the rise of node.js and modern web development, JavaScript and JSON (JavaScript Object Notation) have become immensely popular,...