Skip to content
View joe-ervin05's full-sized avatar

Highlights

  • Pro

Block or report joe-ervin05

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. atombasedev/atombase atombasedev/atombase Public

    Launch your SaaS without rebuilding the backend.

    Go 1 1

  2. atombasedev/sesame atombasedev/sesame Public

    Clean, production-ready Go authentication in a collection of packages.

    Go

  3. word-link word-link Public

    This repository is an example of how to use adjacency list graphs with depth-first search to find connections between words.

    Go 1

  4. portfolio-site portfolio-site Public

    My portfolio website for software engineering.

    Svelte 1

  5. Helper functions that validate any y... Helper functions that validate any youtube or vimeo url and return data about the video at the url.
    1
    export interface YoutubeInfo {
    2
        title: string;
    3
        thumbnail: string;
    4
        id: string;
    5
    }