Gurpreet SinghIs requirements.txt Becoming Obsolete?You’re about to set up a new Python project. You’ve installed your packages, opened your project folder, and started to create a…Oct 28Oct 28
Gurpreet SinghDjango Admin CustomizationDjango’s built-in admin interface is a powerful tool for managing the data in your application, but it’s not always a perfect fit for every…Oct 8Oct 8
Gurpreet SinghCreating Custom Decorators in Python.Python decorators are used to modify the function’s behavior without changing their source code. You can add functionality by wrapping a…Sep 28Sep 28
Gurpreet SinghFor Loop vs. Map: The Surprising Truth About Python’s Performance DuelOperations on elements and iteration over sequences-perhaps the most obvious Python implementations are using a forloop and map(). While…Sep 8Sep 8
Gurpreet SinghWhy You Should Rethink Using UUIDv4 as Primary Keys in Your DatabaseUnique identification of records in your database is important as a developer. That is why UUIDs, specifically UUIDv4, are common because…Sep 41Sep 41
Gurpreet SinghHow to Add FFmpeg Support to AWS Lambda Using Docker: A Step-by-Step GuideAWS Lambda provides a powerful serverless computing environment that lets developers run code without provisioning or managing servers. In…Sep 1Sep 1
Gurpreet SinghGithub Copilot for PRsPull requests are a crucial component of the GitHub user experience, which is a well-known platform for managing software development…Apr 17, 2023Apr 17, 2023