So, lately I was deploying one of a shopify app (under construction ) to azure k8 cluster, alas, I got this error- No Device space left and Jenkins was down (the page was not loading). Instantly I knew that I…
So, how do you start deploying Flask backend to Aks? Lately I am doing my shopify which has a backend in flask and I wanted to deploy that to cloud to get rid of local server run. So, I devised…
Just like me when you would be starting with Kubernetes, there would be a lot of unanswered questions to fix ingress traffic flow. In this post, we will address few of them related to ingress traffic flow in a Kubernetes…
The first of this series, we had a django app code walk through, we discussed tons of stuffs which should be useful for building a ecommerce system with Django app. There were graphql apis to insert, update, products to the…
While in Part 1 we saw how could we set up the project, and get a cron running to pull the products from the database and show the products on the UI. Here is a sneak peak of the same….
Have you ever wondered how to design an inventory system for ecommerce products. If not let’s understand more of how can we do that. So, here is the flow. There would be an inventory dashboard where we could see the…
Find out how can you configure use flyway to design a postgres db on top of Django app
Find how to implement data preprocessing in machine learning in this article for the popular fintech data set
Find out how to build decision tree and build your first classifier tree with this.
Find out how you can improve your ML model