Dawid Kostrzewa
Dawid Kostrzewa's Dev Stories

Dawid Kostrzewa's Dev Stories

Follow
homeMy Pagebadges
Tag

Web Development

#web-development

More content

Read more stories on Hashnode


Articles with this tag

Why you should avoid primitives in TypeScript? - real use cases

May 17, 20223 min read

Primitives are basic types available in TypeScript such as number string or boolean. We are using them very frequently defining our variables,...

Why you should avoid primitives in TypeScript? - real use cases

Any vs Unknow - TypeScript use cases

Jan 12, 20223 min read

Using TypeScript protect us from errors already on compilation stage. However there are cases when developers disable this protection by using any or...

Any vs Unknow - TypeScript use cases