Franziska Hinkelmann, Ph.D
Home
Writing
Public Speaking
About
Senior Engineer at Google. Member of Node.js Technical Steering Committee. 💚 JavaScript.
Find me on
.
Writing
2019-11-08
How I learned to love the terminal
2018-10-25
Understanding npm-link
2018-09-03
V8 Internals: How Small is a “Small Integer?”
2017-12-07
Speed up Your Node.js App with Native Addons
2017-11-26
New in VS Code: Inline Change Review
Speaking
Reading
Effective Modern C++: 42 Specific Ways to Improve Your Use of C++11 and C++14
: Need to upgrade your C++ knowledge from back in the days to modern C++? A lot of topics are conform with the Chromium C++ Styleguide - and explain why it is good practise.
Computer Systems: A Programmer's Perspective
: Really goes into the details: processor architecture, memory hierarchy, system-level I/O, concurrent programming, and many more. A must read if you want a deeper understanding of computer systems.
Compilers: Principles, Techniques, and Tools (2nd Edition)
: Dragon Book. If you want to learn the fundamentals about compilers, this is the book to read.