Skip to content
View maxshuty's full-sized avatar

Block or report maxshuty

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

Hey there, I'm Max. I'm a Tinkerer, creator, and Dad joke teller. Accessibility matters. Checkout my work below...

Accessibility is not a feature

Software developer with full stack experience and a passion for creating accessibile UI's & a passion for frontend development using technologies like Vue/Vuex & React/Redux. I believe a person who chooses not to read is no different than someone who can't.

Also... booleans are nice because if you are wrong then you're only off by a bit.

Developer of your favorite puzzle game, Cubify!

Find me on the Web 🌎:

  • See what I've been up to lately on LinkedIn
  • Checkout my StackOverflow profile to see what technologies I've been geeking out over

Passionate about:

  • ♿ Accessibility. I believe that we should be designing with accessibility at the top of our minds to ensure we are creating an equal experience for all users
  • 🤓 Frontend development utilizing fun tech like VueJS and ReactJS
  • 🧙 Solving challenging problems without a straightforward solution

I enjoy answering questions on StackOverflow - I believe in quality over quantity, having reached over 4 million people in just over 130 answers like this solution to pure CSS accessible checkboxes and radio buttons that I wrote. Sometimes I find myself answering my own questions or trying to find better solutions to age-old problems. I also enjoy helping perform moderation tasks like reviewing posts for quality and helping new users learn how to ask a proper question on StackOverflow.

Stack Overflow flair with my personal user stats

When learning something new I enjoy diving in and applying my new found knowledge! This is what lead me to develop a lazy loader called SimplyLazy to learn more about the IntersectionObserver API. It's a simple, super lightweight (0.6kb), pure JavaScript image lazy loader that even works in IE* (*with a simple polyfill of course because it's IE) and it even has a few handy callbacks you'll love!

For the curious... 01110110 01101001 01100101 01110111 00100000 01010010 01000001 01010111  

A tiny commit per day can amount to something big over time:

GitHub Streak

Pinned Loading

  1. accessible-web-components accessible-web-components Public

    Accessible UI components built using Native Web Components

    JavaScript 18 5

  2. simply-lazy simply-lazy Public

    Finally, a simple, lightweight (0.6kb), pure JavaScript image lazy loader that even works in IE* using the IntersectionObserver API

    JavaScript 5

  3. vue-simple-print vue-simple-print Public

    Easily print any HTML content you you want in Vue. It can be hidden content, certain elements, etc.

    JavaScript

  4. vue-dynamic-slots vue-dynamic-slots Public

    A demo showcasing the power of slots and how to make dynamic slots using VueJS

    Vue