Portfolio management and backtesting are closely linked in the context of financial trading and investment strategies. When you conduct backtesting, you’re typically evaluating how a particular trading strategy or set of strategies would have performed historically. The results of backtesting…
Category: Django
What’s Risk Exposure Analysis in the first place? You have a portfolio investment. The process of identifying, assessing, and understanding the various risks that you portfolio, investment could come across is called risk exposure analysis. Today I implemented Risk Exposure…
Do you see the logs? Do you like seeing it like this? No right? Who dont like clean logs. I do. But this was the original flow which was causing the problem. I have a scheduler which runs kafka producer…
So, there are basically two approches. Market Growth Approach This approach focuses on broader market trends and economic indicators. It’s ideal for a passive investment strategy where you aim to track or slightly outperform the market. Financial Parameters Approach This…
There are lots of questions that pops up my mind regarding any message broker. One of which is what happens to the message once it is consumed. Here is where the offset management comes in. Actually, kafka tracks the position…
24th July was all about Kafka, and here now its 25th July. I started at 10.00 pm night and wrappd this up now. So, I thought of inculcating Kafka as the message broker for logging the logs onto the database….
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…