#ygprogrammers search results
⚠️Watch out for semicolons in JavaScript ⚠️ Spent 20 min debugging this 😑. Without the semicolon, JS thinks you're trying to call `{field: 'value'}` with `function() {...}` as the argument. #JavaScript #WebDev #YGProgrammers
Iterators are great in JavaScript 👍 javascript.info/iterable #JavaScript #WebDev #YGProgrammers Essentially we can think of `for ... of` loops getting transformed this way:
Always happy to be able to apply something I've just learned 😎 javascript.info/generators Here's a cool way to iterate over a tree in #JavaScript with a generator #Coding #YGProgrammers @SimonHoiberg @getify @iliakan
Great article - love the cartoons 😀 #Coding #YGProgrammers mtlynch.io/code-review-lo…
'VSCode girl' - is this a thing o.O ? hackernoon.com/how-to-become-… #Coding #YGProgrammers
Great presentation on the evolution of modules in #JavaScript by @mejincodes 😎 #YGProgrammers youtu.be/GQ96b_u7rGc
youtube.com
YouTube
JavaScript Modules Past & Present
Odd that GitHub's dark mode doesn't work on gist.github.com 🤷♂️ #githubdark #coding #YGProgrammers
"... reading computer code does not activate the regions of the brain that are involved in language processing. Instead, it activates a distributed network called the multiple demand network ..." Hmm interesting 🤔 #Coding #YGProgrammers
To the brain, reading computer code is not the same as reading language buff.ly/3qWTPyl @MIT
Loved Gilfoyle from 'Silicon Valley' and Moss from 'IT Crowd' 😎 #Coding #YGProgrammers
Many ideas here I've found useful in my own efforts to be a better programmer #YGProgrammers Solid resource I'll return to many times. Enthusiastically recommend 👍
Programming is hard enough. The learning process shouldn't be so ambiguous and complex. That’s why I created a free learning tool: Programmer’s Pyramid. It’s your roadmap for learning the fundamentals of programming. Access it for free: programmerspyramid.com
👉`console.clear` Put this at the top of your script if you want to clear the log before each run. This works on @CodePen 👍 #YGProgrammers blog.codepen.io/documentation/…
Great article. It's really hard to stay on track when you're working on a side project. #YGProgrammers medium.com/swlh/how-i-sta…
Got my ass whooped in my first @LeetCode contest haha 4 problems: - 1st ✅ Solved - 2nd⏱️ Time limit exceeded - 3rd ❌ Wrong answer - 4th 🤷♂️ Didn't even attempt Looooong way to go 🐢 #Coding #CompetitiveProgramming #YGProgrammers
One of the best videos ever on how code runs in #JavaScript #WebDev #YGProgrammers
I'd be really handy to know which CSS properties work in conjunction with others #CSS #WebDev #YGProgrammers
Does anyone have a list of CSS properties that rely on other properties? I.e. `z-index` won't work without a set `position`
Daily makes it extremely easy to stay updated with the latest dev news. #YGProgrammers It’s a 100% open-source browser extension, free (forever), and doesn’t even require a signup. A must-have tool for every busy developer. @dailydotdev api.daily.dev/get?r=nAU7pDo92
Adam's excitement is infectious but he goes a bit too fast for dumb old me to keep up 🙂 Lots of great ideas here 😎 #WebDev #CSS #YGProgrammers
🆕 #GUIchallenges from @argyleink! "Thinking on ways to solve a SIDENAV" ✅ responsive ✅ keyboard support ✅ cross browser ✅ grid + :target ✅ transforms ✅ light & dark theme Watch youtube.com/watch?v=uiZqDL… Read web.dev/building-a-sid… Demo gui-challenges.web.app/sidenav/dist/
Here's a neat little Tic-Tac-Toe game I built with @angular to teach myself redux and @ngrx_io ⭕️❌😎 #WebDev #YGProgrammers stackblitz.com/edit/angular-i…
Many ideas here I've found useful in my own efforts to be a better programmer #YGProgrammers Solid resource I'll return to many times. Enthusiastically recommend 👍
Programming is hard enough. The learning process shouldn't be so ambiguous and complex. That’s why I created a free learning tool: Programmer’s Pyramid. It’s your roadmap for learning the fundamentals of programming. Access it for free: programmerspyramid.com
Adam's excitement is infectious but he goes a bit too fast for dumb old me to keep up 🙂 Lots of great ideas here 😎 #WebDev #CSS #YGProgrammers
🆕 #GUIchallenges from @argyleink! "Thinking on ways to solve a SIDENAV" ✅ responsive ✅ keyboard support ✅ cross browser ✅ grid + :target ✅ transforms ✅ light & dark theme Watch youtube.com/watch?v=uiZqDL… Read web.dev/building-a-sid… Demo gui-challenges.web.app/sidenav/dist/
Great presentation on the evolution of modules in #JavaScript by @mejincodes 😎 #YGProgrammers youtu.be/GQ96b_u7rGc
youtube.com
YouTube
JavaScript Modules Past & Present
Great article. It's really hard to stay on track when you're working on a side project. #YGProgrammers medium.com/swlh/how-i-sta…
Daily makes it extremely easy to stay updated with the latest dev news. #YGProgrammers It’s a 100% open-source browser extension, free (forever), and doesn’t even require a signup. A must-have tool for every busy developer. @dailydotdev api.daily.dev/get?r=nAU7pDo92
👉`console.clear` Put this at the top of your script if you want to clear the log before each run. This works on @CodePen 👍 #YGProgrammers blog.codepen.io/documentation/…
"... reading computer code does not activate the regions of the brain that are involved in language processing. Instead, it activates a distributed network called the multiple demand network ..." Hmm interesting 🤔 #Coding #YGProgrammers
To the brain, reading computer code is not the same as reading language buff.ly/3qWTPyl @MIT
Got my ass whooped in my first @LeetCode contest haha 4 problems: - 1st ✅ Solved - 2nd⏱️ Time limit exceeded - 3rd ❌ Wrong answer - 4th 🤷♂️ Didn't even attempt Looooong way to go 🐢 #Coding #CompetitiveProgramming #YGProgrammers
Odd that GitHub's dark mode doesn't work on gist.github.com 🤷♂️ #githubdark #coding #YGProgrammers
Always happy to be able to apply something I've just learned 😎 javascript.info/generators Here's a cool way to iterate over a tree in #JavaScript with a generator #Coding #YGProgrammers @SimonHoiberg @getify @iliakan
Great article - love the cartoons 😀 #Coding #YGProgrammers mtlynch.io/code-review-lo…
Here's a neat little Tic-Tac-Toe game I built with @angular to teach myself redux and @ngrx_io ⭕️❌😎 #WebDev #YGProgrammers stackblitz.com/edit/angular-i…
I'd be really handy to know which CSS properties work in conjunction with others #CSS #WebDev #YGProgrammers
Does anyone have a list of CSS properties that rely on other properties? I.e. `z-index` won't work without a set `position`
'VSCode girl' - is this a thing o.O ? hackernoon.com/how-to-become-… #Coding #YGProgrammers
One of the best videos ever on how code runs in #JavaScript #WebDev #YGProgrammers
Loved Gilfoyle from 'Silicon Valley' and Moss from 'IT Crowd' 😎 #Coding #YGProgrammers
Iterators are great in JavaScript 👍 javascript.info/iterable #JavaScript #WebDev #YGProgrammers Essentially we can think of `for ... of` loops getting transformed this way:
⚠️Watch out for semicolons in JavaScript ⚠️ Spent 20 min debugging this 😑. Without the semicolon, JS thinks you're trying to call `{field: 'value'}` with `function() {...}` as the argument. #JavaScript #WebDev #YGProgrammers
⚠️Watch out for semicolons in JavaScript ⚠️ Spent 20 min debugging this 😑. Without the semicolon, JS thinks you're trying to call `{field: 'value'}` with `function() {...}` as the argument. #JavaScript #WebDev #YGProgrammers
Iterators are great in JavaScript 👍 javascript.info/iterable #JavaScript #WebDev #YGProgrammers Essentially we can think of `for ... of` loops getting transformed this way:
Always happy to be able to apply something I've just learned 😎 javascript.info/generators Here's a cool way to iterate over a tree in #JavaScript with a generator #Coding #YGProgrammers @SimonHoiberg @getify @iliakan
Something went wrong.
Something went wrong.
United States Trends
- 1. #UFC322 170K posts
- 2. Islam 277K posts
- 3. Morales 37.6K posts
- 4. Valentina 16.2K posts
- 5. Prates 35.7K posts
- 6. Sark 6,117 posts
- 7. Kirby 18.8K posts
- 8. Georgia 90.4K posts
- 9. Ilia 6,249 posts
- 10. Khabib 10.1K posts
- 11. Zhang 27.1K posts
- 12. Ole Miss 12.5K posts
- 13. Dagestan 2,254 posts
- 14. #GoDawgs 9,745 posts
- 15. Leon 75K posts
- 16. Arch 22.7K posts
- 17. Sean Brady 6,954 posts
- 18. Dillon Danis 11.3K posts
- 19. Tanner Wall N/A
- 20. Usman 10.7K posts