I am delighted to share that last weekend I got an opportunity to present at Bangpypers hosted at Microsoft Reactor ☢️ happened in Jan. I spoke about the Poetry Python dependencies management tool. This is one of the most interactive…
Continue Reading
I had the opportunity to speak at ReactPlay ???? at Razorpay. The houseful event was amazing, and I want to give kudos to everyone who joined us. During my talk, I focused on serverless computing ⚡ and gave a demo…
Digital Clock using javascript is a project that shows the time along with the Date. It uses your system time to fetch the current time and displays it. Source Code for Digital Clock Javascript Simple digital clock application built with…
Weather App Project tells you the weather of a city. You just need to type the name of the city and click on fetch and it will the weather of the city. For the weather, it utilizes OpenWeatherMap API. Code…