Reading List
The most recent articles from a list of feeds I subscribe to.
Quick tip: Getting all links from any web site into a spreadsheet using browser developer tools
As part of taking over the editorial job of the WeAreDevelopers newsletter, I needed to get all the links from older editions and import them into a spreadsheet. Eventually I will write a scraping script, but there is a much simpler way to get all the links from a web site into a spreadsheet: browser […]
Adding GitHub repository info, pages links and latest commits to any page using github-include
GitHub is where code lives. You make your updates there, and in the case of frontend work, you can even host it in GitHub pages. When I publish something, I write a blog post and often I put some of the code in the post. When feedback comes in about new features I update the […]
Adding a “share to mastodon” link to any web site – and here
I just added a “share to mastodon” link to this bloh. Ages ago I added a “share to Twitter” link, as there is a URL you can send Tweet content to that works: http://twitter.com/share?url={URL}&text={TEXT}?&via={TWITTER_HANDLE} With Mastodon, it wasn’t as easy as it is a federated service and there is not one URL. So I had […]
What’s my job in my new role as Director of DevRel at WeAreDevelopers?
Now, with the World Congress out of the way, it is time to focus on my new role as Director of Developer Relations at WeAreDevelopers. It feels great that what I do anyways because of personal interest is part of my role. This was the case when I worked for Yahoo and Mozilla and the […]
The Verge’s new way to display news item links is a terrible idea
Sometimes it is baffling to me why people publish on the web and don’t follow the simplest ideas that made the web what it is. Take a link for example. You can link anything in HTML so that when users interact with it they go to another URL, or a target inside the current document. […]