Pankaj Kumar

Build a Weather Web App Using Node Express and WeatherStack

Weather app is very common among people. It’s on our phone screen, on our computer’s menu bar. Let’s build one in order to understand how to integrate third-party APIs into our web application. In this article, we will build a simple application that will take the city name as an input and returns its current

Build a Weather Web App Using Node Express and WeatherStack Read More »

Building a URL Shortener with Node.Js and Redis

A URL shortener is a pretty popular application on the Web. URL shortener saves spaces so that one can send it in emails, tweet it on Twitter while still redirecting to the original URL. For example, consider this URL: https://www.amazon.in/Apple-iPhone-XR-64GB-White/dp/B07JGXM9WN/ If we generate the short URL of this, it will be: sleepy-dawn-98666.herokuapp.com/bvVDmIUq It’s simple, compact

Building a URL Shortener with Node.Js and Redis Read More »