0
Followers
44
Posts
fixstuff.hashnode.dev
Abuse of web APIs is API management. # pragma readable_dialect if sneaky { do things; ignore consent; } if user_complain { /* ToDo: add dummy respons…
wagslane.hashnode.dev
In this article, I’m going to cover some rules of thumb for logging in go, as well as some functions you may not have heard of that can make your debu…
Pure functions are often hyped up in the Javascript world, probably because of the abundance of state in front end applications. While pure functions …
fabcodes.hashnode.dev
Introduction The Open-Closed Principle states that types should be open for extension, but closed for modification. Analogy Lets assume we're operatin…
Introduction The Single Responsibility Principle states that a class or type should have one primary responsibility and as a result one reason to chan…