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
MMightyNugget5/5/2024

JS Course On Udemy

Hey guys , im new here 🙂 I want to start learning JS by course from Udemy , can you guys help me and tell me which course to choose ?...
SSyedUmairCodes4/29/2024

100% Free resources for Beginners

Hello everyone, I started a project a few years back that listed YouTube videos on programing and were arranged in categories and technology wise. Today I just revamped the whole project. Added other resources as well and will now only include high quality YouTube videos. ...
TTechySC4/26/2024

CSS Custom Property Cheat Sheet

This is my own cheat sheet for a alternative of Kevin's own one
SSandroid4/16/2024

Polypane Open-Source Alternative

Here's an open source alternative for those (like me) that don't feel like having to pay a subscription for every single tool they want to use: https://github.com/responsively-org/responsively-app...
AAlbeDesign3/31/2024

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.
ZZomaTheMasterOfDisaster3/29/2024

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 ...
E13eck3/27/2024

Basics of Promises

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

HTML and CSS is getting crazy

```html <div class="shadow-root-example"> <strong>Shadow Root Example</strong> <div class="isolated"> World...
RORägnar O'ock3/20/2024

"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....
RORägnar O'ock3/20/2024

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...
Ddaughter_of_zion3/13/2024

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
EErickO3/8/2024

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/...
Next