GitLab Container Registry is a secure and private registry for Docker images integrated completely in Gitlab. In this tutorial we will setup and use G...
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 pageDjango application has a GM2MField that combines the features of the standard Django "ManyToManyField" and "GenericForeignKey"....
There are many available ways of Docker clustering. Kubernetes, Docker cloud, Docker Swarm etc., In this Tutorial we will learn setting up a cluster u...
Kubernetes manages containerized applications across multiple hosts. With years of experience in managing highly scalable products, google has release...
PHP7 is the latest version with lot of performance improvements and every one want to update their servers and code to it. Lets see how to configure o...
Django is a python based web- application development framework. Setting up a sample app and running it as easy as pie. Nginx is a webserver and like ...
E-commerce is integration is becoming almost essential for every web application now a days. There are so many payment gateways to integrate with our ...
Some times in the production level there may be a chance of adding new fields to our model.With the normal django models when we add new field to the ...
Django’s template system comes with a wide variety of built-in tags and filters designed to address the presentation logic needs of your application. ...
Companies frequently need web page data to be converted into pdf. So, they can have an easy look into the progress. For this in salesforce we can conv...