You are encouraged to use this daily thread to:
- Ask for help (all questions encouraged)
- Explore topics you’re curious about
- Share something you’ve written or read
- Celebrate your wins
- Stay accountable to your goals
- Support your fellow programmers
Happy Coding!
Interested in joining the twice-weekly live #CodeNewbie Twitter chats? You can find us on Twitter each Wednesday at 9pm ET (1am GMT on Thursday) and Sunday at 2pm ET (6pm GMT)!
Top comments (20)
Boosting awareness that if anyone is stuck on a bug and needs a fresh set of eyes, or can't quite wrap their head around a concept (looking at you, For-loops 👀) - don't be afraid to reach out.
I mostly focus on working with HTML/CSS and Vue, but message me about anything! Worst case is that I have to point you to someone else 😄
Awesome offer, @tvanblargan ! 👍
To kick things off, I hope someone out there might benefit from this post I made a little while ago...
How to keep learning to program, over and over again, forever.
Ben Halpern ・ Sep 24 '17 ・ 2 min read
Happy coding ❤️
What a great post! Learning never stops! :)
Absolutely
I waited 20 minutes in a Google hangouts today to do a presentation for a job interview... The interview is actually next week 😂
On the plus side, I am very much prepared for it and now have an extra week to prepare even more so I am counting this as a win.
Ahahaha! That is so relatable 😂
I found this post incredibly helpful
Explain Async/Await Like I'm Five
Cat Carbonell ・ Apr 13 ・ 1 min read
Hope it helps somebody else out there.
I also found @lydiahallie 's JavaScript Visualized post about async/await amazingly helpful and neatly explained.
⭐️🎀 JavaScript Visualized: Promises & Async/Await
Lydia Hallie ・ Apr 14 ・ 14 min read
Definitely.
Async/await is so not straightforward. In a way I don't envy the CodeNewbies have to come in to the JS landscape where there is so much transition happening and so many cool new things. But I also envy that they get to learn concepts like Async/Await early and probably get a handle on async programming a lot more thoroughly than I ever did.
Hi all! I've been off social media for a while (still peep at Discord though 😬), so have not been interacting much with dev communities. Grateful for this brilliant thread, thank you CodeNewbie & DEV!
Quite swamped with work these days; aside of day job I'm taking a short-term side gig this week, grateful but kind of drained. Unfortunately it also means I don't have the energy for personal projects and/or learning after some 8 + 3 hours of work!
Quick snippet of random stuff that tripped me up at day job where I work with Laravel (this applies to PHP in general though): We call static and public methods differently. 😶
If you copy-paste from one file/class to another without paying attention to that, you'll get 💀 aaaall the errors 💀.
You can also have
private
methods and...public static function
(what the? 😆) but today I'm mainly learning to differentiate those two. Mind you I'm not strong at PHP, started from front-front-end (HTML, CSS, presentational JS) so I'm learning as I go.Anyway hope you all have a good day!
Also if anyone wants to hold me accountable!?
I am working on getting my first video out on Egghead.io this week. They invited me to be an instructor at the end of last year. Because of conflicts at my current job I couldn't do any videos until now!
So no more excuses. I hope to have my first video ready to publish by this weekend.
If anyone is looking to learn JavaScript with code challenges and videos, I found Edabit and a free 4 hour course by Amigoscode to be really helpful: youtube.com/watch?v=dOnAC2Rr-6A&t=...
Hi there, I hope this won't be in the wrong place.
I would like to ask if it's possible to build an API JSON response with Google functions.
WorkFlow goes:
I make a scraper on puppeteer
I upload the function and make it run once per day
The function somehow returns JSON or XML or any response based on date parameters
My web app crawls these responses and brings the data it needs to the web.
Possible?
Hi Giannis, to increase your likelihood of getting a reply I’d recommend commenting in the latest thread: dev.to/codenewbiestaff/may-2-daily...
You can also post a standalone #help thread if you’d like.
For those Java enthusiasts, here is a short blog post about Immutability:
🎩 Immutability in Java 🔥 Made Easy
Carlos Chacin ☕👽 ・ Apr 12 ・ 10 min read
And also comparing a few libraries to generate value objects in terms of immutability:
☕️ Immutables/AutoValue/Lombok 🔥 Which One?
Carlos Chacin ☕👽 ・ Apr 13 ・ 5 min read
I started practicing algorithms after a long time and it's fun too. If you want any help please reach out to me