top of page
Search

Write a program to Check if a Value exists in an Enum in TypeScript
Enums or enumerations are a new data type supported in TypeScript. Most object-oriented languages like Java and C# use enums. This is now...
The Tech Platform
Jun 8, 2022

11 Best Productivity Tools for Developers
Productivity tools for developers can easily save the day and make work faster, easier, and more efficient. They can also help relieve...
The Tech Platform
May 31, 2022

What's new in TypeScript 4.7?
TypeScript 4.7, now in a beta release, offers ECMAScript module (ESM) support for Node.js 12 as well as a multitude of coding...
The Tech Platform
Apr 30, 2022

What are Decorators in TypeScript?
A Decorator is a special kind of declaration that can be applied to classes, methods, accessor, property, or parameter. Decorators are...
The Tech Platform
Feb 24, 2022

How to Create TypeScript Aliases?
Open your tsconfig.json file. Set baseUrl value (under compilerOptions) as “src” instead of “.” Add “paths” under compilerOptions. Start...
The Tech Platform
Feb 7, 2022

Command Pattern in Typescript
Command is a behavioral design pattern that turns a request into a stand-alone object that contains all information about the request....
The Tech Platform
Jan 18, 2022

KeyOf Operator in TypeScript
The keyof is one of the operators that can be used to fetch the user values; also, it follows the union operator formats and its...
The Tech Platform
Dec 30, 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 22, 2021

Generate a TypeScript client from .NET 6 Web API
.NET 6 is a cross-platform, open-source framework developed by Microsoft for building modern applications. One of its key features is the...
The Tech Platform
Dec 16, 2021

DatoCMS for Angular Applications
Dato CMS is one of the most popular headless CMS out there, and briefly, why are all those CMS so trending now? First of all, what the...
The Tech Platform
Oct 29, 2021
bottom of page