#typescript
Read more stories on Hashnode
Articles with this tag
How to write a react native application fast · August 18th: A customer requested an application, one week before my Brazil 🇧🇷 journey, getting to know...
Building web software will always include some kind of database access. For this guide, it does not matter, whether the data access is done via SQL or...
In many testing scenarios, we want to check if one specific part of our software works. Having dependencies that you need to construct in a way makes...
Does your angular code look like this? Then please think about it twice. export interface UserDto { roles: string[]; username: string; ...
I spent 100+ hours in the past few weeks on TDD for frontend and want to share my top five key insights with this post. 1. Unit is not certainly a...
Building software is like a labyrinth. There are one thousand ways, but at some point only a few of them turn out to be suitable for your way. Chosing...