Andrew Savetchuk
Andrew Savetchuk's Blog

Andrew Savetchuk's Blog

Follow
homeSoftware EngineeringTech in General
Tag

webdev

#webdev

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

Advanced Overview of String Conversion 
in JavaScript

Feb 20, 20237 min read

When I started working with JavaScript many years ago, I learned that to convert a value to a string, I could use the following method:...

Advanced Overview of String Conversion 
in JavaScript