Sai Umesh DhanewarSlide, a Go web framework for developers coming from Express.Slide is one of the fastest framework, built on top of fasthttp. People coming form express will feel at home.Aug 9, 20201Aug 9, 20201
Sai Umesh DhanewarinTech BuddyError Handling in RustIf you are following stack overflow developer survey, you might have seen Rust as most loved programming language in 2 years in a row…Mar 13, 2019Mar 13, 2019
Sai Umesh DhanewarinTech BuddyHandling Errors In Express GracefullyWhen I started working with Express, I didn’t know how easy it is to handle errors in it. Express framework gives you a nice way to handle…Jul 5, 2018Jul 5, 2018
Sai Umesh DhanewarinTech BuddyOAuth 2.0 Single Sign On Authentication in Chrome ExtensionIn this Story we will learn how to Authenticate a user from third part login as in Office 365 or Google using chrome extension.Apr 9, 2018Apr 9, 2018
Sai Umesh DhanewarinTech BuddyLearn Expressjs in one projectI’ve been working on express for more than a year and it’s been wonderful journey so far.Mar 14, 2018Mar 14, 2018
Sai Umesh DhanewarinTech BuddyDoing MySQL connection right in ExpressJoey..for no reason :-)Feb 13, 20181Feb 13, 20181
Sai Umesh DhanewarWriting Own Event emitters in Node.jsSo let’s create our own Event emitters. First, what’s events in node.js ? follow this “https://nodejs.org/api/events.html”.Nov 13, 20171Nov 13, 20171
Sai Umesh DhanewarSecuring Express APIs using JWTIn this story we will see how to create JWT(JsonWebToekns) in express application and using them as middleware to secure our application.Nov 8, 2017Nov 8, 2017
Sai Umesh DhanewarinTech BuddyAsync await without try catch in JavaScriptBefore introduction to async await my typical code used to look like below.Nov 3, 20172Nov 3, 20172