#typescript
Read more stories on Hashnode
Articles with this tag
As applications scale, infrequent problems become significant. A network failure for 0.1% of requests is trivial at 1,000 requests per day, but a...
Recently I wrote an article about applying Functional Programming to Domain-Driven Design. One of the key benefits of that approach is improved...
Domain-Driven Design (DDD) simplifies the development and maintenance of complex software applications. However, two seminal books on the topic,...
Make your code readable with this definitive guide to best practices for using each function. ยท In JavaScript, Array.prototype.map,...
In some languages such as Java, methods or functions can provide type information about the Exceptions or Errors they may throw. However in...
This article assumes you are familiar with the never type, exhaustive checks, and the concept of failing fast. If you aren't yet, or want a refresher,...