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

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

Where do you get your favourite free SVGs?

Looking specifically where you can copy the svg from the site vs downloading the file. Not just UI icons but fun svgs too!! To share, icons8.com is a great one, although only a few libraries where you can get the SVG for free/copy it directly. they do provide free pngs of the icons if thats okay for your project, and host it on a cdn link so you dont have to host it yourself.

keepass 2 as authenticator app

i do not own the copyright for this content, so, i can only share the link https://assets.new.siemens.com/siemens/assets/api/uuid:37a10edc-e16b-43ad-905a-da2e2e6e36cd/siemens-keepass-manual-en.pdf this describes how you can use keepass 2 as the authenticator app (with some windows-specific things) keepass 2 is an offline password manager that lets you store the passwords and other secrets outside of any cloud - only you have access to it, even if the file is leaked...

HTML Recipes - HTML-only examples of common UI

Amazing if you suck at semantic HTML Made by Stephanie Eckles https://htmlrecipes.dev/...

functional programming is great, use it (1)

https://youtu.be/nuML9SmdbJ4?si=GML_Ssq9dTuMHl81 (1) when applicable (2) and when the resulting code is more concise and easier to read (2) except if it involves recursion...

Learn CSS web.dev

There's a Learn CSS course available on web.dev https://web.dev/learn/css.