Pankaj Kumar

Pankaj Kumar

Pankaj Kumar is the founder and CEO of CodeForGeek, with more than 14 years in IT. He is an open-source enthusiast who enjoys sharing what he learns through CodeForGeek and YouTube, with a focus on Python, data analytics, machine learning, Angular, Node.js, and Kafka.

Render HTML file in Flask

Render HTML File In Flask

As a Python developer, you might find yourself lacking in building websites that other developers like JavaScript, PHP, etc. can easily do. Well, you can also build web applications using Python by implementing a super simple framework called Flask. Flask…

File uploads using Node.js

File Uploads Using Node Js Thumbnail

File upload in Node.js seems tedious due to its async nature and network programming approach. However, it is one of the easiest file upload mechanisms you have seen yet. How to perform file upload using Node.js? We will be going…

Building a Custom Weather App with API Integration

Weather is an essential part of our daily lives, and having access to accurate weather information is important for planning our day-to-day activities. In recent years, the use of mobile applications for weather forecasts has become increasingly popular. In this…