Jujutsu (JJ): An Alternative to Git?
We've already spent a lot of time using Git... But another tool is trying to offer enough advantages to justify making the switch. Let's dig deeper. Table of…
We've already spent a lot of time using Git... But another tool is trying to offer enough advantages to justify making the switch. Let's dig deeper. Table of…
"I guess I should delay graduate school again because I'd like to work on this program that puts all these men on the Moon." When she made that…
Many believe that making a website accessible and responsive means simply adding alt attributes to images and replacing header navigation with burger menus, right? But the truth is,…
React is one of the most popular tools out there… but sometimes, it can feel like a maze, right? Where do you even start? Well, let's piece this…
Let’s dive into the importance of static analysis while developing apps. (Because yes, formatters and linters are different, even though both play crucial roles in our code!) These…
JavaScript is one of the first steps for those starting their frontend journey. But what are the basic concepts we need to understand before we start actually building…