Tutorials

How To Migrate SQL Server to Azure SQL Database

As businesses expand and the complexity of data collected escalates, migrating to more reliable and robust database systems is integral. No offense to SQL Server, but the capabilities of the cloud-based service, Azure SQL, is remarkable. Although there are many similarities among both, Azure’s architecture, its Intelligent Performance feature, exceptional security, and enhanced scalability makes

How To Migrate SQL Server to Azure SQL Database Read More »

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 learn more about Redis and Database caching here. While building large-scale distributed systems, we often

Redis Streams Read More »

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 how-to guide, I’m showing how to use Wrangler and Cloudflare Workers to deploy a static

How to Deploy a React App With Cloudflare Workers Read More »