I find the 20’s to the 50’s a very fascinating time in American history. Perhaps because it is so very different from the life we have today, but still feels relatively closer. Maybe even more so because the 20’s and 30’s were so radically different from just 50 years prior. So in pursuit of learning more about the history of the cinema and to understand more about what life was like by watching what they watched, I’m going to watch the top grossing/most popular movie from each year.| Matthew Carlson
A custom ladder that stores blankets for our family room| Matthew Carlson
This is the tale of how I wrote a state syncing framework based on vuex and rollback netcode . It took a few years and isn’t intended to be a “copy and paste” type of thing. I’ll be including code fragments and I’ll eventually post a cleaned up repo with only the relevant pieces. Who knows, if there’s enough interest, maybe I’ll even post a NPM package. TL;DR This is a long article.| Matthew Carlson
I hate passwords. Not as a user as password management is basically solved with most modern browsers and password managers. What I hate is having to deal with them as a developer. Hashing, storing, authentication, etc. I did a small project recently using my socket.io synced vuex state and needed a system where users could easily login. I will put a huge disclaimer on this that this is just what I did for my personal project where security isn’t critical.| Matthew Carlson