Learn Drizzle In 60 Minutes
56:09
21 күн бұрын
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 ай бұрын
Пікірлер
@phil8899
@phil8899 4 сағат бұрын
Why when you called it blue does it still go to that anchor and not by its id
@mahmoudzakria6946
@mahmoudzakria6946 4 сағат бұрын
DX ↗↗
@theodorosgeorgitsis5600
@theodorosgeorgitsis5600 6 сағат бұрын
Fuck yeah
@muhammadjunaid3167
@muhammadjunaid3167 6 сағат бұрын
Best Middleware tutorial.
@agilityconceptview
@agilityconceptview 8 сағат бұрын
Please can this be used in a sliding carousel also?
@mohammadshiran2410
@mohammadshiran2410 8 сағат бұрын
Nice!
@user-xs4gu6jd8m
@user-xs4gu6jd8m 10 сағат бұрын
Just wanted to drop a quick note to say a big thank you for the awesome tutorials you've provided! They've been super helpful for me. I noticed in your recent tutorial you mentioned 'relative' positioning. Just to clarify, in this case, 'relative' positioning means the element is positioned based on the normal flow of the document and then offset relative to itself using top, right, bottom, or left values. (It will not be removed from document flow)
@viniciusvasconcelos4025
@viniciusvasconcelos4025 10 сағат бұрын
The problem now is, how to learn css lol
@Good-morning_890
@Good-morning_890 10 сағат бұрын
Thanks 🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸🇵🇸
@mukta5417
@mukta5417 10 сағат бұрын
for anyone watching it nowdays it's not possible to give the .connect method a callback anymore :)
@TheKaosTux
@TheKaosTux 11 сағат бұрын
I don’t see any reason to use prisma or drizzle.. both would make work with the database more komplex for no reason. Prisma has just one big schema file?! Why?! Imagine building a GraphQL backend and being in need to create a DB schema, a graphql schema and types for that and have to sync all that stuff manually, because your ORM wants to keep everything in a big schema file… Imagine just using typeORM with type-graphQL and use just one file per model to get all in one place with much smaller code footprint for relations and so on… I don’t get why ppl go for more complex solutions just because of more complexity.
@souravdas5837
@souravdas5837 12 сағат бұрын
So, adding a dependency array allows you to capture the previous value of the state or prop specified in the dependency array, but it doesn't change the timing of when the effect runs in relation to the render.
@TheOneHong
@TheOneHong 12 сағат бұрын
so momentjs is no longer recommended?
@BboyHotshot
@BboyHotshot 13 сағат бұрын
So someone gets access to my email and I start losing my other accounts as well because theres the single point of failure
@fase8729
@fase8729 13 сағат бұрын
I wish u would that in react js
@charleschukwuemeka8482
@charleschukwuemeka8482 14 сағат бұрын
Thank you so much, this tutorial is really needed
@himanshukapoor1512
@himanshukapoor1512 14 сағат бұрын
Awesome video
@DJStompZone
@DJStompZone 16 сағат бұрын
IMO the following is the most readable and maintainable way to approach the problem. (Guard clauses can be overrated, defeats the whole point of optional chaining.) function canDrink(person) { return person?.age >= 21 ? "Yes 🍻" : person?.age >= 18 ? "Not in the US 😦" : person?.age != null ? "Nope 👶" : "Not a person! 👽"; } const message = canDrink({ age: 20 }); console.log(message); // This not only ensures safety, removes the else statement, and improves readability... // It also has a single return point. Optional-chained ternary statements for the win. // Class dismissed
@SkylerJi-nj7dj
@SkylerJi-nj7dj 16 сағат бұрын
what are your thoughts on vega and vegalite?
@soumelee5661
@soumelee5661 17 сағат бұрын
00:04 Functions are important in JavaScript and learning them can be difficult for beginners 01:19 Create a function in JavaScript to perform a specific task. 02:30 A function stores and executes code when called. 03:40 Functions in JavaScript can take logic and code that is used repeatedly and put it in one place for easy reuse and modification. 04:49 Passing variables in a function 06:02 Understanding functions and return values in JavaScript. 07:12 Using the return keyword in a function 08:27 console.log is a function in JavaScript Crafted by Merlin AI.
@vaishalimasal2451
@vaishalimasal2451 20 сағат бұрын
I wanted to use this markdown in tinyMCE. Can anyone suggest a way to achieve this
@xxapoloxx
@xxapoloxx 20 сағат бұрын
The more i learn about react, the less i like it.
@vishnubhat2084
@vishnubhat2084 20 сағат бұрын
thankyou kyle for this great video.
@shamsadanam9923
@shamsadanam9923 22 сағат бұрын
Will you do a tutorial on m3u8 video player?
@iwas23
@iwas23 23 сағат бұрын
Really nice video mate. Hope you cover the dynamic query in upcoming video 🎉🎉❤
@neighborhoodboilermanofnyc1500
@neighborhoodboilermanofnyc1500 Күн бұрын
you did a great job here. Deeply appreciate this KYLE
@fase8729
@fase8729 Күн бұрын
20:00
@user-is3ed1ms2l
@user-is3ed1ms2l Күн бұрын
Isnt it looking same as dependency injection
@justin.johnson
@justin.johnson Күн бұрын
naw. MobX is just better for many reasons. Anything that can be derived from state, should.
@Mrfrontend
@Mrfrontend Күн бұрын
I don’t think browser support is good enough to replace relative / absolute positioning in my opinion yet. A cool experimental feature I hope gets more support tho.
@incarnateTheGreat
@incarnateTheGreat Күн бұрын
I've been working as a Dev for nearly 20 years. Never has it been this difficult and challenging to get work. I took a non-senior title role just so I can work. Anyone here who is a Frontend Dev who is being forced to do comp sci data algorithms for interviews despite never doing it on a daily basis?
@Manish___Choudhary
@Manish___Choudhary Күн бұрын
Which will be best for an e-commerce website?
@WorkThrowaway
@WorkThrowaway Күн бұрын
This was a great video and helped me solve an issue i had with my hook, namely having multiple states update with an action needed once they were both updated. it took a while to wrap my brain around it, but this video really helped give me the vision. love your videos and that you go super in depth (in the longer ones). probably the best coding tutorials on youtube. if i ever get my web dev dream job, i will be getting you a few coffees/beers.
@darkmift
@darkmift Күн бұрын
is there a repo of your work here?
@umarmuzammil7332
@umarmuzammil7332 Күн бұрын
thank you very much helped
@Ramandeep-jv8xn
@Ramandeep-jv8xn Күн бұрын
Posting a comment on a KZbin Video #LearnByDoing
@lowlay964
@lowlay964 Күн бұрын
Thank you! You really save me.
@sumedhkamble9654
@sumedhkamble9654 Күн бұрын
Thank you Sir
@sumedhkamble9654
@sumedhkamble9654 Күн бұрын
Thank you
@kamrant8915
@kamrant8915 Күн бұрын
Your tutorials are always great and useful. Thanks a lot
@leomangold
@leomangold Күн бұрын
Is the code available in some kind of repo anywhere? I'm having troubles with setting up the server and would want to know whats inside of the package.json files and stuff
@raazyaa
@raazyaa Күн бұрын
Brillant !!!!
@joaovicsaa
@joaovicsaa Күн бұрын
Nice tips, thanks!
@Sokoladomeistrai-kq1to
@Sokoladomeistrai-kq1to Күн бұрын
Thank you!!!
@talleyrand9530
@talleyrand9530 Күн бұрын
Thanks Kyle! Can I use this w/ Next.js action servers?
@bobmagrega
@bobmagrega Күн бұрын
hey! Thank you for the video I have a quick question Why did transform: 0 25% on the caret made it center in container?
@wirawanmahardika5902
@wirawanmahardika5902 Күн бұрын
the muslims does that every day without knowing the benefit, thanks to you the god guidance become clear for us
@aishastechroom
@aishastechroom Күн бұрын
This is very insightful. Thank you for the tutorial.
@iamacoder8331
@iamacoder8331 Күн бұрын
Just use LAX
@gregwalton331
@gregwalton331 Күн бұрын
Great tutorial, thank you. but, I am getting this error TypeError: Cannot read properties of undefined (reading 'Symbol(drizzle:Columns)') when I am trying to insert to a table. The migrate works perfectly fine, so can connect to the db. Here is the code. import "dotenv/config" import { db } from "./drizzle/db" import { tBrand } from "./drizzle/schema" async function main() { await db.insert(tBrand).values({ name: 'Andrew'}) } main() The db is a neon postgres db. thanks