#javascript
Read more stories on Hashnode
Articles with this tag
The Two Generals Problem is a mathematical theorem proving that no messaging protocol can reliably ensure that two parties share the same...
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...