#typescript
Read more stories on Hashnode
Articles with this tag
I've always hated comments in code. "micro-comments" I mean - things that explain function implementation. They quickly go out of date. No to...
I love domain modeling. Trying to capture the essential rules of a domain in a coherent model is a fun puzzle to solve. The only way I can do it, is...
As simple as possible, and no simpler Customers of Breezbook want pricing rules to support their business. Bookings tomorrow should be cheaper (or...
Here are some code samples to show what kind of availability checking is possible when attempting to make bookings or appointments using...