top of page
Search

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 16, 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
Oct 29, 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
Sep 28, 2021
How to make HTTP Request in JavaScript in 5 different ways
In JavaScript, there are several ways to make HTTP requests to remote servers. These options range from native solutions like the...

The Tech Platform
Jul 28, 2021
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 22, 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 12, 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 8, 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...
bottom of page