A repo to demo skills for a TPM role.
- setup azure accounts
- refactor
DKNGeda into anINFYeda - review ado, epic, feature, pbi, and tasks docs and take notes
- connected personal
githubto infosys project board - setup ado dashboard w/ widgets
- setup azure repo
- setup an epic -> feature -> pbi -> tasks for
INFYeda - setup azure serverless function boilerplate
- test if correct
GET&POSTresponses are given locally and by azure instance - setup testing and ci/cd pipelines for boilerplate azure serverless function
- add
INFYeda to serverless function and return data from api call as aGETreq - improve performance of api calls to finnhub
- test azure serverless functions w/
INFYeda - add azure postgres db instance to store
INFYdata retrieived from finnhub - populate db with finnhub data in
INFY - research whether power app or power bi is best/easy solution for data viz from db
- create db connection with power bi
- populate current data in db to power bi
- add remaining data from finnhub to db
- visualize / process data from db in power bi
- review
az900requirements - review
dp900requirements
- finnhub time series financial data
- get time series data from
finnhub, clean, and write to db withnode.js - process data with power bi
- finnhub realtime last price update
- setup realtime connection to
finnhubusingsocket.io - process data and write to db with
node.js - process real time data with power bi from db
- web pubsub for socket.io