Reading List

The most recent articles from a list of feeds I subscribe to.

A forty minute tech talk might not fix a very specific code problem at work, but it might leave you inspired to fix everything else

Last week, I spent a few days in Leeds attending All Day Hey again, a brilliant conference for developers, designers and tech leads. This conference is part of my holy-grail of community-led conferences that I purchase tickets for regardless of the schedule. This is because I want to support these events that bring me so much joy and because I know I'll find myself amongst like-minded individuals (and my internet friends!).

The amount of conferences I attend is a little bit unusual as someone who isn’t a dev-rel but the curse of having front-end development as one of my few hobbies is that I guess that I enjoy a tech conference like people enjoy music festivals. It is part of my routine to attend these and luckily, my job benefits from it. So, what happens sometimes is that I may have seen some talks already. I can see why this would put off a good number of people but I love revisiting talks, especially months apart. It’s like re-reading a book you love or a comfort film. But with tech talks, when I re-watch them, they are a good reminder that I'm never the same person I was months ago. My projects, life circumstances and work situations have evolved. So these "repeat" talks normally spark entirely new feelings and insights because of whatever currently occupies my thoughts.

Anyway, as the day carried on, I found myself chatting with people about the current conference landscape, despite not currently being an organiser myself. It’s no secret that many community-led conferences are struggling and I spent the rest of my weekend mulling over why it seems like “corporate and expensive” conferences seem to be thriving. Deep down, I know it is capitalism.

The true value of conference attendance

I recently spoke with a junior developer who had been tasked with writing reports on how each talk they attended at a corporate conference could directly apply to their company's work. And it brought me bad flashbacks.

I’ve made a personal decision many years ago to not spend any of my money on “latest trends/framework” conferences because I’ve been in this industry long enough to know they are just that - trends. The few times I did attend, I was in a soulless place where almost nobody wanted to be in either. We were mostly tasked by our employers to learn and report back and make sure the company you work for benefits from this intense training. But the reality is: you’re not going to bring a million dollar solution to your company by watching a 40 minute code focused talk by someone who works somewhere that is the complete opposite of your workplace. I don’t think you will leave inspired either.

The point of a conference shouldn't be to provide ready-made solutions to specific workplace problems. A 40 minute code-heavy presentation might offer some technical pointers, but these will never truly address your specific challenges. Unfortunately, I’ve seen attendees demanding this - even from free meet-ups! But also, especially now, in this era of AI and LLMs, code-heavy focused talks can have a short shelf life. Or, or!! Brace yourself: AI/LLM slop content! Imagine that.

However, a talk that inspires you to become a better colleague, leader, or simply a more considerate person who thinks about the diverse needs of everyone using your products? Leaving a talk inspired to be a better human has a far greater impact than any code you will see in a slide. Leaving a talk feeling inspired to create backlog tickets to make things better? Or leaving a talk feeling inspired to finally work on a side project? Priceless!

Lex puts it into better words than me but if you're to take anything from a conference, it should be the inspiration to improve yourself. Not just technically, but as a human. Code alone doesn't create that transformation. What does is human connection, lovely chats, and community that cares about people and the web.

You're in the UK? Get tickets for these if you can, and come see for yourself:

In defense of unpolished personal websites

For a while now, I've been slowing working on a refactor of the codebase of this blog. At one point, I got caught in exciting world of performance and I wanted to make sure I had a super fast pageload. Currently, my CSS is added inline in the HTML and I found myself thinking "no one will be able to read this".

I mentioned in my speaker spotlight interview for Pixel Pioneers how I learned to code over 20 years ago. And in short, I learned to code by downloading pages and using "view source" to examine unminified, readable code. This approach allowed me to understand what was happening and develop my skills.

As web developers, we often feel compelled to showcase our skills by implementing the latest tools and frameworks on our personal websites. To some, it feels like an obligation to stay current and demonstrate you’re up-to-date with the latest shiny things.

And yes, personal websites are the perfect playground for experimentation. They offer a space to explore new technologies that might not yet be suitable for professional projects and a safe space to fail.

Today's heavily optimized websites have largely killed the "view source" learning experience. The code is minified, bundled, and often incomprehensible to beginners trying to understand how things work.

