they'll be running out of storage in their data centers before running out of ID's 😆
@denverpopin32242 күн бұрын
Thanks! Does HasData help with scraping job data from Netlify too? Sounds like a useful tool.
@BunyaminTuran-nx5zz3 күн бұрын
thx... very clear
@tiktokikzz15023 күн бұрын
this was great and crystal clear.
@lewisd300885 күн бұрын
Perfect explanation - thank you
@ukaegbugreatjnr5 күн бұрын
Nice
@clevermissfox5 күн бұрын
This demo reminds me about how Filter is really an underused property in my opinion. Esp now with the :has() selector , we can make all images that are .parent:has(img:hover) > img:not(:hover) { filter: saturation(20%); } Everyone loves backdrop-filter: blur() (even with safaris issues) but I really want to implement filter more often. One easy thing I’ve been doing is for buttons , instead of adjusting their background color on hover (which is fun using relative colours or color-mix() fx), I have been using filter: brightness(130%); and yes it’s animatable/transitionable!
@HousseinDroubi-o9i6 күн бұрын
Hey, welcome to you.
@jacsdaniel6 күн бұрын
amazing tips
@Nothing-cx4jt6 күн бұрын
this is good man <3
@dineshkumar-rd4bp6 күн бұрын
The whole series is solid content to understand React JS concepts in a nutshell. Kudos to your work. :)
@ВладимирМатвеев-э4г6 күн бұрын
THANK YOU!!!
@aurobindobhuyan21077 күн бұрын
I've been searching for this for the last 3 weeks. You have no idea how helpful it is for me. ❤❤
@ejemeniboi8 күн бұрын
Just got yourself a new subscriber ♥
@ShaaperaSewuese8 күн бұрын
this is how you explain something like you are talking to a five year old. subscribed immediately
@mujibulhaquetanim8 күн бұрын
Wow... Really loved that. want more like this..... Subscribed
@SimonChikezie9 күн бұрын
How different is the inset property to the top left right and bottom I was thinking they are same thing when positioning an element absolutely
@tommeka12109 күн бұрын
New subscriber!!
@emmanuelxs61439 күн бұрын
Love what you did, but you didn't get the shape perfectly well, I think if you used clip path generator to make sure you get as close as possible to the shape it would have been better
@deeecode9 күн бұрын
thank you for the feedback. like i highlighted, there are many ways to do this can you please explain what makes my shape different?
@emmanuelxs61439 күн бұрын
@deeecode I know it may sound I am nitpicking but the shape especially the center of the curve goes way deeper than what you did there
@ukaegbugreatjnr9 күн бұрын
Wow , am sleeping on your page bro
@johniweh235610 күн бұрын
Love ur content
@din-Ish577111 күн бұрын
excellent explanation
@sergelioutyi11 күн бұрын
Hey thanks can I ask a question is this what I need if 1. Users come to my site and see a bunch of useful documents eg. Insurance handbooks 2. All the handbooks are actually hosted on other sites as pdfs 3. But I want the user to click on a link on my website and they just see the download happen without having to go to the other website first and click download there? I think this works right as you said?
@sergelioutyi11 күн бұрын
Thanks so much bs on the internet finally found what i needed!
@Greatjunior12 күн бұрын
Tank you brother!
@Greatjunior12 күн бұрын
Best explanation, thanks
@clevermissfox12 күн бұрын
Cold !== Cold is a great comparison !
@babakfp12 күн бұрын
F*ck React. These people can't build something that works.
@muritalaahmed13 күн бұрын
So...there is no way to bypass it? for instance a free Api I want to use for my Project and i cant contact the developer to remove the CORS policy I will just have to leave the Api? Or is there a way to bypass it from the browser?
@debargha0_08 күн бұрын
it's a browser thing, so even if you do bypass this for yourself it won't work for others
@siya.abc12313 күн бұрын
Very well explained
@nivmatallah13 күн бұрын
nice explication , thank youu .
@vvs963914 күн бұрын
thanks for your efforts , Great Video !
@flowersetcthecupertinoflor404514 күн бұрын
Good explanation.
@SebooEdits14 күн бұрын
Really Awesome... Your way of teaching is really simple and awesome. Love it bro.... you explained it perfectly.
@nayanacharya442516 күн бұрын
Not working when send a request to backend from frontend
@deeecode16 күн бұрын
is the backend also localhost? if that's the case, then it's because the frontend on this public https forwarded address is trying to send a request to localhost on your computer and that's not possible
@MohammedAlziko16 күн бұрын
❤❤❤❤❤
@deeecode16 күн бұрын
In my latest video, I explain why BROWSER EXTENSIONS also cause this error: kzbin.info/www/bejne/rnOrfpafjbR3otU
@hardeep858716 күн бұрын
Very nice
@JDK_2417 күн бұрын
Bro make content around Reactjs for beginners Would b helpful 🙏
@TechHub-x9w17 күн бұрын
He has a full react beginner playlist already.
@deeecode16 күн бұрын
I have a course here: kzbin.info/aero/PLLdz3KlabJv3U7Hdibr4S8VgM0-NQm-h2 I still need to add more videos though
@JDK_2416 күн бұрын
@deeecode will b learning from here then. Do try to complete d playlist if possible 🙏
@deeecode16 күн бұрын
@@JDK_24 yeah i'll continue it hopefully soon
@WatsonCyrusAnikwai17 күн бұрын
Nice. Thanks
@JujaiJujai17 күн бұрын
Hi there, thank you for this great video! This really helped me understand how to handle layout shifts. For cases we do not know the specific aspect ratio to use, can we use aspect-ratio: auto to avoid layout shift?
@deeecode16 күн бұрын
I'm glad this video was helpful. aspect-ratio auto cannot work because the browser needs to "know" the ratio before the image arrives to avoid layout shift. The best solution to this is to define an aspect ratio then create your images based on that, or have a fixed ratio and use object-fit: contain, so that all the images can show in their full layout even though they might not fill the container. Does this help?
@colindante516418 күн бұрын
Why is it on page reload entries.length takes into account all entries being observed but as the user scrolls down the page and the callback function gets called, entries.length will always equal to one.? Would anyone care to explain? Thanks
@trimalakismeno18 күн бұрын
The simplest explanation i've found, and the visual changes help a lot. Thank you for this!
@deeecode16 күн бұрын
You're very welcome!
@ajiteshmishra000518 күн бұрын
Keep posting such conceptual videos on JavaScript because ot is helping to all the developers from Angular, React or Vue.
@deeecode16 күн бұрын
I'm really glad to hear, and yes, I'm exploring these conceptual videos more nowadays
@sssrikanthhh18 күн бұрын
Great bro❤, you are doing videos on topics that no ones does.
@deeecode16 күн бұрын
thanks for the kind feedback
@spacebuddy533919 күн бұрын
Dear JavaScript throw an exception for invalid operations!!! wtf is NaN?!! Jst throw an exception!!!
@deeecode16 күн бұрын
🤣🤣🤣
@Freshmarketers19 күн бұрын
Great video. Thumbs up!!
@deeecode16 күн бұрын
thank you
@mukeshkommuri19 күн бұрын
super crystal clear explanation
@deeecode16 күн бұрын
Glad it was helpful!
@mukeshkommuri225920 күн бұрын
Super explanation
@deeecode16 күн бұрын
actually yes 😂 when preparing for the video, i thought about the joke, but while recording I forgot to make it 🥲