Does anyone else waste more than 30% of their precious brainpower coming up with a concise, meaningful name for your vars or is it just me? š¤
Any tips on how to stop wasting so much time on coming up with good var names?
"How I Kickstarted My Dev Career by Doubling Down on My Education Debt" - a great post by my fellow boot camper @WaldowTheDev, I share many of the same feelings.
#DEVCommunitydev.to/waldowred5/how-i-kickā¦
Just started using CSS Grid last week. HOW GOOD IS GRID?!?!?!
Canāt believe Iāve been using flex box for everything by itself like a pleb š
#cssgrid#css#coding#CodeNewbie
My first technical article has just been published by @NerdForTech1! Check out part 2 of my tutorial series on getting started with threejs to learn 3d rendering in the browser with JavaScript:
#javascript#threejs#tutorials#3drendering
Latest Post šA Legitimate beginners guide to plan & build coding projects
A post I've wanted to write for a while. Getting out of tutorial hell, to building my own projects was something I struggled with when starting out.
peterlunch.com/how-to-plan-aā¦#CodeNewbie#100DaysOfCode
Just published my first Medium article in a while. Thanks to @thelynchpinau for the encouragement and the challenge to write a new article every fortnight for the rest of the year. Check it out here:
danielwaldow.medium.com/whatā¦
That moment when you start whistling a tune from a band that you havenāt listened to in years, and 30 minutes later Facebook starts sending you notifications about that bandās upcoming shows š¬
#creepy#Facebook
Thanks @rorosyd for the opportunity to present some Ruby code! For anyone that missed it, there links below to the presentations from myself and the coding champs @The_Sneaker_Dev and @NathanOtheDev
Day 48: Term 1 @CoderAcademy_au is officially done and have just released my first Ruby gem! Still some kinks in the pathing but the script works. Can't believe at the end of my 5th week learning Ruby I was able to publish my first gem (all without Rails)! - Link below
šHey experienced devs š
If you love to teach, @CoderAcademy_au are looking for educators to join their team.
They're a lovely bunch of humans who have changed so many lives with their courses š Please check them out!
Day 41 - Note to self: STOP trying to 'get it right' before you 'get it working'.
Nobody is going to drive a snazzy looking car without wheels, so why would they use your app without working code?
#100DaysOfCode#CodeNewbies
Day 39: Git branches. "You can always find your HEAD by using `git branch` to see what branch HEAD is pointing to".
I wish someone had told me this years ago, then I wouldn't have had to worry about losing my head if it wasn't attached.
#100DaysOfCode#git#github#head