There are two main methods I use to run scripts from a PugJS template, a front-end method and a back-end method.
Continue reading “How to run scripts with PugJS”Simple and dynamic breadcrumbs for a NodeJS & Express application
I required the breadcrumbs to be centrally implemented to achieve minimal code repetition. This is why I decided to automatically generate and add them to each page requests dynamically.
Continue reading “Simple and dynamic breadcrumbs for a NodeJS & Express application”