Design Patterns I use in External API Integration in Python
Post Views: 73 When we are building systems that interact with external services like payment gateways, cloud storages, or notification systems, I think it’s essential …
Post Views: 73 When we are building systems that interact with external services like payment gateways, cloud storages, or notification systems, I think it’s essential …
Post Views: 103 Python introduced Protocol in PEP 544 (Python Enhancement Proposal) and officially added it in Python 3.8. If you’re coming from a Golang …
Post Views: 184 In Python, you’ve probably come across terms like multi-threading, multi-processing, async and event loops. They can be confusing at first. What should …
Post Views: 206 Pagination is a common requirement in web applications dealing with datasets. Developers often use SQL queries with OFFSET and LIMIT to fetch …
Post Views: 490 In a recent project, I faced an issue while working with azure IoT hub. I found that its python package azure-iot-hub despite …
Post Views: 996 Django is famous for its simplicity, flexibility, and robust features that made it a “batteries-included” framework offering comprehensive tools for web development, …
Post Views: 1,645 Creating reports is an essential part of software development, but it can also be a challenging task. Django developers often struggle with …
Post Views: 1,177 A local CI/CD pipeline offers several benefits for software development teams. It can help improve the security of your code by keeping …
Post Views: 6,883 These days document images feature extraction and classification are highly demanded tasks in companies and organizations. The image can be a digital …