May 28, 2017, 7 p.m.

💥 "When truth is replaced by silence, the silence is a lie." - Yevegny Yevtushenko

rendezvous with cassidoo

Helllllloooooo!

Happy Memorial Day to those in the USA, and for everyone else: Happy Monday!  Let's get jiggy with it.
 

Web links of the week

Data-driven Vue.js
oodo: Open source apps to grow your business
What's new in Create React App
npm 5.0 released
Introducing Twilio Functions
 

Something that interested me this week

This week, as some of you might know, I spoke at Twilio SIGNAL!  I talked about how quick and easy Vue.js is and then live-coded up a NASA search engine Vue.js app.  The JSON parsing broke on stage (the joys of live-coding), but about a minute after going off I found the issue and pushed it online for ~the world~ to see.  Once done with my talk, the conference was really interesting and fun.  Twilio released a bunch of new products and really emphasized promoting diversity and inclusion in tech, and launched Hatch, an engineering apprenticeship program.  They had a big party at the end called $BASH that was full of games, puzzles, music, and lots of food.  After literally running to play and win games all night, I had enough points to win a Nintendo Switch, so I personally had a blast. ;)
 

Interview question of the week

Given a list of menu items and their prices, and the amount in your wallet, return all combinations of items that you can buy.

Example:
menu = { 'taco' : 1, 'burger' : 2, 'shawarma' : 3 }
wallet = 3
> combo(menu, wallet)
['taco', 'taco', 'taco']
['taco', 'burger']
['shawarma']
 

Cool things from around the internet

Post a brief by The Local Project
Walk: A message to the class of 2017
Neutrino Build Log
How to make a squirrel stuffed animal out of a glove
 


Jokes

I’ve been thinking, this newsletter is such a joke, and here’s why:

why
 


Alrighty familia, it’s been real, see you next time! Be safe, make good choices, eat some candy. <3

cassidoo
 


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