26 followers
Software Engineer at Postman. Caffeine addict. Avid Learner.
Recently I interviewed for a Software Engineer position at Postman. For those who are not aware, Postman is an API platform. Everything and Anything...
A peek into how promises and promise chaining work in depth, by writing your own version of them. ยท Introduction Promises in Javascript are used to...
As the title suggests, javascript is not so simple. Although, learning it is quite simple, understanding the fundamentals... not so much. So in this...
One of the most asked questions during the interviews of freshers is this: "Explain to me what happens when you search something". So today, let's...
Databases are used by almost all the applications that we create. If you want your application to store data at some point, then database is a must....
URL Shorteners are very useful if you want to remember a large URL of some websites. They trim down the huge URLs into really small URLs which are...