Express routes with Builder pattern
In the last post, we were creating a common interface for creating express routes, thereby improving reusability.
We now want to take it up a notch. How about having some fun with Builder Pattern, using plain old Javascript Functions.
Creating expre...
blog.tirthaguha.net2 min read