Skip to content
View ericwittenstein's full-sized avatar

Block or report ericwittenstein

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

Hi 👋 My name is Eric Wittensteitn

Full Stack Web Developer

I am a full stack web developer with a passion for making things! Graduate of the Georgia Tech Coding Bootcamp and the University of North Carolina at Chapel Hill, I have a background in education and a passion for technology. I love making things more efficient, solving problems, and passing on whatever I know to others so we can all grow and learn together!

  • 🌍  I'm based in Atlanta, GA
  • 🖥️  See my portfolio at MyPortfolio
  • ✉️  You can contact me at [email protected]
  • 🧠 I'm currently learning more SQL!
  • 🤝  I'm open to collaborating on anything and everything!
  • ⚡  3D Printing hobbyist, sports fan, animal lover!

Skills

JavaScript Java TypeScript HTML5 React CSS3 Bootstrap Material UI Webpack Babel JQuery TailwindCSS NodeJS Express GraphQL MongoDB MySQL Heroku Figma

Socials

Badges

My GitHub Stats

ericwittenstein's GitHub stats

GitHub Commits Graph

Top Languages

Top Repositories









Pinned Loading

  1. Inventory_Management Inventory_Management Public

    Forked from Howardk97/Inventory_Management

    An employee-facing inventory management system designed to be used by a catering company to help manage equipment check-in and check-out

    HTML

  2. MyPortfolio MyPortfolio Public

    This is a portfolio of my work on coding projects that I am proud of, and would like to display for future employers

    JavaScript

  3. README-Generator README-Generator Public

    This project runs a JS script that prompts the user about how they would like their README to look and what to include. The script then generates a professional-quality README.md file from the resp…

    JavaScript

  4. Stay-In-Touch-Social-Network Stay-In-Touch-Social-Network Public

    Forked from GTBCP3G5/Stay-In-Touch-Social-Network

    This project is a way for graduates of our coding bootcamp cohort to stay in touch after graduation! Users will be able to make posts, add friends, keep a list of favorite posts, and more!

    JavaScript

  5. tech-news-java-api tech-news-java-api Public

    This is a Java-based Tech Blog, created as an initial refresher to Java. It includes reactive page elements, user authentication, post creation, commenting, and up-voting. MySQL database used for b…

    Java

  6. Breaking Down a Regex for Hex Code Breaking Down a Regex for Hex Code
    1
    # Breaking Down a Regex - Tutorial
    2
    
                  
    3
    ## Summary
    4
    
                  
    5
    Regular Expressions, or "Regex", are a common tool used in JavaScript. A regex is a series of special characters that defines a search pattern, often used for validation and matching. This gist will explain the following regex, which is used to match a hex code value: