ErickO
KPCKevin Powell - Community
•Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
I have about 10k images I need to compress, browser tools have limits for size/number of images so I want something local I can setup and let it run for as long as it needs to, any good tools for that?
60 replies
KPCKevin Powell - Community
•Created by ErickO on 4/5/2024 in #resources
Learn SQL
Roadmap
- Roadmap for Learning SQL | ByteByteGo
Video Tutorials
- MySQL for Developers | PlanetScale
- MySQL - The Basics | Fireship
Interactive Tutorials
- Select Star SQL
Relational Databases Design
- SQL Database Design Tutorial for Beginners | Adam Finer
- Database Design All-in-One Tutorial Series | Caleb Curry
1 replies
KPCKevin Powell - Community
•Created by ErickO on 3/8/2024 in #resources
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/
1 replies
KPCKevin Powell - Community
•Created by ErickO on 2/14/2024 in #resources
Git client from the co-funder of Github
1 replies
KPCKevin Powell - Community
•Created by ErickO on 7/1/2023 in #resources
Color Palettes
* Color Hunt - https://colorhunt.co/
* 2 Color Combinations - https://2colors.colorion.co/
* Coolors - https://coolors.co/palettes/trending
* Flat UI Colors - https://flatuicolors.com/
* Colorable - https://colorable.jxnblk.com/
* Randoma11y - https://randoma11y.com/
* Happy Hues - https://www.happyhues.co/
* AI Colors - https://tintmint.net/
* Real Time Colors - https://realtimecolors.com/
1 replies
KPCKevin Powell - Community
•Created by ErickO on 6/23/2023 in #resources
Generate a graph of possible matches for your regex
1 replies
KPCKevin Powell - Community
•Created by ErickO on 6/14/2023 in #resources
Learn CSS Grid
Reading
* CSS Grid cheatsheet - https://grid.malven.co/
* CSS Grid by Example - https://gridbyexample.com/
* CSS Tricks Complete Guide to Grid - https://css-tricks.com/snippets/css/complete-guide-grid/
Videos
* Wes Bos' CSS Grid - https://cssgrid.io/
* Fireship's Joy of Grid - https://youtu.be/705XCEruZFs
* Kevin Powell's Learn CSS Grid the easy way - https://youtu.be/rg7Fvvl3taU
* Layout Land's Grid Playlist - https://youtube.com/playlist?list=PLbSquHt1VCf1x_-1ytlVMT0AMwADlWtc1
Hand's On
* Grid Garden - https://cssgridgarden.com/
* Grid Critters - https://gridcritters.com/ $$ Paid
1 replies
KPCKevin Powell - Community
•Created by ErickO on 3/29/2023 in #resources
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 ---
Sara Soueidan's blog - https://www.sarasoueidan.com/blog/
Ben Myers' Blog - https://someantics.dev/
The A11Y Project - https://www.a11yproject.com/
Sarah Higley's - https://sarahmhigley.com/
-- Good Reads --
Ultimate Accessibility Guide - https://inhuofficial.hashnode.dev/ultimate-accessibility-guide-101-tips-and-tricks
-- A11Y patterns --
Patterns and components - https://www.a11ymatters.com/patterns
Patterns for some components thoroughly explained - https://inclusive-components.design/
W3C's Patterns - https://www.w3.org/WAI/ARIA/apg/patterns/
Guidance based on BBC GEL - https://bbc.github.io/gel/
Ebay's MIND Patterns - https://ebay.gitbook.io/mindpatterns/
Design Principles to consider when building something - https://inclusivedesignprinciples.org/
-- MORE RESOURCES --
Compilation of courses free and paid - https://github.com/mgifford/a11y-courses
12 replies
KPCKevin Powell - Community
•Created by ErickO on 3/29/2023 in #resources
Basic security resources
OWASP cheatsheet series - https://cheatsheetseries.owasp.org/
OWASP top 10 - https://owasp.org/Top10/
Roadmap API security - https://roadmap.sh/best-practices/api-security
CS 253 Web security - https://youtube.com/playlist?list=PL1y1iaEtjSYiiSGVlL1cHsXN_kvJOOhu-
1 replies
KPCKevin Powell - Community
•Created by ErickO on 3/23/2023 in #resources
Learn 3D modeling with blender (not donut tutorial)
https://youtube.com/playlist?list=PL3dt2jN1CDlQzaHMYxDCFS9JHkfYFwMHA
https://youtube.com/playlist?list=PLndvTk6JOzUflybdyFl56AvtSk61GkDWo
https://youtube.com/playlist?list=PL0t8o5_UDu0GB2ZTJzobUr1j-5RjIl6I7
https://youtube.com/playlist?list=PLn3ukorJv4vsPA95G7jTHDHixF5FntFm3
3 replies
KPCKevin Powell - Community
•Created by ErickO on 3/19/2023 in #os-and-tools
Vim ways of adding a character to the end of the line
70 replies
KPCKevin Powell - Community
•Created by ErickO on 3/12/2023 in #resources
Record CLI apps as GIFs for demos
1 replies
KPCKevin Powell - Community
•Created by ErickO on 2/25/2023 in #resources
Easy dev portfolio
For when you can't be bothered to make your own:
https://devtr.ee/?ref=ErickOhm
1 replies
KPCKevin Powell - Community
•Created by ErickO on 2/24/2023 in #resources
Rust resources to get started
Get started with rust:
- https://doc.rust-lang.org/book/
- https://doc.rust-lang.org/stable/rust-by-example/
- https://github.com/Dhghomon/easy_rust
- https://www.manning.com/books/rust-in-action
- https://github.com/rust-lang/rustlings/
- https://gist.github.com/noxasaxon/7bf5ebf930e281529161e51cd221cf8a
More advanced concepts:
- https://app.codecrafters.io/tracks/rust
- https://github.com/mre/idiomatic-rust
- https://rust-lang-nursery.github.io/rust-cookbook/about.html
- https://rust-unofficial.github.io/patterns/
- https://github.com/johnthagen/min-sized-rust
Tools:
- https://play.rust-lang.org/
- https://blessed.rs/crates
- https://rustup.rs/
More resources:
- https://github.com/rust-unofficial/awesome-rust
5 replies
KPCKevin Powell - Community
•Created by ErickO on 2/3/2023 in #resources
Best resources to learn accessibility (a11y)
https://www.w3.org/WAI/fundamentals/accessibility-intro/
https://developer.mozilla.org/en-US/docs/Learn/Accessibility
https://www.edx.org/course/web-accessibility-introduction
https://web.dev/learn/accessibility/
https://www.a11yproject.com/
https://someantics.dev/
https://www.sarasoueidan.com/blog/
1 replies
KPCKevin Powell - Community
•Created by ErickO on 2/1/2023 in #back-end
Scheduled code execution
If you need a piece of code to run at exactly x date at y time, but also another piece of code (like a reminder) some 10 or whatever minutes before that date...how would you accomplish that? Cron jobs? on your API code or a separate Cron service? Any other methods you would use? All ideas welcomed
5 replies
KPCKevin Powell - Community
•Created by ErickO on 11/14/2022 in #front-end
Custom Errors Javascript
I'm making a differentiation between the errors sent from my API and the errors I'd get from Network issues during a fetch call, so at the moment if my API returns an http error a throw a custom error so I can catch it, is this the best methods, what other methods do you know?
8 replies