Typescript enums, const enums and readonly maps
Enum basics
Enums is one of the nice things Typescript bring to the Javascript development’s …
Enums is one of the nice things Typescript bring to the Javascript development’s …
2022 is over, for me, it was a very intense year, with a lot of challenges, changes, laughs and …
15-20 years ago, web application developers had the knowledge and the technical skills necessary to …
Recently I was looking for more knowledge about Typescript typing, how to create more advanced and …
If you are working in frontend and in data visualization one of the tasks you need to solve is to …
One useful feature in Typescript is union types, for example string | number | null
, it’s a …
A couple of weeks ago my friend Miguel Garcia Lorenzo releases this quite interesting post about the …
Este post fue escrito originalmente e incluido en la revista de la #pulpoCon22
Todo tiene su …
At the moment of writing this post Go 1.18 wasn’t released (the latest version for 1.18 is …
Simplifying it, a workflow is a list of tasks to run in some order and/or fulfilling some …