Listen

Listened to Exploring Code Smells in code written by Children with Dr. Felienne by Scott Hanselman 
Post details
Felienne is always learning. In exploring her PhD dissertation and her public speaking experience it's clear that she has no intent on stopping! Most recently she's been exploring a large corpus of Scratch programs looking for Code Smells. How do children learn how to code, and when they do, does their code "smell?" Is there something we can do when teaching to promote cleaner, more maintainable code?

 Listen

Listened to Scalable Architecture with Lee Atchison
Post details
Lee Atchison spent seven years at Amazon working in retail, software distribution, and Amazon Web Services. He then moved to New Relic, where he has spent four years scaling the company’s internal architecture. From his decade of experience at fast growing web technology companies, Lee has written the book Architecting for Scale, from O’Reilly. As

 Listen

Listened to Infrastructuralism with Truss by Scott Hanselman 
Post details
What is Infrastructuralism and how can it help you think differently about software and large problems? Scott sits down with Everett Harper, CEO of Truss. They talk about how applying some old ideas in new ways helped them fix healthcare.gov.

 Listen

Listened to unikernels and unik with Scott Weiss
Post details
The Linux kernel of many popular operating system distributions contains 200-500 million lines of code. The average user never touches many of the libraries that are contained in these operating system distributions. For example, if you spin up a virtual machine on a cloud service provider, the virtual machine will have a USB driver. This