I got the ick from my own small optimisation. My personal website is small and it isn't an urgent service. It's hardly ever visited from a mobile phone. Maybe I shouldn't be using the little time I have to focus on that side of front-end development in this instance?

But deep down, all I want for my personal website is to give back to the web. I want anyone, regardless of skill level, to inspect elements, understand the structure, and learn from readable code. And I am fully aware my code isn’t perfect. It’s old and there’s a lot of room for improvement.

For now, I am happy to carry on with this approach. My imperfect and unpolished code on my personal website isn't the full reflection on my technical abilities or knowledge of web development standards. It’s a constant draft where my handwriting is legible and where I want optimization takes a backseat. It’s where I use the little free time I have to actually write on it and prioritise the experiments I want.

Is it okay to prioritize readability and learning over cutting-edge optimization on personal websites? I believe so. And if we want more people to have a personal website, I think more of us should consider doing the same.​​​​​​​​​​​​​​​​

Blog questions challenge

I'm somewhat frustrated at myself for how long it took me to finish off this post that Remy kindly tagged me in. The last time I participated in something like this was the "My Typical Day" write-up. Reading it now is an interesting stroll down memory lane.

This challenge also reminded me of Manu's wonderful People & Blogs newsletter, which comes out every Friday, and which I had the privilege of being featured in many weeks ago.

Why did you start blogging in the first place?

I started blogging as a pre-teen in the early 2000s. At that time, I was at the peak of my confidence, before the weird teenage years hit. I was already building fan websites, but I wanted to create something personal about myself. I wanted a space where I could share everything I was enjoying at the time.

At that age, the things you like become badges of honor - listing your favorite bands and films was a way of defining your personality and making yourself known to your peers. Having a personal website felt like the perfect way to do this. I felt like the coolest person on the planet because hardly anyone my age knew how to create websites back then.

Throughout the years I always had a blog but it wouldn’t always be the same blog. As I grew I would delete and start again. So I’ve maintained a blog for years but stopped when I got my first job in tech. I picked up blogging again about 10 years ago, and haven’t stopped.

What platform are you using to manage your blog, and why did you choose it? Have you blogged on other platforms before?

Currently, I use 11ty because my blog has evolved beyond just a blog - it's become a whole thing. I chose 11ty because I wanted extensive control over the markup, template customization, and being able to add my own features. It's remarkably simple to use and handles everything I throw at it, making it almost fail-proof.

My blogging journey across platforms:

  • Hand made HTML for many years.
  • Started with Blogspot during university, where I had a surprisingly popular blog in Portuguese documenting my journey through young adulthood, university, and my chaotic love life. It gained thousands of followers through Blogspot's follow feature.
  • When I returned to blogging around 2014, I started with self-hosted WordPress as I was feeling burned out and needed an easy way back in.
  • Later moved from WordPress to Jekyll.
  • Finally settled on 11ty, where I am now.

While any blogging platform is fine to use, I personally crave the control over editing templates and customizing features, which is why 11ty works so well for me.

How do you write your posts?

I typically start in one of two ways:

  • Open my editor directly.
  • When frustrated, start in a basic document (like Google Docs) for initial word-vomit drafting.

As a non-native English speaker, I spend considerable time reviewing my grammar. I think faster than I type, so I need to ensure my written thoughts are coherent and connected. After editing and reviewing, I copy the content into my editor, usually creating either:

  • A markdown file for simple text posts
  • An HTML page for posts requiring fancy features

I've tried tools like Grammarly but found them unnecessary for my needs. Most often, it's just basic punctuation that needs fixing, which I've gotten better at handling on my own. And now I probably jinxed myself and anyone reading this will find lots of mistakes.

When do you feel most inspired to write?

My inspiration usually comes from frustration or when I need to process something in my life. While I wish I could say I had a perfect morning routine (5 AM wake-up, cold shower, coffee while gazing out the window after a morning run), the reality is quite different. Nowadays, most of my writing happens in the evening after spending the whole day processing thoughts and feelings about something. I spend the day mentally chewing on a thought, letting it build up, and then finally sit down to write about it in the evening. It's less about serene inspiration and more about processing emotions and experiences.

Do you publish immediately after writing, or do you let it simmer as a draft?

I do both. If it is a technical post, I will post immediately and then crawl back to edit/update it. A personal post I let it sit in the drafts at least overnight and read it the following morning.

