Server side rendering
At some points while doing server-side programming you may need to display responses from the server to the web page, this is where PUG comes handy, a templating engine which compiles your simple PUG code into HTML code.
To get started with PUG, you...
mukhtar.hashnode.dev4 min read