Pankaj Kumar

Pankaj Kumar

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…