Jan. 2, 2022, 11:55 p.m.

šŸ› "I love to laugh." - Betty White

rendezvous with cassidoo

Wooooo it’s 2022!

I hope your end to the year was a good one. It’s been a rough time in the pandemic, but I’m still optimistic that this’ll be a better year than the last!

Was this forwarded to you? You can subscribe here!


Web links of the week

Add Less
Optimize local dev environments for better onboarding
Best practices for writing code comments
JWT explained as Formulas


Something that interested me this week

I purposely did very little this past week. I watched some K-dramas like When the Camellia Blooms and The Silent Sea, and some funny shows like Derry Girls and The Chair. I also read a little and did crosswords. It was great. I’ll… get back to my emails this week.


Sponsor

The ReadME Project is part of GitHub’s ongoing effort to amplify the voices of the developer community. Sign up for a monthly newsletter to receive developer features, podcasts episodes, and articles on emerging tech and cultural trends right in your inbox. Whether you’re interested in a new framework or want to hear from the maintainer of your favorite OSS project, you’re sure to learn something new!

Check-out the The ReadME Project.


Interview question of the week

Last week, I had you set up the ordering of fireworks! Awesome job and happy new year to Topher, Paul, Les, Adam, Ivana, and Ten!

This week’s question:
Given a list of Point objects (where a Point object has a name, and a list of names it is connected to), a starting Point object, and an ending Point object, return a possible path between the two Points. If there are multiple paths, return the shortest one. If there is no path, return “no path”.

Example:

listOfPoints = [
  { name: "A", connections: ["B", "C"] },
  { name: "B", connections: ["A", "E"] },
  { name: "C", connections: ["A", "D"] },
  { name: "D", connections: ["C"] },
  { name: "E", connections: ["B", "F"] },
  { name: "F", connections: ["E"] },
]

$ pathBetweenPoints(listOfPoints, "A", "F")
$ A -> B -> E -> F

$ pathBetweenPoints(listOfPoints, "D", "B")
$ D -> C -> A -> B

Cool things from around the internet

Complete Axolotl Genome Could Reveal the Secret of Regenerating Tissues
TM680 Smoke Black with GMK Botanical
How To Write A Personal Letter, According To A Hallmark Card Writer
Original Fare - Salt of the Earth


Joke

Why don’t aliens come to our solar system?
They looked up reviews and it only had one star.


That’s all for now, folks! Have a great week. Be safe, make good choices, and good luck on the start of 2022!

Special thanks to Gabor, Stephen, IceSloth, Emad, Alaska, Josh, Conor, Ezell, Pedro, Karthic, Ximena, Paige, Zev, SebastiƔn, and Ben for supporting my Patreon and this newsletter!

cassidoo

website | twitter | patreon | github | twitch | codepen | polywork

You just read issue #229 of rendezvous with cassidoo. You can also browse the full archives of this newsletter.

Share on Twitter Share on LinkedIn Share on Hacker News Share on Reddit Share via email
GitHub Website LinkedIn