Welcome to ABardanDev's Tech Demos
This is a starting point for exploring my tech demos, showcasing my full-stack development skills.
DogeCoiner IO
This is a crypto portfolio web app. It's split up into multiple repos for different client/server systems.
DogeCoiner-UI
The front end for displaying portfolios. I've built it in both latest React and Angular.
DogeCoiner-API
An API for serving crypto price data that gets charted in the UI.
DogeCoiner-DB
This is the database that stores crypto asset price data. There are various free and paid APIs that provide price data. Historical price data is mainly static, so I opted to have my own store that I update periodically to reduce 3rd party api calls.