Jan. 15, 2024, 1:15 a.m.

👶 "Try and fail, but don't fail to try." - John Quincy Adams

rendezvous with cassidoo

Hey friends!

I hope you had a good week! Mine was admittedly a little chaotic, but we got to see a bunch of friends as it snowed a bunch here in Chicago. Let's read!

Was this forwarded to you? You can subscribe here!


Web links of the week

Guarding JS Objects with Proxy
Container Style Queries
CodePen's most hearted Pens of 2023
Top Front-End Tools Of 2023


Something that interested me this week

I got very moody this week and talked about human curation on the internet, Jumblie's 100th puzzle, and my feelings on React. Whew!

I also talked about finding Product Market Fit in startups! Of course the video comes out and then I find out I used the wrong microphone. Oh well, c'est la vie!


Sponsor

GitBook is a knowledge management platform that helps you find and fix gaps in your documentation.

What does that mean? Well, say you’ve just solved a technical problem in an epic Slack thread. GitBook can save a summarized version straight to your knowledge base, so everyone can access it!

That’s not all. Smart insights help you avoid outdated documentation by highlighting pages with conflicting info. And with AI search you can ask technical questions — GitBook scans your docs and summarizes an answer in seconds.

Handy, right?!

These are just a few examples of what GitBook can do, but it has plenty more tricks up its sleeve. Head over to gitbook.com to find out more and get started for free.


Interview question of the week

Last week, I had you print possible sequences of letters. Great work Miguel, Raymond, Saad, Ten, Felix, Tawseef, Sagnik, Amine, Yosola, Neil, Arban, and Muhammad!

This week's question:
Given a 2D array, write a function that flips it vertically or horizontally.

Example:

let array = [
[1,2,3],
[4,5,6],
[7,8,9]
]

> flip(array, 'horizontal')
> [[3,2,1],[6,5,4],[9,8,7]]

> flip(array, 'vertical')
> [[7,8,9],[4,5,6],[1,2,3]]

Cool things from around the internet

Publishing your work increases your luck
Drawing Garden
Mechanical Watch
Keychron Q65 Max with Salmon keycaps


Joke

Did you know that Albert Einstein was a real person?? All this time I thought he was a theoretical physicist!


That's all for now, folks! Have a great week. Be safe, make good choices, and eat your vegetables!

Special thanks to Gabor, IceSloth, Ezell, Sebastián, Ben, and Kinetic Labs for supporting my Patreon and this newsletter!

cassidoo

website | twitter | patreon | github | twitch | codepen | mastodon

You just read issue #335 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