DEV Community

Jim Medlock for Chingu

Posted on • Originally published at Medium on

Chingu Weekly — Vol. 139

Chingu Weekly — Vol. 139

Get ready for Voyage 30 — There’s still time to join!

Photo by Start Digital on Unsplash

News, Shout-outs & Showcases

🏄‍♂️ Voyage 30 starts on May 3! Sign-up today to transform what you’ve learned into the experience needed to boost your Developer career.

⛵️ Voyage 29 starts Sprint 3 started this week. Teams have established a routine and cadence as they continue to develop their web applications.

🚀 Voyage 28 completion certificates were distributed this past weekend. Checkout this example of what one team created!

Chingu V28 Bears Team 9 — DShift app
Chingu V28 Bears Team #9

🎉 Congratulations the the following Chingus for reaching milestones in their Web Development careers!!!

  • Congratulations C, Dark Magic UX Goddess on your two-year work anniversary!
  • Well done Jamie for completing your University of Helsinki Full Stack Open certificate!
  • JonHill started his first Development role as a Developer/Account Mgr. Congratulations on your new position!

Photo by krakenimages on Unsplash

Overheard in Chingu

“Today I learned there’s CX — customer experience”

“TIL that I need to disable adblocker whenever I test cookies. Long story short, I got a task that said some script setting cookies weren’t being blocked. It was blocked just fine for me… Turns out my adblocker blocked it, not our software. Dumb way to waste 3 hours.”

“Does someone know how I can use something like splice on immutableJS? Say I have a dynamic list of up to 10 items, but I always want to cut down to 5”

“ I am teaching my self about discord bots and how to build them. So far I have created a sever and a bot and the bot is able to reply to a hello and a couple more things. So far this has been a fun learning it and finally getting to node.”

“Does anyone know of a course/book with a practical approach to machine learning? something you would use for fun to build a project during the weekend rather than learning all the theory behind?”

“Not sure how I didn’t know this one… but if you’re using bind(this) on your event listener function (within the addEventListener function), the signature will be unique...so this will not work.”

“TIL what the types float and double are used for and using generics in C#”

“I worked outdoors this afternoon. I needed time away from the keyboard!”

“Yesterday I learned if you want to convert a number from base 10 to base n just continually divide the number by base n and string the remainders together in reverse order.”

“TIL….WOW! Tuning image sizes, removing unused images from the bundle, and coding alternative image formats (via picture, img, and source HTML tags) on just 5 images took my Lighthouse performance score from 74 to 95”

Resources of the Week

Check out this from Emma Bostian on the “Seven Mistakes to Avoid in Your Technical Interviews”

Seven Mistakes To Avoid In Your Technical Interviews - Smashing Magazine

Quote of the Week

Fixing the Small Stuff

In any project problems can be generally placed into two categories — big stuff and small stuff.

When you hit a big stuff problem you will usually create an issue to document what it is, where it lives in the project, and why it’s important. This gives you opportunity to discuss it during a standup meeting so it can be prioritized and a path to resolving it can be defined.

Unfortunately, when you encounter small stuff it’s too easy to say “I’ll get to his later.” or “I need to complete a higher priority task first.” As a result, all too often the small stuff is overlooked until it grows to become a _big stuff _problem.

Technical debt is when you allow a small stuff issue to grow into a big stuff catastrophe!

The morale of this story is when you hit small problems fix them immediately so they don’t become technical debt!

Before you Go!

Chingu helps you to get out of “Tutorial Purgatory” by transforming what you’ve learned into experience. The experience to boost your Developer career and help you get jobs.

You can learn more about Chingu & how to join us at https://chingu.io


Top comments (0)