Explore >> Select a destination


You are here

nolanlawson.com
| | slack.engineering
2.6 parsecs away

Travel
| | You might have used Chrome's Developer Tools to profile your JavaScript to improve performance or find bottlenecks. DevTools is fantastic, but there's a lot of potentially useful information that the performance panel doesn't capture. Enter Chrome Tracing: a tool that's built into Chrome (and Electron) that can collect a huge variety of detailed performance data....
| | arveknudsen.com
2.6 parsecs away

Travel
| | Chromium/Google Chrome is my hands-down favourite browser for developing Web sites in, owing toits incredibly sleek developer tools. I feel right at home in its JavaScript console, for evaluating JavaScript interactively or to inspect logs from arunning JavaScript application. However, the latter scenario is somewhat let down by the console's limited search functionality. At the time of writing, the console only lets you search for plain text on a line-by-line basis. If I want to search for regular expressions, which I tend todo, maybe spanning multiple lines, I'll have to paste the console contents into a text editor (Sublime, anyone?) and search in there.
| | mccormick.cx
2.8 parsecs away

Travel
| | Chris McCormick - News
| | www.bennadel.com
19.5 parsecs away

Travel
| Ben Nadel demonstrate how to use jSoup to parse blog post content, locate images, and extract them for use in Open Graph / Twitter Card link unfurling in ColdFusion 2021.