Skip to content
View jschaefmn's full-sized avatar

Highlights

  • Pro

Block or report jschaefmn

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

Hi there πŸ‘‹

πŸš€ About Me

πŸŽ“ I am Jake Schaefbauer, a Full Stack Web Developer and I love trying to figure out why certain code blocks don't work and enjoy the rush of finally figuring out what the problem was! I just receive my certificate in Full Stack Web Development from the University of Minnesota!

πŸ‘¨β€πŸ’» Outside of coding I enjoy watching a wide variety of sports, but I primarily follow football (American), hockey, basketball, and Formula 1 racing. My hobbies include playing hockey, going to the gym, and building computers.

πŸ“š I enjoy reading books on self-development and my favorite book is Atomic Habits by James Clear which focuses on breaking bad habits and creating good ones.

I am also a foodie and always looking for the best "hole in the wall" restaurants

πŸ› οΈ Skills

Languages

Flutter C# Python C++ html javascript css next react material-ui tailwind-css graphql bootstrap jquery mysql mongodb sequelize jwt

Backend Services

heroku

Design Tools

figma

πŸ–₯️ Workspace Setup

ryzen-3800xt rtx-3070 windows vs-code Android Studio

πŸ”— Links

portfolio resume upwork linked-in github gmail

Pinned Loading

  1. e-commerce-back-end e-commerce-back-end Public

    An E-commerce backend for an online shop that allows an owner to add products, product categories, and tags. Created using Express.js, MySQL, and Sequelize

    JavaScript 1

  2. react-portfolio-v2 react-portfolio-v2 Public

    An online portfolio showcasing projects I want to show to the public and potential recruiters to view. The portfolio was built using React.js and Next.js and the site is hosted on Heroku

    JavaScript 1

  3. suds-on-sale suds-on-sale Public

    Forked from lundbmp/group-project-2

    Suds On Sale was a collaborated project and is an online forum for thrifty alcohol enthusiasts to talk about and share deals with other users. This webpage was built using Sequelize, MySQL2, Nodejs…

    JavaScript 1

  4. workout-tracker workout-tracker Public

    Forked from zwhumphrey/workout-tracker

    Workout Tracker was a collaborated project that allows users to sign into a personalized account and record individual exercises and then apply those exercises to a routine or multiple routines. Th…

    JavaScript 1

  5. Regular expressions - matching an email Regular expressions - matching an email
    1
    # Regular Expressions - Matching an E-mail
    2
    
                  
    3
    ## Summary
    4
    
                  
    5
    A regular expression, otherwise know as regex or regexp, is a sequence of characters that specifies a search pattern in text. In this gist I will break down matching an E-mail using the E-mail regex and validate the basic requirements for an email. The expression for this regex search pattern looks like the following: `/^[a-z0-9_/.-]+@[\da-z\]+\.[a-z\.]{6,12}$/`
  6. note-taker-app note-taker-app Public

    An application that allows users to add, edit, and delete notes. This project was created using Express.js and Node.js

    JavaScript 1