Database

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 »

Building Email Verification System Using Node and Redis

Node.js and Redis are a very powerful combination to yield a high-performance result. In the previous tutorial, we have covered the installation and useful Redis commands. In this tutorial, we will take one step ahead and build a useful real-time application. We have already covered Redis as session store in one of our tutorial. If

Building Email Verification System Using Node and Redis Read More »