
Juan Gómez Carrillo
@call0fcode
Un dia te levantas y...
You might like
🧨 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
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
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
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 Trends
- 1. Tony Vitello 8,053 posts
- 2. Elander 1,531 posts
- 3. $NOICE N/A
- 4. #Married2Med N/A
- 5. #LoveIsBlindS9 2,599 posts
- 6. Danny White 1,467 posts
- 7. San Francisco Giants 3,415 posts
- 8. SNAP 645K posts
- 9. Surviving Mormonism N/A
- 10. #13YearsOfRed 1,000 posts
- 11. Jay Johnson N/A
- 12. #SFGiants N/A
- 13. NextNRG Inc $NXXT N/A
- 14. #StunNING_23rd_BDAY 42.5K posts
- 15. Brahim 3,951 posts
- 16. Daniel Suarez N/A
- 17. Buster Posey N/A
- 18. $BYND 141K posts
- 19. NINGNING IS THE MAKNAE DAY 37K posts
- 20. Cattle Ranchers 15.9K posts
Something went wrong.
Something went wrong.