Skip to content
View bessfernandez's full-sized avatar
  • seattle, wa

Highlights

  • Pro
Block or Report

Block or report bessfernandez

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. gay-takeaway gay-takeaway Public

    Food reviews. By all your gay friends.

    Nunjucks 1

  2. A lightweight wrapper around axios w... A lightweight wrapper around axios with TS and async/await
    1
    // A wrapper around axios with TS and async/await 
    2
    // code below would be it's own .tsx file:
    3
    
                  
    4
    /* eslint-disable no-console */
    5
    import axios from 'axios';
  3. Jest / Nock tests for API wrapper Jest / Nock tests for API wrapper
    1
    // Tests for API wrapper: https://gist.github.com/bessfernandez/4ead80f8f1b7e6f2db8c799bbc849794
    2
    // Likely can be improved
    3
    
                  
    4
    /**
    5
     * @jest-environment node
  4. headline-deadline headline-deadline Public

    Headline Randomizer Game / exercise

    TypeScript