Juan Gómez Carrillo
@call0fcode
Un dia te levantas y...
Może Ci się spodobać
🧨 Unpopular opinion: try {} should have been designed not to behave like a regular block wrt block scoping variables. It’s rarely if ever useful, since its scoping is not conceptually meaningful. Effectively, it’s more of a code annotation than control flow. Unlike control flow…
The more your tests resemble the way your software is used, the more confidence they can give you.
This pattern: test('whatever', () => { const foo = someThing() // use foo }) makes for a WAY simpler testbase than: let foo beforeEach(() => { foo = someThing() }) test('whatever', () => { // use foo }) Avoid mutable variables. Your tests will be easier to understand
Set a Time Limit on Async Actions in JavaScript by Ramki Pitchala in @startitup_ link.medium.com/AWUdeq8dGub
link.medium.com
Set a Time Limit on Async Actions in JavaScript
Some pieces of code will never finish…
How To Not Get Blocked While You’re Waiting For A Code Review by @GeeWengel gustavwengel.dk/how-to-not-get…
Do you really know what exactly should you add to a dependency array in React? Really? Thanks to @devtrium you'll grasp it with a great and concise explanation! devtrium.com/posts/dependen…
Things you always forget but that matter 😌 #inclusivedevelopment #seotips lnkd.in/eZEjmAEG
linkedin.com
#inclusivedevelopment #seotips | Juan Gómez Carrillo
Things you always forget but that matter 😌 #inclusivedevelopment #seotips
Do you need an icon for your app or website? Are you struggling through thousands of pages to find the icon you need? 🙄🤬 icones.js.org You'll love this 2 sites! ❤ Literally thousands of icons in one place. Among othe…lnkd.in/ek-HT5tp lnkd.in/eqFp8qsN
Last week I posted I ready-to-use & full of features React + TypeScript template. This time I come with the React-only version for those not using TypeScript at all⚛😉 Repo: lnkd.in/eneCFaRY #react #vite #eslint #sass #prettier #tailwindcss #template #happycoding
¡Y llegó fetch a Node de forma nativa!🎉🥳 lnkd.in/e9NGS7xX
es.linkedin.com
¡Y llegó fetch a Node de forma nativa!🎉🥳 | Juan Gómez Carrillo
¡Y llegó fetch a Node de forma nativa!🎉🥳
Have you ever used console.time() or console.assert()? Neither do I 🤯 Check it out! I learned some handy JS console methods that I didn't know about until now. #WebDevSimplified #JavaScript lnkd.in/gkajEyFC
United States Trendy
- 1. New York 24.3K posts
- 2. New York 24.3K posts
- 3. Virginia 538K posts
- 4. Texas 227K posts
- 5. Prop 50 188K posts
- 6. #DWTS 41.4K posts
- 7. Cuomo 416K posts
- 8. Clippers 9,693 posts
- 9. Van Jones 2,578 posts
- 10. TURN THE VOLUME UP 23.1K posts
- 11. Harden 10K posts
- 12. Ty Lue 1,004 posts
- 13. Jay Jones 104K posts
- 14. #Election2025 16.6K posts
- 15. WOKE IS BACK 40K posts
- 16. Bulls 37K posts
- 17. Isaiah Joe N/A
- 18. #QuestPit 6,287 posts
- 19. AND SO IT BEGINS 8,758 posts
- 20. Sixers 13.1K posts
Something went wrong.
Something went wrong.