ErickO
ErickO
KPCKevin Powell - Community
Created by McMarty on 2/16/2025 in #front-end
Adding a Hyperlink to a Nested Accordion Menu
For instance, in the example above, a user needs a way to go to the "Group 1" home page, or the "Group 2" home page or the "Sub Group 1" home page. Right now, when you click on the ">" or the bar itself, it expands/collapse that menu item.
this sounds like a breadcrumb menu not an accordion menu
260 replies
KPCKevin Powell - Community
Created by CDL on 2/15/2025 in #os-and-tools
Hosting Godaddy(Yes, I know) domain on cloudflare.. issues once activated.
absolute pepega man
25 replies
KPCKevin Powell - Community
Created by CDL on 2/15/2025 in #os-and-tools
Hosting Godaddy(Yes, I know) domain on cloudflare.. issues once activated.
dumbass
25 replies
KPCKevin Powell - Community
Created by CDL on 2/15/2025 in #os-and-tools
Hosting Godaddy(Yes, I know) domain on cloudflare.. issues once activated.
knew it
25 replies
KPCKevin Powell - Community
Created by CDL on 2/15/2025 in #os-and-tools
Hosting Godaddy(Yes, I know) domain on cloudflare.. issues once activated.
No description
25 replies
KPCKevin Powell - Community
Created by CDL on 2/15/2025 in #os-and-tools
Hosting Godaddy(Yes, I know) domain on cloudflare.. issues once activated.
yeah this is on you 100%
25 replies
KPCKevin Powell - Community
Created by ErickO on 3/29/2023 in #resources
Accessibility (a11y) Resources
Good luck
12 replies
KPCKevin Powell - Community
Created by ErickO on 3/29/2023 in #resources
Accessibility (a11y) Resources
But for a job I'd take the practical accessibility course
12 replies
KPCKevin Powell - Community
Created by ErickO on 3/29/2023 in #resources
Accessibility (a11y) Resources
Just for an interview? The Google accessibility course probably
12 replies
KPCKevin Powell - Community
Created by joey // on 7/18/2024 in #back-end
What's the difference between a schema and model in mongoose?
dumbing it down is a good way to learn tho, coding is full of fancy names and terms for what's honestly fairly simple concepts, but we just wanna sound smaht
10 replies
KPCKevin Powell - Community
Created by joey // on 7/18/2024 in #back-end
What's the difference between a schema and model in mongoose?
lmao, yes basically that
10 replies
KPCKevin Powell - Community
Created by joey // on 7/18/2024 in #back-end
What's the difference between a schema and model in mongoose?
dunno how much I can simplify it and not confuse you more but... A Schema is your blueprint, it tells you what your data should look like so that mongo (or mongoose) can check incoming data, look at the blueprint and go "this shouldn't go here, this should be a string not an int" The Model is just the way you interact with mongoose, remember mongoose is nothing but a middle-man between you and mongodb and the model is them being the middle-man, a model takes a schema and compiles an object that has all the methods and functions you need to interact with mongodb .insert() .update etc. in the background, every time you use one of those methods the model looks at the schema to make sure that the data you are giving it is the right one based on what you told it to look for
10 replies
KPCKevin Powell - Community
Created by Shane on 5/1/2024 in #back-end
Confused by Kysely
I do not know tbh
8 replies
KPCKevin Powell - Community
Created by Shane on 5/1/2024 in #back-end
Confused by Kysely
typescript types are static, the sucky code from kysely's migration is run when the code runs, therefore it has no previous knowledge of the types you set, you'd need to have a script that can transform that info to actual types but the end result is the same, additional TS files for the db info
8 replies
KPCKevin Powell - Community
Created by Shane on 5/1/2024 in #back-end
Confused by Kysely
yes, you still need to define the types
8 replies
KPCKevin Powell - Community
Created by Shane on 5/1/2024 in #back-end
Confused by Kysely
🤢 absolutely vile
8 replies
KPCKevin Powell - Community
Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
they're non-techy so rather not add friction
60 replies
KPCKevin Powell - Community
Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
sharing files with my family, webp kinda shit natively if u wanna download them
60 replies
KPCKevin Powell - Community
Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
technically I went .JPG and .jpg to .jpg
60 replies
KPCKevin Powell - Community
Created by ErickO on 4/16/2024 in #os-and-tools
Good Image compressors/minifiers for the command line?
I went jpg to jpg :PepeLaugh:
60 replies