Skip to content
View JoshuaSkootsky's full-sized avatar

Organizations

@FullstackAcademy @FSA-GRP1-2001

Block or report JoshuaSkootsky

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

👋 Hi, I'm Joshua Skootsky - a full-stack TypeScript developer.

I deliver robust web applications and efficient CI/CD pipelines. My goal is to build reliable software that meets your needs, on time.

Let's connect! joshuaskootsky.com | LinkedIn

Pinned Loading

  1. doctorBadger doctorBadger Public template

    Find doctors

    JavaScript 5

  2. raspiVoiceRobot raspiVoiceRobot Public

    YU Hack 2019 Raspi Google Voice Robot

    Python 2 1

  3. rust-rosetta/rust-rosetta rust-rosetta/rust-rosetta Public

    Implementing Rosetta Code problems in Rust.

    Rust 722 165

  4. Simple (elegant?) fork bombs for Nod... Simple (elegant?) fork bombs for Node.js
    1
    // by Joshua Skootsky, January 21, 2020
    2
    const s = () => {
    3
        setInterval(s, 0);
    4
        setInterval(s, 0);
    5
    };
  5. graph-voltage graph-voltage Public

    A program for simulating the evolution of voltage across an Erdos-Renyi random graph

    C

  6. tic-tac-toe-React tic-tac-toe-React Public

    A Tic Tac Toe game in React

    TypeScript