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.

Redis Streams

Redis is the most popular key-value database store. Redis is used in the majority of large-scale applications. In fact, we at Codeforgeek use Redis to handle frequent caching. You might be reading this article from the Redis cache. You can…

Extract Address Information using Geocodeapi

The Geocodeapi is a SaaS platform that provides an easy-to-use API to perform geocoding, geocode conversion, and autocompletion of address. The Geocodeapi platform provides the developer an easy to use, fast, and global geocoding API. Geocodeapi provides the following features:…

Zip Code Address Lookup using Zipcodebase

The Zipcodebase is a SaaS platform that provides an easy-to-use API to lookup zip codes, extract address information, and much more. The Zipcodebase platform provides the developer an easy to use, fast, and global address data API. Zipcodebase provides the…

How to Deploy a React App With Cloudflare Workers

The release of Workers Sites made it super-easy to deploy static applications to Cloudflare Workers. And with the rise of JAMStack-like architectures, static sites have become a simple way to combine highly-available static assets with high-performing backend code. In this…

Web Scraping using ZenScrape

The Zenscrape is a SaaS platform that provides an easy-to-use API to scrape websites and collect useful data. The Zenscrape platform provides the developer an easy to use, fast and proxy-enabled web scraping platform. Zenscrape provides the following features: Easy…

How to Connect MySQL using Python

Connect mysql using python

To connect MySQL using Python, follow the steps below: Step 1: Install Python MySQL Connector In order to connect to MySQL using Python, we need to first install the required driver. In this tutorial,we are going to use mysql-connector-python package.…