Andrew Savetchuk
Andrew Savetchuk's Blog

Andrew Savetchuk's Blog

Follow
homeSoftware EngineeringTech in General
Tag

TypeScript

#typescript

More content

Read more stories on Hashnode


Articles with this tag

The Difference Between Types (Type Aliases) And Interfaces in TypeScript

Feb 22, 20238 min read

Today, more and more people and companies are using TypeScript. It is among the top 10 programming languages in the PYPL index. And this is not...

The Difference Between Types (Type Aliases) And Interfaces in TypeScript

How to Add TypeScript to Existing Next.js Project

Feb 16, 20233 min read

It is becoming increasingly common to use TypeScript with JavaScript frameworks such as React, Vue or Express. I have my personal website built on...

How to Add TypeScript to Existing Next.js Project