You are here |
ehkern.com | ||
| | | |
noblepartners.org
|
|
| | | | CNN has a new series on bridging the partisan divide in the United States called "Bridging the Divide." One of the first installments is about two activists,Abigail Disney and Rob Schenck, who come from opposing political tribes: Disney from the left and Schenck from the right. The two met while Disney was making Armor of... | |
| | | |
blog.alinelerner.com
|
|
| | | | I'm co-writing the official sequel to Cracking the Coding Interview (often called the bible of technical interview prep)! It's fittingly called Beyond Cracking the Coding Interview. I've always wanted to write a book about technical interviewing. And this is it. You can pre-order now, and the book will be out in January of 2025. Pre-orders [...] | |
| | | |
rc3.org
|
|
| | | | ||
| | | |
rcoh.me
|
|
| | As I was learning to program, Python lists seemed totally magical to me. I imagined them as being implemented by some sort of magical datastructure that was part linked-list, part array that was perfect for everything. As I grew as an engineer, it occurred that this was unlikely. I guessed (correctly) that rather than some sort of magical implementation, it was just backed by a resizable array. I decided to read the code and find out. |