#web-development
Read more stories on Hashnode
Articles with this tag
Some patterns in the typed functional world are quite handy. The most prominent pattern is that of using Union and Product Types to model data to...
Building software is a conundrum of sorts. A computer is a machine that does exactly what we tell it to do and yet we face so many problems. So the...
Well, this is quite a heavy topic that I have picked on to write about. It's an age-old question on how to build quality software. Over the years...
Selectors essentially let us specify which part of HTML we are trying to target for example: <div class="parent"> <div...