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

Web Accessibility/ARIA Cheat sheet

So I want to create a cheat sheet since I was looking online and couldn't find a decent one for web accessibility and ARIA codes... I was wondering if anyone would like to help with this little project of mine? I want to put something together similar to the ones on here.. (https://styleshout.com/must-have-css-cheat-sheets-for-web-designers/) and make one version for online viewing and printable versions as well.

Bash Script to check for a vulnerable version of `xz` utils

A supply chain attack happened to opensuse recently and it was due to a malicious code inside the xz utils github. Please read up on the issue with your respective repo and backup the version to a previous if not patched. Here is a script to check if your system is vulernable. Shared from a friend in my linux discord. ```bash #! /bin/sh ...

Basics of Promises

This video was suggested to me by YT and it's really good! https://youtu.be/Xs1EMmBLpn4?si=h1wZFI-iZlu2NoXe...

HTML and CSS is getting crazy

```html <div class="shadow-root-example"> <strong>Shadow Root Example</strong> <div class="isolated"> World...

"How should I expose errors in my API?" there's an RFC for that

RFC 9457 : https://www.rfc-editor.org/rfc/rfc9457.html This is mainly for backend people or frontenders that dabbles in creating APIs. This RFC describes how errors should be reported by the servers in the context of REST APIs. This allows for a normalized way of exposing errors for both the human that needs to work with the API (you) and the code that needs to handle failed requests....

Things you might not know about Git (part 2)

A while ago I shared a talk about things you might not know about git (https://discord.com/channels/436251713830125568/1207093328458424320)... well, the guy did a followup, so there it is : https://youtu.be/Md44rcw13k4?si=ahBTP8geHgkhWBdy...

Design Pitfalls

Design Pitfalls is a free email design course by David Kadavy that teaches you how to avoid common mistakes made by beginner designers. Classes start every Monday https://twitter.com/intent/retweet?tweet_id=610492026417713153

Which database to use for my project? SQLite might be your best bet

Many fear SQLite for being a "toy" or "incomplete" database and that it "doesn't scale" but the truth is, SQLite is a very complete database that will be good enough for most projects out there even if you end up with thousands or hundreds of thousands of users. https://antonz.org/sqlite-is-not-a-toy-database/...

open full stack

Not sure how useful this will be but it looks useful for understanding fullstack. Trigger warning: react is used https://fullstackopen.com/en/...

change default keyboard layout without changing the default language in windows 11

windows 11 has plenty of flaws, and one of them is how badly it accommodates people who speak multiple languages. however, one of the worst things in the documentation about this. microsoft tells you have to set the default language, which is wrong. ...

Stack Sorted

Just found this really cool website for inspiration. Has really cool effects that you can use in your own websites https://stacksorted.com/...

Flexbox Final Resource

Guys if someone get bored of understanding the flexbox layout or found it really complicated to understand here's an awesome guide includes the important properties of flexbox check it out : https://www.joshwcomeau.com/css/interactive-guide-to-flexbox/...