Pankaj Kumar

Python Django Framework Tutorial for Beginners – A Beginner’s Guide to start with Django

Django is a python web framework that is used to build web applications. This is a simple yet popular web framework for beginners. A web framework is a server-side application framework which supports the development of dynamic websites as per user requirement. The benefit of a framework is that you don’t have to create the

Python Django Framework Tutorial for Beginners – A Beginner’s Guide to start with Django 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 »