Posts
How to Interview Frontend Engineers
May 28, 2021•1,280 words
Interviewing for frontend engineering positions can be difficult. Let's walk through some things you should focus on while interviewing.
Python List Comprehension - The Comprehensive Guide
May 7, 2021•1,606 words
Python is a language with broad and powerful APIs. One such API is 'List Comprehensions'. Let's learn to use them to improve your code!
My Advice to Technical Interviewers
May 3, 2021•1,320 words
Interviewing candidates is tough. It just is. Here are just a few of my tips to make your tech recruiting go smoother.
Rust Enums, Matching, & Options API
April 16, 2021•2,162 words
Rust allows you to build super-fast and flexible applications. Let's build one leveraging enums, pattern matching, and the Options API.
WebDev 101: How to use npm and Yarn
April 5, 2021•4,478 words
You've heard a lot about Node, NPM, and Yarn - but aren't sure what they are. Let's introduce them in-depth and answer questions about them!
Living off the iPad as an Engineer
February 11, 2021•2,322 words
Tips on how to get yourself a proper development environment on the iPad to fully exploit its potential.