2022-11-28
|~2 min read
|325 words
In the Ember DevTools, there’s a convenience that nearly every variable can be bound to a magic . These elements are then sent to the…
2022-11-28
|~1 min read
|144 words
On a project recently, I was getting feedback that the UI wasn’t behaving as expected. When digging into it, it seems like the culprit was…
2022-11-28
|~1 min read
|186 words
When debugging a recent bug, I found that my Source Maps were obscuring the details from me. Not because the information wasn’t there, but…
2022-11-28
|~1 min read
|197 words
When developing web applications, it can be handy to change the network settings to see how the application responds in different states…
2022-11-28
|~1 min read
|193 words
Chrome DevTools recently added an experimental new feature called CSS Overview which can provide really useful information on a site’s…
2022-11-28
|~2 min read
|319 words
Chrome (and Chromium flavored browsers) ship with a list of useful URLs. On Chrome, the URLs are found at chrome://chrome-urls. On Brave…
2022-11-28
|~4 min read
|694 words
“If you’re good at the debugger it means you spent a lot of time debugging. I don’t want you to be good at the debugger.” ― Robert C. Martin…
2022-11-28
|~1 min read
|153 words
Some effects only appear when you hover over them with your mouse. The problem is that in order to see the details and ensure they’re what…
2022-11-28
|~1 min read
|182 words
Recently, I was working on a project where I needed to connect one web app to another. I added a button on that, on click, gathered up some…
2022-11-28
|~1 min read
|103 words
When debugging a website, I find myself frequently reaching for tools to convert between Hex, RGB, and HSL so that I can easily confirm if…
2022-11-28
|~1 min read
|98 words
When testing a website for its accessibility, one thing I’m often interested in looking at is what is in focus. The browser of course needs…
2022-11-28
|~1 min read
|177 words
When React Dev Tools v4 landed the feature to highlight updated components disappeared. It’s true that focusing only on re-renders can be…
2022-11-28
|~1 min read
|107 words
Testing my app on a slower connection is a key part of my development cycle. That’s why when I recently found myself developing within…
2022-11-28
|~1 min read
|130 words
I was investigating a situation where my application was deviating from my expectations during runtime — aka bug fixing. Opening up my…
2022-11-28
|~2 min read
|248 words
There are more free resources out there today than ever before. For a student, it’s a glorious time. Despite the rise of great annotating…