FOASS gotta be one of the funniest things I’ve seen recently. All we need now are some comments on the API design from all those noisy “this is how you do REST” people. Who, by the way, can f*ck off. :)
Tag: web development
I Hate the Lord of the Rings
Via kottke.
Chrome DevTools : Remote Debugging Devices
Remote debugging on Android with Chrome DevTools sounds like the best thing since sliced bread for anybody involved in web development. TL;DR version:
- There’s no substitute for debugging your site on a real device. Debug browser tabs on your device from your development workspace using remote debugging.
- You don’t have to shift attention between your device and development screens. Use screencasting to display your device’s screen along side your developer tools.
Pull request guidelines for Bitbucket Cloud
Bitbucket is often viewed as second best compared to GitHub. And while I love GitHub dearly, I have to say that it’s not true. It’s as good as GitHub. Sure, it doesn’t offer all GitHub features yet (Releases, for example), but it does offer a few features of its own, which are not found in GitHub (Projects and Approvals come to mind).
With the recent advances in Atlassian Connect – an API integration layer – there’s been quite a few apps and services that extend Bitbucket beyond what GitHub users are accustomed to. Have a look at this Pull request guidelines for Bitbucket Cloud.
It looks simple. But it’s super handy and provides functionality, which is not as trivial as you might think.
CSS Styleguides
I came across a couple of CSS guidelines while catching up with my feeds over the weekend. Here they are:
- cssguidelin.es – high-level advice and guidelines for writing sane, manageable, scalable CSS.
- grvcoelho/css – opinionated CSS styleguide for scalable applications

