The Tech PlatformJul 28, 2021JavaScriptTypeScript Enum Guide: Get Started in 5 MinutesEnumerations (or enums) are a supported data type in TypeScript. Enums are used in most object-oriented programming languages like Java...
The Tech PlatformJul 22, 2021ReactBuilding D3 interactive network graph D3 Force-Simulation + React + TypeScriptWe 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 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 PlatformApr 12, 2021.NETC# .NET Core and TypeScriptUsing Generics and LINQ to Secure and Filter Operations on Your JSONPatchDocuments In a recent project, I had to implement an edit form...
The Tech PlatformApr 2, 2021TypeScriptUsing Firestore With TypescriptThe 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 PlatformMar 8, 2021TypeScriptCloud 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...