Hey folks!
Hope y'all all enjoy your weekends! 😎
Looking back on this past week, what was something you were proud of accomplishing?
All wins count — big or small 🎉
Examples of 'wins' include:
- Starting a new project
- Fixing a tricky bug
- Taking a staycation 🏡

Latest comments (31)
Started using Fastify with TypeScript and am ecstatic with the gains in productivity.
Migrated from Mix to Vite
I finished the final draft of my next online course
I have built an app using AI that allows its users to use the power of the AI
It generates personalised emails for the recruiters, and I am about to respond with this link to all the bad emails from recruiters I am receiving.
ai-recruiting-email.vercel.app/
I've finished a side-project in record time! I'm trying to stand out on my Linkedin, it's a shame that did not work, yet.
I completed a full stack app project as a milestone for my bootcamp. 🥳 And as part of it, I used an async function to get all of the data and alphabetize it in the API router functions.
I didn't know what an API router function was a couple of weeks ago. 😊
I used React, Node, Express, and MySQL.
This is awesome! API routing can be such a confusing topic, but you learn soooo much about HTTP along the way and it's a really great way to learn because you're not just learning the what, but also the why. 💯
Moved all my projects' Windows CI to Github Actions instead of Appveyor. Because Windows is involved it was a gigantic ball-ache, but I'm 97% of the way there and have decided I can't be bothered with any more debugging for the one remaining project which fails in Github Actions Windows but passed in Appveyor's Windows.
I was experimenting with ARM-based servers on Google Kubernetes Engine, but in order to do that I had to add a selector to every deployment that said "it's okay to run this on servers with ARM processors" (so if you have both ARM and Intel servers, it doesn't try to run stuff for one on the other), including deployments I didn't create myself. Someone suggested a way of automating it, and I posted a bit about that journey, originally started as a question, on ops.io.
Kubernetes webhooks and certs for those webhooks - The Ops Community ⚙️
I'm experimenting with running ARM-based workloads on GKE so I need to set nodeSelector:...
Dived into Node.js and some architectural concepts