Plurrrr

Thu 11 May 2023

Programing Best Practices 2023

The list below isn't meant to be exclusive, it's more so a collection of links that have helped me out along the way (and can hopefully help you). As you'll see, I've focused on Web Development such as: Ruby, Rails, Javascript. There is also a wealth of information on interview prep and applying to jobs.

With the list bellow, I hope I can help developers improve their skills and rise up in their career path.

Source: Programing Best Practices 2023, an article by Derek Nguyen.

Understanding WASM

Today, we're going to talk about virtualization, instruction set architectures, and machines. This post isn't meant to get into all of the details, but should give you a good mental framework with which to place these concepts, and serve as a nice jumping-off point for further research.

Source: Understanding Wasm, Part 1: Virtualization, an article by Chris Dickinson.