So, workflow that I have implemented is quite nested. I am just thinking from where could I start. I have given essentials for understanding this code flow in my previous posts. This post talks about implementing the same in python….
Category: Projects
From the heatmap you provided, we can make the following detailed observations: The code provided simulates how these indices might impact a portfolio by calculating various metrics (e.g., VaR, sensitivity, stress tests) to understand and quantify the risk. 1. Risk…
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…
As a part of the series of designing a market data feed handler system, this is the best usecase I found on internet. A High-Frequency Trading (HFT) firm needs to implement a robust market data feed handler system to support…
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…
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 how to implement data preprocessing in machine learning in this article for the popular fintech data set
Find out how you can improve your ML model
Know how to create keywords research tool using PyQt5 through this tutorial