I Love This CSS Focus Hack
6:29
Күн бұрын
How To Make Beautiful Charts In Next.js
1:07:53
Learn Drizzle In 60 Minutes
56:09
Will Devin AI Take Your Job?
12:36
NEW React 19 Changes Are Amazing!
8:42
8 NEW JavaScript 2024 Features
11:01
How To Actually Get Hired In 2024
10:43
You Are Doing New Years Wrong
14:45
Facebook Did It Again
24:10
4 ай бұрын
WTF Do These Even Mean
13:44
5 ай бұрын
How Is This Code Safe?
6:31
5 ай бұрын
Did Josh Make A Mistake?
6:58
6 ай бұрын
Пікірлер
@vanessamtakula99
@vanessamtakula99 13 сағат бұрын
I’m going to die
@G.D.1968
@G.D.1968 14 сағат бұрын
You keep confusing colon for semi-colon. Other than that, very informative and excellent pacing.
@user-wb1dh3rp5z
@user-wb1dh3rp5z 15 сағат бұрын
I followed all the steps but my app keeps refreshing that I cant even type the name of an artists.
@MSSPG
@MSSPG 15 сағат бұрын
I looked at a presentation with functions, and understood NOTHING, after watching this I looked at it again and could confidently explain EVERYTHING 10/10
@Vegamorphium
@Vegamorphium 16 сағат бұрын
Implicit testing has value of course, but the issue with things being implied is that different individuals expect different things. With fixed syntax code i appreciate that intention is clearer, but its a bad practice to get into. Tests are a safety net to move quickly and alert you of unexpected issues succinctly.
@gkingkamehajojo8651
@gkingkamehajojo8651 16 сағат бұрын
Love it! Thanky
@nahueltarricone
@nahueltarricone 16 сағат бұрын
What about coverage if you are using a software like sonarcloud?
@whiskers08spot09
@whiskers08spot09 18 сағат бұрын
Would it make more sense in the reducer function to destructure the state parameter? Or would that just make it confusing ?
@IkhsanGama
@IkhsanGama 19 сағат бұрын
kzfaq.info/get/bejne/n9eimsqY2Ja1m2Q.html What is asChild doing here? anyone know?
@vutuch4865
@vutuch4865 19 сағат бұрын
What an ABSOLUTE banger. Thank you man, you saved my credits!
@TheIndy81
@TheIndy81 19 сағат бұрын
Great videos! just a question, why that "as NavLink" needed in the NavBar?
@nayemalifahim6701
@nayemalifahim6701 20 сағат бұрын
best explanation
@Rebel101
@Rebel101 20 сағат бұрын
What whiteboard tool are you using?
@josephito27
@josephito27 21 сағат бұрын
id seems more solid than any other option tbh lol, I never do with classes
@hrivera4201
@hrivera4201 21 сағат бұрын
Interface X { id: string } Interface X { name: string } x interface will be: { id: string, name : string } This is not doable with type.
@dottorcosmic
@dottorcosmic 22 сағат бұрын
documentation says that sethtml is still experimental and still not supported
@aritradas8606
@aritradas8606 23 сағат бұрын
next level stuff! this guy is something!
@necronomicon-xmortis9362
@necronomicon-xmortis9362 23 сағат бұрын
😂yeah great topic if beginers copy code they trust it should work but sometimes it just doesnt untill they are more experienced to see and learned what to use and what not i still battled untill i tested code with and without semi colons this prooved its not needed in javascript but it is needed in batch,c,c#,c++,sql,pearl,php and maby more other languages so i hope all new developers watch this and read the coments😂...😊
@megacryptertuto9701
@megacryptertuto9701 Күн бұрын
this is what muslim people do every day
@rockstarrockyush8502
@rockstarrockyush8502 Күн бұрын
Any Pokemon fans??
@ericdimarzio5756
@ericdimarzio5756 Күн бұрын
What a great video. Awesome!
@FourSightfulGaming
@FourSightfulGaming Күн бұрын
hello guys < hello person
@BudetSvobodnoy
@BudetSvobodnoy Күн бұрын
Every time he says "My name is Kyle" I expect him to end it with a rhyme for some reason. "My name is Kyle and my hair is style" or smth.
@alexanonym1584
@alexanonym1584 Күн бұрын
10:18 why useffect Is doing here? Why it wraps useCallback?
@redmizu
@redmizu Күн бұрын
isn't that the same as the headwind extension?
@vodd123
@vodd123 Күн бұрын
8:21
@nitishgupta8393
@nitishgupta8393 Күн бұрын
BUT! How it will affect in a grown app, in my company the app is build 4 years ago, is it possible to make new component with this signal? will it be compatible? or it may create problem while communicating to other old component?
@dakiworld
@dakiworld Күн бұрын
07:22
@averagejoe8386
@averagejoe8386 Күн бұрын
Someone new to Express should watch this, excellent explanation.
@aaronshaw1006
@aaronshaw1006 Күн бұрын
Coming from The Odin Project, great video!
@douglast.9790
@douglast.9790 Күн бұрын
is using next auth?
@Garfield_Minecraft
@Garfield_Minecraft Күн бұрын
if (cond) { } //no need for else here if the condition wasn't true it will just continue if (person?.age == null) { console.log("You are not a person"); return; } if (person.age < 18) { console.log("Nope"); return; } if (person.age < 21) { console.log("Not in the US"); return; } console.log("yes");
@Garfield_Minecraft
@Garfield_Minecraft Күн бұрын
javascript can be compiled without ; it's really not necessary. I don't see how does that feel more structure? i'm not sure but if you have ; you can connect multiple statement in 1 lines like python but yeah C doesn't care you have to always use ; but if you work in a team maybe code needs to be write more uniformly. the same way as everyone else. i feel like this is the same thing as writing English without fullstop
@Yadiel458x
@Yadiel458x Күн бұрын
It just clicked! Very good explanation!
@felipecaetano1710
@felipecaetano1710 Күн бұрын
THANK YOU! I was searching this feature forever.
@itsmmdoha
@itsmmdoha Күн бұрын
Kyle Cookespeare in rescue again!
@horacioserrano5430
@horacioserrano5430 Күн бұрын
Not using non standard languages is a HUGE drizzle pluss.
@horacioserrano5430
@horacioserrano5430 Күн бұрын
As of a few days ago, Drizzle no longer works with NextJs...
@IsaacOladimeji
@IsaacOladimeji Күн бұрын
Simple, but yet so accurate, and easy to understand!!👌
@paulhetherington3854
@paulhetherington3854 Күн бұрын
He lied! "No one - typed any R' ''+ r'' ' -- React record! You have no, index react then - ID!
@rehan_requiem
@rehan_requiem Күн бұрын
Just toggle from max-height: 0 to a large max-height. Works in most cases.
@paulhetherington3854
@paulhetherington3854 Күн бұрын
STACH'ON' -- MOHYK'! Situated with no -- activity on(connected!) TTY - static -- no f(x) - by you! Word || Note pad! ROLZ' -- Oriental Tribal - Royal!
@evils222
@evils222 Күн бұрын
If I'll tell you that JavaScript actually requires semicolon. Will you disagree or agree with me and why?
@whiskers08spot09
@whiskers08spot09 Күн бұрын
I found it interesting that you imported the ACTIONS object instead of passing it down as props.
@XiaZ
@XiaZ Күн бұрын
Isn't this already the norm, like, from the beginning of testing era?
@foobar4763
@foobar4763 Күн бұрын
A minor note, Sessions can be persisted on databases or in shared cache like redis, ther are not limited to a single server
@TheSliderW
@TheSliderW Күн бұрын
I promise, you can write better explicit code and even have time for usefull comments when you don't waste time writing useless tests and test cases.
@waelltifi-2023
@waelltifi-2023 Күн бұрын
i don't care what anyone thinks , 99.9 % of unit tests in front end especially in that react sh!t IS AN ABSOLUTE WASTE OF TIME !!!
@vodd123
@vodd123 Күн бұрын
7:02
@investwitharvindvuppala
@investwitharvindvuppala Күн бұрын
Yes