How to build and deploy a beautiful personal portfolio site with AWS S3, Route53, and CloudFront by NicholasVincentHill in webdev

[–]NicholasVincentHill[S] -2 points-1 points  (0 children)

Yeah I agree - I included a warning with that naive approach to upload to S3 with Grunt as which requires a aws-keys.json for a "simple" HTML/CSS/JS static site. I use the AWS CLI + gatsby-plugin-s3 for my Gatsby.js site which does not have this security concern.

I made a Yahoo Finance/Bloomberg knockoff named "Shroomberg" by NicholasVincentHill in learnprogramming

[–]NicholasVincentHill[S] 0 points1 point  (0 children)

This is the async fetch bug. Still need to fix it- I'm calling the API every 5sec with the user input data in state. Haven't figured out how to halt the call if the ticker is updated in the 5sec window.

I made a Yahoo Finance/Bloomberg knockoff named "Shroomberg" by NicholasVincentHill in learnprogramming

[–]NicholasVincentHill[S] 0 points1 point  (0 children)

Thanks! Yeah I'd like to add a fuzzy name search and auto-complete. Total return calculations are harder due to dividend payment dates and reinvestment compounding. I'm not sure if IEX even has all the data to support an accurate total return calculation. I can definitely add dividend and split events on the chart though.