The single most significant advantage in Django class-based views is inheritance. On a large project it's likely that we will have lots of simila...
MicroPyramid Blog
Articles that strengthen our current focus on AI systems, modernization, and product engineering, alongside the broader engineering archive.
Older posts still cover Django, Python, AWS, Salesforce, React, Flutter, and Svelte, but the clearest current signal is around the three service lanes below.
AI Systems
RAG, knowledge workflows, search, and practical AI system design.
Explore service pageModernization
Legacy cleanup, migration planning, Django rescue, and safer system change.
Explore service pageProduct Engineering
Full-stack delivery, dashboards, portals, MVPs, and AI-ready product work.
Explore service pageExplaining Django Oscar checkout flow....
Using Linkedin integration, we can get the user's verified email id, general information, and work history in less span of time, and a user can a...
Django provides the comfort database migrations from its version 1.8, with which we can avoid the usage of third party packages like south. Adding mig...
Reduce database queries in django with Conditional Expressions. By using Conditional Expressions we can use "If...Elif...Else" expressions w...
Displaying and Customizing the images in django with sorl-thumbnail....
This is a simple way to integrate gitlab authentication in your django apps.We can get user verified email id, general information, git lab URL and to...
Heroku is a platform as a service (PaaS) that enables developers to build and run applications entirely in the cloud.1. installation2. Creating and De...
Sorl thumbnail is the package that is being widely used to generate thumbnails in Django. It will create a thumbnail of a given size for the given ima...
WeasyPrint is to combine multiple pieces of information into an HTML template and then converting it to a PDF document....