top of page
Search

TypeScript Enum Guide: Get Started in 5 Minutes
Enumerations (or enums) are a supported data type in TypeScript. Enums are used in most object-oriented programming languages like Java...
The Tech Platform
Jul 28, 2021

Building D3 interactive network graph D3 Force-Simulation + React + TypeScript
We can build very powerful network graphs using D3 Force Simulation library. In this blog, I have done same exercise but with React.js...
The Tech Platform
Jul 22, 2021

5 Utility Types For Transforming Types in Typescript
One of the great things about typescript is its flexibility. You can transform, change, and create new types using existing types. In...
The Tech Platform
Jul 12, 2021

Strategy Pattern Implementation with Typescript and Angular
Design patterns are proven, practical, and reusable solutions fit for tackling specific problems in software development. They not only...
The Tech Platform
Jul 8, 2021


C# .NET Core and TypeScript
Using Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments In a recent project, I had to implement an edit form...
The Tech Platform
Apr 12, 2021


Using Firestore With Typescript
The Problem Something that’s been on my TODO for a while now has been to figure out a slick and clean way of using Firestore in a more...
The Tech Platform
Apr 2, 2021

Cloud Firestore Development (With Typescript)
The purpose of this article is to show you how I added the calls between the React application and Cloud Firestore, and also how I added...
The Tech Platform
Mar 8, 2021
bottom of page