Category: Work
-
I’m reading about… Product Managers
At WordPress.com VIP we're looking into more formal Product Management, to help ensure that all our teams are aligned behind a consistent vision and a clear set of priorities. As such, I've been reading around about the Product Manager role to understand best practices from other organisations and from leaders in the field. As one of…
-
Podcast – How Google uses behavioral science to make work suck less
Podcast: How Google uses behavioral science to make work suck less This episode of the You Are Not So Smart podcast came recommended by Donncha, a colleague at Automattic. It’s packed full of really interesting thoughts, including “the job of a manager is to serve their team”; a good reminder that everything we at WordPress.com VIP do in…
-
Command-C Alfred Workflow by Sayz Lim
Here’s a great workflow for Alfred which sends your clipboard to an iOS device via the wonderful Command-C: Command-C supports x-callback-url which I can use in Alfred workflow. I create an Alfred workflow called Command-C that contains basic custom actions to send clipboard from Mac to selected iOS devices. There are three types of supported…
-
Testing repositories with private submodules in Travis
Recently I’ve been working on a project we’re testing in Travis CI and we need to include some submodules referencing private GitHub repositories then run the tests on the combined code. Naturally Travis fails to retrieve the submoduled repositories, because it’s not authorised to do so. This is how we’re getting around that…
-
The Business of Open Source – at WordPress Bucharest
Last Friday I was honoured to be invited to speak about the Business of Open Source at the WordPress Bucharest meetup.
-
All about WordPress Web Addresses
I’ve given this presentation at WordCamp London 2015, and last night at the Manchester WordPress User Group. Essentially the talk title is a trojan horse to talk about rewrite rules and regular expressions, without everyone running out of the room screaming because I put “regex” in the talk title. ;)
-
I have a dream, about development environments (presentation)
This is the presentation I gave today at WordCamp Manchester, 2014. There’s an embed of the slides below, and you can also download the version with my (fairly verbose) speaker notes.
-
A quick and dirty logger for Gravity Forms
Today I noticed pieces of code to hook into a logger scattered throughout Gravity Forms, when I was trying to track down an issue. Here’s some quick and dirty code which hooks into the logging methods and writes to the PHP error log: