Skip to content
View JoshuaSkootsky's full-sized avatar

Organizations

@FullstackAcademy @FSA-GRP1-2001
Block or Report

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 there

I'm Joshua Skootsky

I build websites and web apps. I also set up automated pipelines for testing and delivery. Together, these skillsets allow me to write software that correctly fulfills requirements on time.

My peers say I'm effective in building rapport with diverse personalities, and I believe this skill is essential to creating successful teamwork in the digital environment.

  • Check out my website, joshuaskootsky.com!
  • 💼 Find me on LinkedIn
  • ⚡ Passionate about CI/CD and the DevOps philosophy
  • 📫 Please reach me by email
  • ❄️ A bit concerned, slightly proud, that some of my code is living in a vault in the Arctic...
  • 🖋️ I love Markdown.md, and the quirks of JavaScript

Pinned

  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 708 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