vinicius!
vinicius!
KPCKevin Powell - Community
Created by CDL on 11/13/2024 in #resources
Git tutorial from Primeagen/Bootdev
pretty sure 3hrs of this video is just prime yapping
10 replies
KPCKevin Powell - Community
Created by vinicius! on 11/9/2024 in #front-end
CSS Custom Props Good Practice
thanks @clevermissfox
4 replies
KPCKevin Powell - Community
Created by vinicius! on 11/9/2024 in #front-end
CSS Custom Props Good Practice
yea that actually makes more sense than using inline-styles to apply dynamic styles
4 replies
KPCKevin Powell - Community
Created by vinicius! on 11/9/2024 in #back-end
REST API and RESTful API are the same thing?
thank u b1
8 replies
KPCKevin Powell - Community
Created by banjobongo on 11/9/2024 in #front-end
Semantic HTML Question - Does paragraph text have a parent/child relationship with headings?
how can i open a a11y tree on devtools?
5 replies
KPCKevin Powell - Community
Created by Faker on 11/2/2024 in #front-end
Difference between innerHTML, innerText and textContent and their use cases
i don't remember about 'innerText' tho
11 replies
KPCKevin Powell - Community
Created by Faker on 11/2/2024 in #front-end
Difference between innerHTML, innerText and textContent and their use cases
and for security reasons, try to use only 'textContent'... 'innerHTML' can allow malicious scripts to be run
11 replies
KPCKevin Powell - Community
Created by DooMGuY086 on 10/22/2024 in #front-end
How can I replicate this vignette effect for an overlay cover image using tailwindcss?
u know color theory? epic u r a programming genius
6 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
thanks again bro
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
got it, i was thinking the scope define what'll be collected or not, like an object created in a closed scope can be collect after that piece of code finishes its execution but is actually the references they have in the code so if that same object has a reference in the global scope, it can never be cleaned is that right?
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
thanks epic
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
got it
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
ooh
27 replies
KPCKevin Powell - Community
Created by vinicius! on 10/21/2024 in #front-end
JS Garbage Collector
everything defined in the global scope is not garbage collected?
27 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
then deploy your code to github and send it here, maybe i can have a look
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
post your code in a platform like codepen
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
avoid setting height and width too, let the browser handle it if u need to set a height, use min-height instead
431 replies
KPCKevin Powell - Community
Created by Macro on 10/21/2024 in #front-end
site looks horrible on mobile
responsiveness is hard… you could either recode your css to use grid and try to apply the RAM technique or hardcode your mobile layout with media queries
431 replies
KPCKevin Powell - Community
Created by vinicius! on 9/17/2024 in #front-end
Let's discuss the relative unit 'em'
thank you
31 replies