Python and MongoDB Tutorial – A Guide to use Python with MongoDB

NoSQL is popular when dealing with big data. Since MongoDB is the leading open-source N0SQL database, you might have to work with MongoDB as a Python developer. There are several benefits offered by NoSQL over SQL Database. There is no need to first define the structure of Documents and then create data, unlike SQL databases […]

Python and MongoDB Tutorial – A Guide to use Python with MongoDB Read More »

Top 5 Python Libraries for Machine Learning and Data Science

Python has become one of the most popular programming languages nowadays. There are various reasons behind its popularity. A few of those are listed below: Python syntax is similar to the English language which makes it easy to learn and remember. Python provides portability. Python provides a vast range of robust libraries which makes it

Top 5 Python Libraries for Machine Learning and Data Science Read More »

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 »