Posts
GitHub Copilot Breaks Bad Interviews
July 22, 2021•1,739 words
GitHub 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•3,723 words
One 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•4,132 words
Accessibility allows as many people to use your product as possible. That, in turn, generates more profit. Here's how to improve it on web.
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.
Master React Unidirectional Data Flow
April 27, 2021•1,009 words
Making sure your app's code is structured well is critical. Mastering React Unidirectionality is a huge part of that. Learn how to here.