GitHub Copilot Breaks Bad Interviews
July 22, 2021
interviewingopinioncopilotGitHub Copilot is a huge step forward for tech. Luckily, it improves our lives. Unfortunately, it will break your interviews. Here's why.
Web Components 101: Vanilla JS
July 15, 2021
javascripthtmlwebdevOne of the ways web components differs from a framework is that it works right in the browser. Here's how to build them from scratch.
Introduction to Web Accessibility (A11Y)
May 30, 2021
accessibilitywebdevAccessibility allows as many people to use your product as possible. That, in turn, generates more profit. Here's how to improve it on web.
How to Interview Frontend Engineers
May 28, 2021
interviewingwebjavascriptInterviewing 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
pythonPython 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
interviewingInterviewing candidates is tough. It just is. Here are just a few of my tips to make your tech recruiting go smoother.
Master React Unidirectional Data Flow
April 27, 2021
reactjavascriptMaking sure your app's code is structured well is critical. Mastering React Unidirectionality is a huge part of that. Learn how to here.
Rust Enums, Matching, & Options API
April 16, 2021
rustRust allows you to build super-fast and flexible applications. Let's build one leveraging enums, pattern matching, and the Options API.