top of page


Using TypeScript with Vue Single File Components
I. Understanding TypeScript What is TypeScript? TypeScript stands as an advanced superset of JavaScript, tailored for developing robust...
Duong Hoang
Jun 15, 20242 min read
0 views
0 comments


A Comprehensive Comparison Between TypeScript and JavaScript
JavaScript and TypeScript share many similarities, but they also have distinct characteristics that define each language. Personally, I,...
Duong Hoang
Jun 15, 20246 min read
2 views
0 comments


Union Type in TypeScript
TypeScript is a powerful programming language that extends JavaScript, offering features that make application development more...
Duong Hoang
Jun 15, 20243 min read
0 views
0 comments


Understanding Intersection Type in TypeScript
TypeScript is renowned for its static type system, which empowers developers to define data types with clarity. In this article, we delve...
Duong Hoang
Jun 15, 20241 min read
1 view
0 comments
bottom of page