Spring Rest Framework (SRF) A Project Inspired by Django Rest Framework
Post Views: 46 For years, I’ve been deeply immersed in the Django ecosystem, developing APIs and building applications using Django and Django Rest Framework. DRF …
Post Views: 46 For years, I’ve been deeply immersed in the Django ecosystem, developing APIs and building applications using Django and Django Rest Framework. DRF …
Post Views: 90 In a recent project, I encountered a frustrating issue while working with PostgreSQL. I had implemented a custom function that called another …
Post Views: 212 As developers, we all rely on Git in our daily tasks. However, many of us only use basic commands of Git like …
Post Views: 381 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: 1,066 I think “The Pragmatic Programmer” book by David Thomas and Andrew Hunt is a timeless treasure that remains ever-relevant in software development …
Post Views: 985 SQL update statement is an important area in optimizing database queries. Optimizing update queries in large tables can reduce query time and …
Post Views: 1,092 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: 4,179 Sometimes developers face a situation in which they are approaching the deadline of project demo, but the back-end is unlikely to be …
Post Views: 2,306 JSON or JavaScript Object Notation is a simple human readable data format that is mostly used to transfer/store data in web applications. It …
Post Views: 4,004 API gateway is an infrastructure layer that places in front of application to route requests from the client side to the appropriate …