API, Configurations & Database operation

Some helpful accessories

Right now the project focuses on creating dashboard for Mutual funds, and gradually adding other investement vehicles viz stocks, PPF, and EPF. Fetching NAVs To track the mutual funds, we come across an API by Yuvaraj Loganathan - MFAPI. Thank you, Yuvaraj. The API gets updated on daily basis and free to access (as in free beer). For our project, which is not intended for any financial gain, this api is the right fit.

Project Update - 3

Some helpful accessories - tech specs

This is continuation in the series about our side project. This post is a follow up to the pervious post on various tools used to build the process of building the application The Environment Core language used in our project is Python. Python is used to fetch details from API calls, cleaning the API return value, and also writing it into DB. Even though the language is very popular and user ranges from amateurs to big corporations, it undergoes development.

Project Update - 2

Some helpful accessories

This is a continuation to previous post on our new side project. Instead of building a spaghetti code that just works, we are approaching the entire process through the industry practise. For example, the working components are modularised for easier maintenance. These individual modules are built on TDD approach, testing with every step of our development. The test results are passed through coverage to understand how much code is covered under our testing process.

Project Update - 1

git init pf-dashboard

Everyone of us think(or worry) about future, especially in 30s. Likewise, I worry about financial stability of my future. The retirement comes top of the list among the various worries. And so, I started investement. The investment includes various vahicles - Mutual fund, stocks and fixed components. Investing is a beast; tracking the investment is like taming the beast. For tracking the progress there are (literally) endless apps coming into to market.