Coding With Chaim
Coding With Chaim
  • Видео 66
  • Просмотров 1 117 123
Say Goodbye to Excessive Loading Spinners!
Get 1 on 1 mentorship with me! ▶▶▶calendly.com/codingwithchaim/60min $45 a session
In this video I demonstrate how to use react query to cache data for a request your user has already made, so that we can stop showing users loading animations for data that have already requested. React query makes this super easy, and in this video I show you how.
Просмотров: 2 111

Видео

You May Wanna Switch to Bun....Here's Why
Просмотров 4,1 тыс.Год назад
Get 1 on 1 mentorship with me! ▶▶▶calendly.com/codingwithchaim/60min In this video I compare bun and node to see if bun is as fast as advertised. I build a simple express app using both node and bun, and then I use a tool called oha to fire off a huge amount of requests to each one of my servers. Lets see which one can handle more requests per second. Oha tool: github.com/hatoo/oha
Never Be Stuck With a Callback Again!
Просмотров 1,7 тыс.Год назад
In this video I demonstrate how to use the built in promisify function that node offers, to convert an callback function and have it use promises instead. I then also demonstrate how to write your own promisify for the case where you dont have access to the built in promisify.
Database Migrations and Queries Just Got So Much EASIER!
Просмотров 5 тыс.Год назад
In this video we take a look at a tool called Prisma. Prisma makes it super easy to handle database migrations, query the database, work with relational data, have type safety around our data, and to top it all off, it offers a tool called Prisma studio which lets us view our data right in the browser.
Authentication VS Authorization
Просмотров 1,8 тыс.2 года назад
In this video I discuss what Authentication is and what Authorization is and how they differ from one another. I also demonstrate both of these concepts in code with a simple nodejs code example.
Mastering React Hooks: A Comprehensive Guide
Просмотров 2,2 тыс.2 года назад
In this video I go over the very basics of react hooks. I cover a simple usecase using the usestate hook which is a built in react hook, and then I cover the process of creating a custom hook. Counter codesandbox: codesandbox.io/s/vigilant-ganguly-1j1lb6 Hover codesandbox: codesandbox.io/s/eloquent-dhawan-vd3f4i
How To Use Context in React
Просмотров 1,6 тыс.2 года назад
In this video I demonstrate how to use context in react to avoid prop drilling 1 on 1 MENTORSHIP WITH ME www.codingwithchaim.dev/
Speed Up Your Node App Using Worker Threads!
Просмотров 22 тыс.2 года назад
Get 1 on 1 mentorship with me! ▶▶▶calendly.com/codingwithchaim/60min In this video I demonstrate how to use worker treads to unblock and speed up your node applications
Feeling RUFF with useEffect? How to Get It Right!
Просмотров 2,7 тыс.2 года назад
In this video I break down the useEffect hook in react in as much detail as possible. By the end of this video you will be able to use this hook like a boss! 1 on 1 mentoring with me ▶ www.codingwithchaim.dev/ Limited slots available, book yours today!
How To Mute Mic or Toggle Cam In WebRTC Video Chat?
Просмотров 10 тыс.2 года назад
In this video I demonstrate how to toggle the camera and or mic on and off during a webrtc video call. I also demonstrate how an admin can remotely mute another user's mic or shut their camera. Book a session with me! ▶ www.codingwithchaim.dev Starter Files: github.com/coding-with-chaim/toggle-cam-starter-files Final code: github.com/coding-with-chaim/toggle-cam-final
The Key to Understanding React: Why Keys Matter
Просмотров 8 тыс.3 года назад
In this video I talk about the importance of keys in react when rendering a list of elements. When rendering a list of elements in react you get a warning if you don't supply a key. What's the point of this key? Why is it so important? Hire Me As a Mentor If you would like to hire me as a 1 on 1 mentor you can do so by following this link! codingwithchaim.dev/ Here is the best part.... You only...
Declined a Job Offer After Signing.... Lessons Learned
Просмотров 20 тыс.3 года назад
Declined a Job Offer After Signing.... Lessons Learned
WebRTC One To Many Broadcast (SFU)
Просмотров 42 тыс.3 года назад
WebRTC One To Many Broadcast (SFU)
How To Impress a Technical Recruiter
Просмотров 3,6 тыс.3 года назад
How To Impress a Technical Recruiter
Going Beyond Peer To Peer With WebRTC (Mesh, MCU, SFU)
Просмотров 12 тыс.3 года назад
Going Beyond Peer To Peer With WebRTC (Mesh, MCU, SFU)
5 Helpful Tips For Beginner Programers
Просмотров 1,8 тыс.3 года назад
5 Helpful Tips For Beginner Programers
How To Record Video With JavaScript
Просмотров 11 тыс.3 года назад
How To Record Video With JavaScript
The Worst Interviews I've Ever Had!
Просмотров 2,8 тыс.3 года назад
The Worst Interviews I've Ever Had!
Share Images Using Socket IO | Binary Data W/ Socket IO
Просмотров 18 тыс.3 года назад
Share Images Using Socket IO | Binary Data W/ Socket IO
Whats the Difference Between Callbacks and Promises?
Просмотров 17 тыс.3 года назад
Whats the Difference Between Callbacks and Promises?
What Are Database Migrations? | Database Migrations in Node
Просмотров 24 тыс.3 года назад
What Are Database Migrations? | Database Migrations in Node
Picture in Picture in JavaScript | Add Picture in Picture to a WebRTC Video Chat App
Просмотров 3,2 тыс.3 года назад
Picture in Picture in JavaScript | Add Picture in Picture to a WebRTC Video Chat App
Lets Build a React Project W/ The GitHub API
Просмотров 10 тыс.3 года назад
Lets Build a React Project W/ The GitHub API
React Fundamentals in 30 Minutes
Просмотров 10 тыс.3 года назад
React Fundamentals in 30 Minutes
Bcrypt Tutorial in Nodejs | Understand Hashing, Salt, Rainbow Tables and Bcrypt
Просмотров 16 тыс.3 года назад
Bcrypt Tutorial in Nodejs | Understand Hashing, Salt, Rainbow Tables and Bcrypt
Lets Build a Node Rest API | Node Rest Api Using Express and SQLite
Просмотров 30 тыс.3 года назад
Lets Build a Node Rest API | Node Rest Api Using Express and SQLite
How Does Express Middleware Work?
Просмотров 1,7 тыс.3 года назад
How Does Express Middleware Work?
5 Essential JavaScript Interview Questions
Просмотров 90 тыс.3 года назад
5 Essential JavaScript Interview Questions
AWS Lambda Rest Api | Rest Api Using AWS Lambda, DynamoDB and Serverless Framework
Просмотров 2,3 тыс.3 года назад
AWS Lambda Rest Api | Rest Api Using AWS Lambda, DynamoDB and Serverless Framework
React Dark Mode | Dark Mode Toggle With React and Styled Components
Просмотров 25 тыс.3 года назад
React Dark Mode | Dark Mode Toggle With React and Styled Components

