Skip to content
View stevegardiner26's full-sized avatar
💪
never stop improving
💪
never stop improving

Organizations

@broadstreetads @NJIT-CS490

Block or report stevegardiner26

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

Hi there 👋 I'm Steve

  • 🔭 I'm currently working on making cool stuff to improve people's lives
  • I recently just built a fully functioning React Native app from design to release on the app store!
  • 🌱 I'm currently learning how to make an open source node package
  • ⚡ Fun fact: I enjoy building stuff

My Coding Languages

HTML5

CSS3

Rails

JS

nodeJS

VueJs

SCSS

ReactJs

Ruby

Python

MongoDB

mySQL

aws

redis



Steve's github stats

Pinned Loading

  1. aws-webservers-creation-guide aws-webservers-creation-guide Public

    A creation guide to running a web server on AWS in php

    12 3

  2. payroll-tracker payroll-tracker Public

    A way for contractors/freelancers to easily track their hours in a very minimalist way.

    JavaScript 1

  3. Helpscout Beacon Button Hiding Eleme... Helpscout Beacon Button Hiding Elements? Use this to allow users to temporarily close the beacon button overlay. Embed this gist anywhere in your document and it will add the close button giving your users the ability to hide it.
    1
    window.addEventListener('load', function () {
    2
      // We wait for the window to load otherwise to make sure the beacon script is loaded
    3
      window.Beacon('on', 'ready', function () {
    4
        // Set the background color and icon color, (Works best with the same colors as the beacon)
    5
        var background_color = "rgb(97, 125, 236)";
  4. famble famble Public

    A fake gambling site similar to DraftKings but with fake money to cure gambling addiction.

    JavaScript 5

  5. e2e-secure-messenger e2e-secure-messenger Public

    A secure end to end encrypted messenger application written in ruby using sockets.

    Ruby

  6. advent-of-code-2024 advent-of-code-2024 Public

    My solutions to the advent of code 2024

    Ruby