55 Articles
143476 Words
Web Components 101: Framework Comparison
December 2, 2021
litvuereactangularWhile web components can be used standalone, they're paired best with a framework. With that in mind, which is the best and why?
Web Components 101: Lit Framework
November 4, 2021
webdevlitGoogle pushed for web components, sure, but they didn't stop there. They also went on to make an amazing framework to help build them: Lit!
GitHub Copilot is Amazing - It Won't Replace Developers
October 4, 2021
opiniontoolscopilotGitHub Copilot is an amazing tool that I think will drastically improve the way that I code. But it won't replace me. Here's why.
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!