#programming-tips
Read more stories on Hashnode
Articles with this tag
My story to starting my small little piece of the internet · A few months ago, I decided I wanted to create my website. I wanted a little piece of the...
A tutorial on user story mapping and slicing · The alignment of requirements is one of the biggest challenges a team has to face when working on a...
The foundation of every Processing sketch · Last time we have learned how to set up the Processing Development Environment. We have covered how to...
How to lint files before committing them to a git repository using husky and lint-staged in Javascript projects! · Everyone working with javascript knows...
Learn the correct usage of the different types of enums in Typescript! · While working on a Typescript project, I always wondered what the difference...
A tutorial on how to correctly differentiate between types in Typescript · Union types can be quite useful when multiple types have overlapping...