Giter Club home page Giter Club logo

resume's Introduction

Chris Van Lanen-Wanek's Resume

This is a resume website created using Gatsby and deployed to GitHub Pages. The majority of the project is in Typescript React and uses Material UI for basic components as well as their theming framework.

APIs

The website uses a number of APIs to query for data to display to the user

Under the Projects section you can see a list of featured projects that I have worked on. The information about these projects is populated with data fetched from the GitHub API so any changes made to these repositories will show up when the page is refreshed.

Under the "Health Dashboard" expandable card, you can view information about my most recent workout. This information is provided by the Strava API and is cached and updated every 5 minutes

In order to access the Strava API from a static site and do so without giving away any API keys, I created a cloud function on AWS Lambda that caches my Strava API calls and if the data is stale, makes a request for new data

Pantry is a very simple and lightweight API that lets you store small amounts of JSON data. As part of my Lambda function, whenever I receive data from Strava I cache it using the Pantry API. Then at the begining of the Lambda function if my cached activity data is less than 5 minutes old I simply return that data to keep from ever going over the Strava API usage limit

resume's People

Contributors

crvlwanek avatar

Stargazers

Alexander avatar

Watchers

 avatar  avatar

Forkers

alexrogalskiy

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.