September 19, 2018November 1, 2022Technology HTML Basics When someone hits the url, the computer puts the information and some additional information and puts it in a packet and sends […]
September 4, 2018October 29, 2022Technology Advanced JavaScript v1 “use strict”; // needs to be used as string as most browsers didn’t used to support this and so would throw error. […]
July 24, 2018November 1, 2022Technology Serve Static Files Locally using Node and Express A basic setup to serve a folder in a browsable mode using NodeJs and ExpressJS.
April 22, 2018February 22, 2022Technology Building an API using NodeJS, ExpressJS, Passport, JWT and Mongo ExtractJwt.fromAuthHeaderWithScheme(‘JWT’)The JWT string passed at the end is case sensitive as opposed to everyone saying it isn’t.Have faced this problem a couple […]
February 27, 2018October 29, 2022Technology AngularSutra SECTION 1 9 – What is TypeScript Its a super-set of vanilla JavaScript. It has more features like Types, Classes, Interfaces, etc. […]
February 9, 2018December 6, 2022Technology Git Commands Git Commands lists some basic commands that makes working with GIT easier. It’s a go-to cheat-sheet for everyday GIT. Initialize an empty […]
December 9, 2017November 1, 2022Technology Install Microsoft Office Picture Manager If you have upgraded to Microsoft Office 2013 or above from any of the earlier versions, then you might have realized that […]
October 10, 2017December 7, 2022Lifestyle Protected: MyPlan – 20171010 There is no excerpt because this is a protected post.
September 30, 2017July 9, 2019Technology Working with GIT – Part 3 (Problems with pull push fetch and merge) While working with git, git pull and git push make up for the majority of the commands we run. git pull This […]
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 […]