STo be a good developer, you need to be able to do more than just code. Communication, time management, and teamwork are all essential skills in this field. This is eye-opening for self-taught developers like me. Nice reading.Comment·Article·Apr 23, 2021·So, you want to become a web developer? Here are the lessons I learned along the way
SLooking really nice ! Time to switch from Rest Client to Thunder Client I guessComment·Article·Apr 21, 2021·Thunder Client — lightweight alternative to Postman
Sconsole.table() me semble très utile pour vérifier des objects. Je n’en ai jamais entendu parler. Bon post !Comment·Article·Apr 20, 2021·Vous aussi, est-ce que vous vous limitez qu'à console.log() ?
S<p>{errors.email?.message}<p> I saw it today in the React Hook Form docs and said vscode is going to complain about this and I’d get an error on save. I tried, it passed. 🥴 Now I know it’s an optional chaining. Thanks.Comment·Article·Apr 20, 2021·Optional Chaining ( ?. ) JavaScript