Git Commands You Should Know
As developers, we all rely on Git in our daily tasks. However, many of us only use basic commands of Git like committing, pushing, or …
As developers, we all rely on Git in our daily tasks. However, many of us only use basic commands of Git like committing, pushing, or …
In a recent project, I faced an issue while working with azure IoT hub. I found that its python package azure-iot-hub despite +200K download per …
Jackson’s polymorphic deserialization is an exceptional feature that facilitates the deserialization of JSON into a hierarchy of Java objects, particularly when the object type is …
Django is famous for its simplicity, flexibility, and robust features that made it a “batteries-included” framework offering comprehensive tools for web development, database operations, URL …
I think “The Pragmatic Programmer” book by David Thomas and Andrew Hunt is a timeless treasure that remains ever-relevant in software development context. Filled with …
Creating reports is an essential part of software development, but it can also be a challenging task. Django developers often struggle with generating tables using …
SQL update statement is an important area in optimizing database queries. Optimizing update queries in large tables can reduce query time and improve efficiency. In …
A local CI/CD pipeline offers several benefits for software development teams. It can help improve the security of your code by keeping sensitive information on …
Sometimes developers face a situation in which they are approaching the deadline of project demo, but the back-end is unlikely to be done before the …
JSON or JavaScript Object Notation is a simple human readable data format that is mostly used to transfer/store data in web applications. It might happened in …