June 20, 2019August 20, 2022Technology HTML Tips Listing out some HTML Tips for future use. Linking script and stylesheet in HTML <script src=”main.js”></script> <link href=”style.css” rel=”stylesheet”></link> New in HTML5 […]
September 22, 2017July 9, 2019Technology Serving HTML files using ExpressJS and NodeJS Sometimes it is required to just wrap up a simple NodeJS server using the ExpressJS framework and get started with building an […]