Simpragma blog

Microservices, Mobile Apps, Chatbots, Automation, Fullstack development and DevOps

UM-Alchemy - Convert UML to Python models.

Introduction This documentation is for the UM-Alchemy - UML diagram to SQLAlchemy model auto-code generation tool. Apart from generating SQLAlchemy models, this tool gives a little twist. We love sticking to streamlined Object Oriented Modelling. We make sure that we...

A sure-shot way to configure Flask application with Postgres on Docker(On Mac).

Containerizing our application is now become the habit for all the projects. As we get exposed to different technology stack, we face new challenges in implementing common solutions. Not only for CI/CD, we containerize for other reasons as well....

Git Version Control System in 15 minutes.

In this article I am going to talk about Git which is a version control tool. Now what has happened is we have made git complicated by clearly not understanding the fundamentals of this tool. All we do is git...

Algorithms Part 1

Algorithms as you must have read is simply “A step by step solution to solve a given problem.” So what do we mean when we say algorithms while talking in respect to computer problems ? So lets understand algorithms first with...