Tag: development
-
The craziest bug I have ever seen
One of my coworkers, Alister Scott, recently shared a post on his blog about a crazy bug. I didn’t know what to expect when I first read the post title. But, after reading the post, I am mindblown! If you’ve got a few minutes and are interested in development and software testing, then I’d suggest […]
-
Copy to Clipboard in Google Chrome Console
When developing for the web, sometimes I want to JSONify an object to throw into Sublime Text for an easier look or maybe to compare two separate objects. While it’s easy to log an object in Google Chrome, the issue I have is easily getting that from the console to Sublime Text. After doing a […]
-
Get Most Visible Element on a Web Page
Recently, I was working on updating keyboard shortcuts for o2 and came across a unique shortcut. When pressing r, we wanted to open the reply box for the most visible post. When I first started thinking about this requirement, I found myself thinking: “How the hell can I determine what the most visible post is?” […]