What's your favourite post on your blog?

My favourite posts are my worst hits. I think my favourite posts also change every once in a while but right now my favourite posts are:

Ergh, looks like I peaked in 2021.

Any future plans for your blog? Maybe a redesign, a move to another platform, or adding a new feature?

Yes, I’m the worst at daydreaming what I would do to my blog if I didn’t have to work and had all the spare time to work on it.

I want to tidy up the layout and do a big code refactor. There’s still code lingering from an automated conversion tool I used from Wordpress to Jekyll from many years ago.

I keep lying to myself and tell myself that I will only day have a fully IndieWeb powered machine thing going on my blog. One day.

I have so much content to update like my blogroll, my bookmarks, talks section and more.

But, in the end, what’s the point of spicing it all up if it leaves me with no time to actually write on it?

Next?

I’m aware I’m slow but I love these types of chains. Next, I would tag Calum, Suze and Georgie, if they wish to do so.

Bookmarks I should have shared a long time ago

Let's get these out of the way!

Bookmarks related to tech and web development

Other bookmarks

A love letter to the community-led events

I wouldn't be where I am today if it wasn't for community-led events in the front-end community, and I am forever grateful for that. However, I am heartbroken by the current state of the events.

Many community-led events have recently been cancelled due to low ticket sales, which feeds a gigantic gap of events left by the pandemic. I remember we had to cancel the in-person London CSS and IndieWebCamp London at the very last minute back in 2020, and it was incredibly stressful to disappoint attendees and speakers.

It is obvious that in-person events have either not returned or are maybe a little less frequent than before the pandemic. But that was a public health event—having to cancel events due to financial strain sounds incredibly painful, and I know it is the current stress of many event organisers.

When I moved to the UK in 2015, I struggled a lot. I was already struggling with feeling too much of a junior developer. I felt alone and missed my friends. I also thought that the front-end community was my co-workers who happened to be bullies and whatever the Twitter timeline showed me. I hated myself and this career, but I genuinely had absolutely no other skill that could match the salary I desperately needed.

My friend Paul joined the company I was working at and recommended events for me to attend. Nearly 10 years later, Paul and I still attend conferences together. At the time, he raved about FFConf. I got a ticket, and my life changed.

I couldn't believe it - there were actually conferences and meet-ups that encouraged you as you are and welcomed you even with all your lack of knowledge. At the time, I always thought I didn't belong at any meet-up or conference. The few I had attended so far always made me feel less than. But for the first time ever, I… had a great time. The following year, we attended All Day Hey! and then State of the Browser. By 2018, I was incredibly motivated and engaged in the front-end community, and I had organised my own events, such as Codebar Monthlies, Homebrew Website Clubs, and LondonCSS.

I have so many feel-good memories of events and talks I saw.

Jeremy's talk at ViewSource that made me work on this blog.

I remember Jo's talk about perfectionism, Impostor Syndrome and Anxiety. It was the quick therapy lesson I didn't know I needed then. All because of a community-led event called TODO London.

Charlie's talk at FFConf, which mentioned "CV-driven development", explained my frustration with modern front-end tools.

Tim's talk unlocked something in me: you can learn by building useless things.

I cried during Suz's talk. I, too, have that passion.

Beaming with a smile because all I want is to be as cool as Ruth.

Feeling avenged by Heydon's talks.

Dreaming to be as bright as Michelle.

Karaoke parties after events.

Conversations with people and realising that I was finally surrounded by people who cared about making a usable web.

Seeing my "buddies from the internet" at least once a year.

Meeting my "buddies from the internet" for the first time when we attend the same event.

And many more...

It is 2024, and I am so grateful to have given talks at the events that inspired me. But I am also grieving the loss of other events I deeply loved, like TODO London, and recently having conferences like Front be cancelled. Every little meet-up in London and conference contributed to who I am as a person and a professional.

I agree with Marc: the things I said above can happen at corporate events. But damn… small community-driven events are that little 3rd space for someone like me… who made their hobby their career and now doesn't know where to hang out.

I love you all and miss you.

This said, I have some news: I'm going to start a new small free meet-up in south west London. Hopefully, this will attract people who live in the area and work from home. I hope to share more news soon.