• 4 Posts
  • 72 Comments
Joined 2 years ago
cake
Cake day: July 8th, 2023

help-circle





  • Thanks very much for your advice. I’ve reworked my CV using Open Resume and updated it on all the job boards I’ve been using, hopefully that gets me further.

    I’m also continuing to update my portfolio website and building out apps in different languages and frameworks to demonstrate my skills.

    It just looks like the job market sucks at the mo and I just need to keep trudging through.

    Thanks again.




  • The Evil Dead trilogy.

    A younger friend of mine had started playing the Evil Dead game with some of his friends but had never seen the movies. I’d not watched them in years, so I invited him over to marathon them one weekend. We drank, ate pizza and did the whole trilogy, and we had an absolute blast. He loved how different each movie was, especially Heart of Darkness. How each one gets sillier than the last.

    A few months later, Evil Dead Rise came out in the cinema, so we had to go see it. While this was much more a straight up horror movie (with a small amount of the Evil Dead silliness), I still enjoyed it (I find horror movies quite funny, like an emotional rollercoaster), but he was hiding behind his coat the whole time, terrified of what was happening on screen. That made it even funnier for me.




  • I use Qobuz, and I like it a lot. You can easily download music for offline listening, there’s a lot of high def on there, and from what information is known about how much streaming services pay back to record labels, Qobuz appears to be the biggest payer per stream.

    The app is no frills, they only added auto generated playlists a year or so ago. Their recommendations are less tailored, but high quality if you’re wanting to explore outside your usual tastes.

    Plus, it’s just music. No podcasts, no audiobooks, no games, no generative ai for some reason.


  • I’m over 20 years into my career, so I think I’m technically (and literally) a grey beard now. I always make time for junior devs if they need it or request it. Often I try to softly inspire them to a good solution, or challenge their thinking when I think they’re going down the wrong path or are creating too much work for themselves through over-engineering.

    Pair programming is an invaluable learning tool for any team. It produces great results as you are both challenging each other while also quickly spotting those silly mistakes we all make.

    Rubber Duck Debugging is also a fantastic way to solve issues quickly, as just talking through how you think the code works while reviewing it, you often spot the issue with almost no input from the person acting as the duck.

    I’d also recommend doing code katas like codewars for any skill level, as solving problems that you wouldn’t usually come across in day to day work can lead to ways of thinking that you wouldn’t get otherwise. If you can, get more people on your team to do the same katas and then all talk through your solutions as a group. We would often use languages we were less familiar with to solve the kata in order to pick up new skills as well.

    You never stop learning in this industry. There’s always new tech, new languages, and new ways to solve a problem that will make you a better programmer.