Kevin Powell - Community

KPC

Kevin Powell - Community

A friendly place for developers to meet other devs, ask questions, get help, and just have a good time ๐Ÿ™‚.

Join

front-end

resources

back-end

ui-ux

os-and-tools

PACK OF COURSES FOR NEWBIES

you can purchase it for free, or you can help me by buying it (max 5$) https://twitter.com/samicodess/status/1645464488961867776...

FREE: LIST OF ILLUSTRATION WEBSITES

https://clapycodes.gumroad.com/l/freeillustrationlist For everyone who needed the illustration website, this document will save you for hours of searching them, go download it for free...

Logo placeholders

Came across a nice site that provides logo placeholders of a variety of sizes, perfect for testing sections that support a variety of image aspect ratios https://logoipsum.com/...

Better Invalid Input Selectors

(thanks @joao6246 https://discord.com/channels/436251713830125568/1091150479385448558/1091170631766253668) ```css input:not(:placeholder-shown):invalid { /* styles here only apply after the user has entered data / / rather than immediately after the input is selected */...

Hypercolor

A curated collection of beautiful Tailwind CSS gradients using the full range of Tailwind CSS colors. Easily copy and paste the class names, CSS or even save the gradients as an image. https://hypercolor.dev/...

Accessibility (a11y) Resources

--- LEARN A11Y (ACCESSIBILITY) --- FREE intro to a11y by W3C - https://www.edx.org/course/web-accessibility-introduction Accessibility by MDN - https://developer.mozilla.org/en-US/docs/Learn/Accessibility Accessibility course by Google - https://web.dev/learn/accessibility/ --- A11Y BLOGS ---...

custom properties / css var auto complete

https://marketplace.visualstudio.com/items?itemName=phoenisx.cssvar Read the docs for customization, and how to use (might need postCSS node_mods)...

Naming Variables

There are two hard problems in computer science; 1. Cache Invalidation 2. Naming Things 3. Off-by-one Errors ...