A repo to demo skills for a TPM role.
- setup azure accounts
- refactor
DKNG
eda into anINFY
eda - review ado, epic, feature, pbi, and tasks docs and take notes
- connected personal
github
to infosys project board - setup ado dashboard w/ widgets
- setup azure repo
- setup an epic -> feature -> pbi -> tasks for
INFY
eda - setup azure serverless function boilerplate
- test if correct
GET
&POST
responses are given locally and by azure instance - setup testing and ci/cd pipelines for boilerplate azure serverless function
- add
INFY
eda to serverless function and return data from api call as aGET
req - improve performance of api calls to finnhub
- test azure serverless functions w/
INFY
eda - add azure postgres db instance to store
INFY
data 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
az900
requirements - review
dp900
requirements
- 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
finnhub
usingsocket.io
- process data and write to db with
node.js
- process real time data with power bi from db
- web pubsub for socket.io