Skip to content
View graycodesnu's full-sized avatar
💻
💻

Organizations

@hackforla

Block or report graycodesnu

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
graycodesnu/README.md

Hi My name is Grayson

Educator, CS Hobbyist

I currently hold a certificate in Full-Stack Web Development from Northwestern University.

I have been mentoring and teaching developers of various ages for Code Your Dreams and After School Matters. I enjoy working on full-stack projects, contributing to Hack for LA, and experimenting with APIs during my free time.

During one of COVID's many quarantines, I began coding. What I thought would be a fleeting hobby turned into an passion. I enjoy tackling challenging problems and bringing functionality to life, so coding provides the perfect outlet for me. A few months after my first "Hello World," I enrolled in a full-stack web development boot camp at Northwestern University. My favorite thing about coding is the constant learning. I love diving into new concepts, languages, and frameworks, finding ways to improve efficiency, and learning from other developers' approaches.

A bit more about me:

  • 🌍  I'm based in Chicago, IL
  • ✉️  You can contact me at graycodes.nu@gmail.com
  • 🧠  I'm learning Framer Motion animations, and practicing data structures and algorithms
  • 🤝  I'm open to collaborating on projects involving APIs, relational databases, anything related to LGBTQ+ issues, or civic tech

Skills

Git JavaScript React TailwindCSS Bootstrap Material UI HTML5 CSS3 NodeJS Express GraphQL MongoDB MySQL Firebase Heroku Figma

Socials

Badges

My GitHub Stats

Top Languages

graycodesnu's GitHub stats

Pinned Loading

  1. goodWeeds goodWeeds Public

    Forked from The-Brain-Cell-Collective/goodWeeds

    JavaScript

  2. weather-dashboard weather-dashboard Public

    JavaScript

  3. password_generator password_generator Public

    CSS

  4. code-wiz-quiz code-wiz-quiz Public

    JavaScript

  5. Intertain Intertain Public

    Forked from NW-Bootcamp-Team1/Night-In

    HTML

  6. Email Regex Tutorial Email Regex Tutorial
    1
    # A Worry-Free Email Regex
    2
    
                  
    3
    If you're tired of searching for the best email validating regex, look no further than the below regex:
    4
    
                  
    5
    `/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/`