Typescript
-
Generics: What Are They and How to Use Them in Typescript
Introduction If this isn’t the first time you’ve looked at learning what generics are then you’ve probably noticed that Google…
Read More » -
How to Implement TypeScript Dictionary Types
What is a Dictionary Type Whether coming from Node.js, Python, C# or any other programming language you’ve probably heard of…
Read More » -
Node.js TypeScript Async Await
For quite a while now I’ve been using Async / Await in place of Promises. There are tons of advantages…
Read More » -
Node.js Environment Variables & Enforcing Strict Types
Learn how to use environment variables with strict type checking in TypeScript.
Read More » -
How to Implement Multiple Queries Transactions with Node.JS & MySQL
What Are MySQL transactions Transactions solve a very common and particular problem when there is more that one source or…
Read More » -
How To Nest Typescript Interfaces
Nesting TypeScript interfaces can be a great way of keeping your code neat and clean. To clarify the term ‘nesting’,…
Read More » -
Overview of TypeScript Types
In this article, I’m going to be covering TypeScript types you will want to be using on a day to…
Read More » -
Typescript Interfaces – Part 4 Implements
If you are new to interfaces, go and checkout part 1 of series of articles on typescript interfaces or go here for part 2 or part…
Read More » -
Typescript Interfaces – Part 3 Extends
[vc_row][vc_column][vc_column_text]If you are new to interfaces, go and checkout part 1 of series of articles on typescript interfaces, or go…
Read More » -
Typescript Interfaces – Part 2 Nested Interfaces
If you are new to interfaces, go and checkout part 1 of series of articles on typescript interfaces. In this…
Read More »