Комментарии

  • @zZHuuZz
    @zZHuuZz 2 дня назад

    bro is speaking eminem

  • @anyadroz9303
    @anyadroz9303 4 дня назад

    This is amazing. Thank you!

  • @warnercooler4488
    @warnercooler4488 6 дней назад

    Thanks for the awesome video! What is this IDE?

  • @Selbstzensur
    @Selbstzensur 9 дней назад

    Straight viewed in in double speed and it was great to get this flow of Information. ❤

  • @borisalkhasov7582
    @borisalkhasov7582 13 дней назад

    I thought Ben Shapiro is talking fast 😁 Good explanation! Thank you!

  • @bctvizag
    @bctvizag 14 дней назад

    thank you learned a lot can you provide and alternative to knex

  • @rawalpindiupdates
    @rawalpindiupdates 18 дней назад

    Bloody time waster. Instead of showing you face focus on what you are doing.

  • @felipejimenezortega7171
    @felipejimenezortega7171 20 дней назад

    Gracias por el video. Me encantó que explicaste el por qué de cada dependencia que elegiste utilizar, así como también explicaste a detalle cada una de las decisiones que tomaste, además fue un video de 25 minutos que es perfecto, no muy largo ni muy corto :) Saludos desde Chile Thanks for the video. I loved how you explained why you install those dependencies and how they work, also you explained every detail about the decisions you made and that is very insightfull. It is also important that you made a video of 25 minutes, which is perfect time, not so long and not too short :) Greetings from Chile

  • @shenth27
    @shenth27 Месяц назад

    Actually let and const do get hoisted but without initialised with default values, thats why you get error

  • @melong523
    @melong523 Месяц назад

    come back plz. I watch your vids with my bad english skills.

  • @manjeshkumarsharma
    @manjeshkumarsharma Месяц назад

    Very helpul video, very much informative. Thanks a lot for this

  • @AdityaGupta-yi7oe
    @AdityaGupta-yi7oe Месяц назад

    So basically, Hacker can still get access to the salt and the hashes and figure out the password but he would have to create his own rainbow table for that specific salt which would be infeasible for him. Thankyou for the explanation!!

  • @dantedt3931
    @dantedt3931 2 месяца назад

    Great channel and content. Subbed.

  • @chrisschuller7055
    @chrisschuller7055 2 месяца назад

    Very good and concise explanation. Thank you!

  • @typicalmolly7737
    @typicalmolly7737 2 месяца назад

    kinda dry

  • @iva1389
    @iva1389 2 месяца назад

    finally! appropriate speedflow.

  • @sensitivey
    @sensitivey 2 месяца назад

    U talked so fast!

  • @visheshpandey2001
    @visheshpandey2001 2 месяца назад

    no whiteboard , no diagram, no presentation, no animation just code and straight talk at 2x and yes we all understood.Thnak you for such nice explanation

  • @shreejanregmi
    @shreejanregmi 2 месяца назад

    Still the best video in this topic by far

  • @alefalfa
    @alefalfa 2 месяца назад

    Got it! Thanks Chaim

  • @SandipSahoo-uo9wm
    @SandipSahoo-uo9wm 2 месяца назад

    Why are you running ??

  • @pranjalruhela1103
    @pranjalruhela1103 2 месяца назад

    ive found my coding mentor

  • @kartiknarang3152
    @kartiknarang3152 2 месяца назад

    Andrew Tate

  • @ah8051
    @ah8051 3 месяца назад

    You remind me a guy doing auction selling art on the cruise ship

  • @ah8051
    @ah8051 3 месяца назад

    Has anyone used any of these questions at interviews?

  • @wuwo2296
    @wuwo2296 3 месяца назад

    Fine job explaining bcrypt! You answered all the burning questions I had about how this works! Thank you and keep sharing!

  • @jaloliddinqovlonov3175
    @jaloliddinqovlonov3175 3 месяца назад

    2x speed 🚀🚀

  • @hackdonalds
    @hackdonalds 3 месяца назад

    Bun is not a framework ... Quits the video on 10th second

  • @evanilsonp.8183
    @evanilsonp.8183 3 месяца назад

    Jesus you talk so fast. But i understand well haha thsnks man your video was good

  • @Chefrondon
    @Chefrondon 3 месяца назад

    sign the contract big boy lol . great video

  • @srijanmukherjee4658
    @srijanmukherjee4658 3 месяца назад

    It doesn't work for me. I tried the code in the repo as well. In both chrome and firefox. Nothing worked. ☹ The sdps are being passed around correctly as far as I could tell. But the viewer didn't display the stream no matter what i tried!

  • @securethebag1613
    @securethebag1613 3 месяца назад

    slow down my boy. sheesh. thank god for playback speed .75

  • @LeaFaye
    @LeaFaye 3 месяца назад

    Hi chaim, how can i contact you for your services?

    • @CodingWithChaim
      @CodingWithChaim 3 месяца назад

      Check bio for my contact email

    • @LeaFaye
      @LeaFaye 3 месяца назад

      Would be nice if you can comment your email? I dont see it in bio @@CodingWithChaim

  • @kshetritej_
    @kshetritej_ 4 месяца назад

    stat from 13:30 for the comparing scenario

  • @kshetritej_
    @kshetritej_ 4 месяца назад

    Andrew Tate must have learned from him.

  • @marvii13
    @marvii13 4 месяца назад

    so is it used with the i18n ? cuz I'm a bit confused 🥲

  • @abrahamdampson5879
    @abrahamdampson5879 4 месяца назад

    I just watched an 8 minute video trying to explain this and this is all I needed to know ffs

  • @giovanniritchie
    @giovanniritchie 4 месяца назад

    Thanks!

  • @silicongamingm1
    @silicongamingm1 4 месяца назад

    nice video

  • @hosseinpanahy5358
    @hosseinpanahy5358 4 месяца назад

    awesome material,, keep the good job on

  • @p_o_z_e
    @p_o_z_e 4 месяца назад

    This is still such a good video, super useful.

  • @user-mj2fr2gl1q
    @user-mj2fr2gl1q 4 месяца назад

    Hello, thanks for this great video! is it possible to make video chat app using mesh with laravel?

  • @daaldev
    @daaldev 4 месяца назад

    No arranca la aplicación

  • @ekengineer9868
    @ekengineer9868 4 месяца назад

    This was much needed for my learning management system project. Thank you so much!

  • @jeetchheda8916
    @jeetchheda8916 5 месяцев назад

    Now, can you tell me the limitations of using this worker thread ? Like how many workers can we spawn ? does it depend on the CPU ? can it be used as promise.all() ?

  • @grandmaster-yo-yo
    @grandmaster-yo-yo 5 месяцев назад

    Was looking for videos that could help me understand what is happening with the keys. Finally got it. Beautiful demonstration, thank you!

  • @jhlagado1
    @jhlagado1 5 месяцев назад

    That was a really helpful video. Thanks Chaim.

  • @Pareshbpatel
    @Pareshbpatel 5 месяцев назад

    Node Worker Threads, beautifully explained. Thanks. {2024-01-22}

  • @techtaley
    @techtaley 5 месяцев назад

    Thank you Chaim. I love SQLite but since it’s a document where would you host the rest api?

  • @thelazycoder64
    @thelazycoder64 5 месяцев назад

    You explain too much, anyone watching a video on how to build a rest API with node and SQL should already know the basics. 12 minutes into the tutorial and it hasn't started 🤦