STOP Making These JavaScript MISTAKES

  Рет қаралды 3,581

Conner Ardman

Conner Ardman

Күн бұрын

Пікірлер: 30
@satheeshm538
@satheeshm538 Жыл бұрын
Another great video buddy. I started front end expert and I am in javascript crash course. All the contents till now is awesome and pretty straight forward. And css interview questions are also good and well structured. Thanks conner..
@ConnerArdman
@ConnerArdman Жыл бұрын
Thanks! Glad you’re enjoying it!
@xtu373
@xtu373 Жыл бұрын
you worked at Facebook can you tell me in which frameworks language facebook is written
@ConnerArdman
@ConnerArdman Жыл бұрын
The frontend is mostly React with Flow (basically Facebook’s version of Typescript). The backend is mostly Hack (Facebook’s version of PHP) with GraphQL. There’s a ton of other languages and frameworks being used in various places where it makes sense though.
@varunpalsingh3822
@varunpalsingh3822 Жыл бұрын
Plz make more videos like this
@xtu373
@xtu373 Жыл бұрын
How do i know that i am a good software developer? i mean i know that i am a good but what hiring managers see that this developer is good?
@ConnerArdman
@ConnerArdman Жыл бұрын
I’ve never been a hiring manager for developers, but I would say it’s mostly about technical interview performance. Aside from that, just having good communication skills to be able to articulate your solutions to technical and non-technical problems. A strong resume of course helps as well 👍
@MrSurecom
@MrSurecom Жыл бұрын
Hahahahhahahahahhahaha hahahhahaha teach Indian guys with such things :)
@cx24venezuela
@cx24venezuela Жыл бұрын
Reduce example have a bug. It should take Zero as second argument for sum without problem
@ConnerArdman
@ConnerArdman Жыл бұрын
The second parameter to reduce is optional. If it isn't included, then the accumulator just starts at whatever is the first value in the array and the current value starts iteration from the second value. While being more explicit might be better stylistically (I've seen differing opinions on this), either way works for a simple sum 👍
@TheOne-qv3xw
@TheOne-qv3xw Жыл бұрын
3:06 and my team leader always tell me to write the comments , but i forgot to write the comments , i means yeah time is less need to complete the story , so only few lines or input output mentioning i do on few method , that much less comments what will you suggest
@ConnerArdman
@ConnerArdman Жыл бұрын
Different teams/companies have different policies on this and obviously you should do what they want. My first few code reviews all told me to write less comments and that’s what I generally prefer now 🤷‍♂️
@TheOne-qv3xw
@TheOne-qv3xw Жыл бұрын
@@ConnerArdman and for me they always thought to write the comments so i started writing few and less comments
@tarn84
@tarn84 Жыл бұрын
great video! definitely made these mistakes lmao
@ConnerArdman
@ConnerArdman Жыл бұрын
Thanks!
@xtu373
@xtu373 Жыл бұрын
In which framework facebook mobile app is Written?
@ConnerArdman
@ConnerArdman Жыл бұрын
Mostly React Native these days, but some parts of it vary afaik
@xtu373
@xtu373 Жыл бұрын
@@ConnerArdman I think only Facebook market place is written in react native not Facebook are you sure? Tech lead said this
@ConnerArdman
@ConnerArdman Жыл бұрын
He might be right, I never worked on mobile other than a tiny bit on marketplace which was all react native. I think most of the new stuff is RN, but there is probably a lot of other stuff for older projects. There’s a PHP frontend framework that predated RN that I think is still used a good bit.
@852charliepapa
@852charliepapa Жыл бұрын
Great video. I'm interested in the alternate solution to Mistake 2. How exactly can we employ async/await to log the temperature without 'undefined'? Do you have another video explaining this? Or can you refer me to some resources? Thanks.
@ConnerArdman
@ConnerArdman Жыл бұрын
Something like this. Async/await essentially makes this problem nonexistent as long as you remember to await all of the asynchronous function calls. It will just wait for the result to come back rather than continuing on. const res = await fetch(...); const json = await res.json(); const temperature = json.temperature; console.log(temperature);
@test-gx3ye
@test-gx3ye Жыл бұрын
Have you ever read the ECMAScript language specifications? And do you know if any of your facebook coworker peers ever read it?
@ConnerArdman
@ConnerArdman Жыл бұрын
Not sure if this is sarcastic, but yes I actually have. I read through it while making the FrontendExpert JS crash course (or at least skimmed it all). I don’t think that’s something that you really need to do to be a good JS developer though.
@Tony.Nguyen137
@Tony.Nguyen137 Жыл бұрын
Great video. i watched all the ads so you don’t ever have to work anymore
@ConnerArdman
@ConnerArdman Жыл бұрын
Thanks! 🤑
@michaelscofield2469
@michaelscofield2469 Жыл бұрын
You look like Frodo Baggins with keybord
@ConnerArdman
@ConnerArdman Жыл бұрын
I’ll take that 🤝
@bonersducks5648
@bonersducks5648 Жыл бұрын
As a newbie, i feel i could have done some of them. Thanks for useful info
@ConnerArdman
@ConnerArdman Жыл бұрын
Thanks for watching!
5 JavaScript Mistakes You Need To Stop Making
20:10
Tech With Tim
Рет қаралды 11 М.
JavaScript Tutorial for Beginners: Learn JavaScript in 1 Hour
48:17
Programming with Mosh
Рет қаралды 13 МЛН
How To Get Married:   #short
00:22
Jin and Hattie
Рет қаралды 24 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
Stop using std::vector wrong
23:14
The Cherno
Рет қаралды 67 М.
My 10 “Clean” Code Principles (Start These Now)
15:12
Conner Ardman
Рет қаралды 232 М.
100+ Web Development Things you Should Know
13:18
Fireship
Рет қаралды 1,5 МЛН
ChatGPT-o1 Created A Programming Language...
19:45
Conner Ardman
Рет қаралды 43 М.
Top 5 CSS Tricks You NEED To Know
5:03
Conner Ardman
Рет қаралды 25 М.
How Slow Is JavaScript? | Prime Reacts
15:34
ThePrimeTime
Рет қаралды 179 М.
STOP Using JavaScript For These 5 Things!
8:05
James Q Quick
Рет қаралды 17 М.
How to Learn to Code FAST (Do This or Keep Struggling)
11:00
Andy Sterkowitz
Рет қаралды 708 М.
Learn JSON in 10 Minutes
12:00
Web Dev Simplified
Рет қаралды 3,2 МЛН