Lessons from the first issue of The 418
It's been about a month since Christina and I published our first issue of The 418 zine (check it out here if you haven't already!) and now that I've had a little bit of time to sit and reflect on how things went, I
Soccer as a metaphor for software development teams
I'm sure I'm not the first person to think of software engineering teams as mini soccer (or 'football' for my readers outside of Canada and the US) teams given some of the dynamics that exist within engineering teams are the same ones that you
How to search and filter issues and pull requests in Github by author
If you ever find yourself needing to find issues or pull requests created by someone (or a few someones) in Github, here are a few quick tips for how to do that. First up - when you're looking for an individual, you'll want to use the
Building my first Rust project
When I first joined Netlify, I worked on the Frameworks team which focuses on ensuring that all major web frameworks run out-of-the-box when deployed to the platform. As part of our testing strategy at the time, we would make legitimate requests from test applications to test rewrite and redirect behaviour.
Is the proliferation of edge data centres counterproductive towards the goal of more sustainable software?
Proponents of edge computing (myself included) have argued that the edge can help us create more environmentally friendly software. While removing the use of a data centre for some operations by running them locally rather than on a remote server is a clear step in the right direction, what'
Tips for maintaining peak health before conference speaking
Being a speaker is intense energy- and time-wise and we can sometimes forget to take care of ourselves as a result. While there are a lot of guides and posts out there for things like navigating the 'call for proposals' process, making great slide decks, and speaking with
Exploring the world of AI-powered code mods with Intuita
In a past job life, a lot of the codebase I had been working in was written in Coffeescript. There was a strong desire to move towards Typescript, but the transition was slow because it was done on the initiative of various engineers or whenever it was possible to incorporate
Hopping on the AI-powered bandwagon
For the past year, it seems like every other day there's a new AI-powered tool being released. Not sure how everyone else is feeling but for me it started to feel a bit overwhelming after the excitement over the possibilities. For those out there who have started looking
The 418
I grapple more often than I'd like to admit with a sense that I don't entirely 'belong' in the tech community. I don't enjoy trying out every shiny new tool or framework that comes out seemingly every week. I don't
Edge Side Includes
A popular use case for edge computing among web and full stack developers is the injection of dynamic content into static assets and pages. This technique increases the performance of our applications by allowing us to cache more of our content at the edge or at the Content Delivery Network