Skip to content
View barkdoll's full-sized avatar

Block or report barkdoll

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
barkdoll/README.md

Jesse Barkdoll

Jesse's top langs

🔎 Who is Jesse?

He is a software engineer building top-notch product at Onebrief.

🌳 What is Jesse learning these days?

He is deep-diving on React patterns and third-party integrations, and he is learning more about the non-technical aspects of the product lifecycle.

📬 May I contact Jesse for professional reasons?

He would be more than happy to chat with you on LinkedIn.

Pinned Loading

  1. 100-algo 100-algo Public

    1 man, 2 languages, 100 algorithms

    TypeScript

  2. daijirin-scraper daijirin-scraper Public

    Anki 2.1 addon for scraping 大辞林 (Daijirin) dictionary definitions and adding them to note fields.

    Python 3 1

  3. kotowaza-bot kotowaza-bot Public

    A twitter bot that extends little chunks of Japanese wisdom all twenty-four hours of the day.

    JavaScript 3

  4. scripts scripts Public

    Simple bash and python scripts I have written for batch file processing, data processing, and bulk automation.

    Python 2 1

  5. bowling-calculator bowling-calculator Public

    Forked from willmurnane/splits-happen

    JavaScript 3

  6. Check if an element is [at least par... Check if an element is [at least partially] in the browser viewport.
    1
    const onScreen = elm => {
    2
    
                  
    3
    
                  
    4
        const getViewportY = () => {
    5