Skip to content
View B1LLYBAGZ's full-sized avatar

Block or report B1LLYBAGZ

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

import SoftwareEngineer from 'William Hogan';

class Introduction extends SoftwareEngineer {
  this.intro    = 'Passionate full stack developer with a particular knack for backend intricacies,
                   API design, and data modeling. I thrive on crafting high-quality web applications
                   and love diving deep into complex challenges.';
}

class Bio extends SoftwareEngineer {
  this.name     = 'William Hogan';
  this.title    = 'Full Stack Software Engineer';
  this.company  = 'Self Employeed';
  this.location = 'Denver, CO, USA';
}

class Skills extends SoftwareEngineer {
  this.languages = ['TypeScript', 'SQL', 'Java', 'HTML', 'CSS']
  this.databases = ['MongoDB', 'NoSQL Databases', 'PostgreSQL', 'SQL Databases']
  this.frameworksAndLibraries = {
    backend: ['Node', 'Express.js'],
    frontend: ['React', 'Next.js']
  }
}

Pinned Loading

  1. callmecasey/theWorkInProgress callmecasey/theWorkInProgress Public

    JavaScript

  2. B1LLY-INTRO-WEBPAGE-02 B1LLY-INTRO-WEBPAGE-02 Public

    A short introduction web... A web page showcasing projects and counseling contact information.

    CSS

  3. B1LLYS-BLOG B1LLYS-BLOG Public

    A mini blog website demonstrating basic html css and java script...

    CSS

  4. LOGO-GEN1 LOGO-GEN1 Public

    a command line application to generate and save a logo as a svg file

    JavaScript

  5. READMEgen1 READMEgen1 Public

    command-line application that dynamically generates a professional README.md file from a user's input using the Inquirer package

    JavaScript