Categories
New Engineer Scala

My Scala 3 course for beginners is out 🎉

I’m really excited to announce that my Scala 3 beginners course is out on the LinkedIn platform now! https://www.linkedin.com/learning/learning-scala-14639381/ This course is for people with only basic programming experience. No Java experience is required! It’s a really gentle introduction for those who are interested in learning more about this amazing language. I wanted to create […]

Categories
Personal

I was made redundant.

It came as a shock. Luckily my husband was sitting next to me when I received the email confirming it so I had a hug straight away and his reassuring, positive reaction which helped. I felt so many different emotions. Immediately I felt surprise and also embarrassment. Embarrassed that I had been singled out. There […]

Categories
sbt Scala

sbt bug fix – remote caching

This article is a part 2 to this introductory article on remote caching, so do read that one first and come back! In this second part I discuss a bug fix related to sbt’s remote caching. I’ll explain what the problem was and how it was fixed using two different implementations. What was the problem? […]

Categories
New Engineer Scala

What is Scala?

A couple of years ago I had never heard of the programming language Scala. Now I write it everyday! This article is for those who don’t know what Scala is and would like a quick overview. Scala is a relatively new computer programming language. It was first released in 2003 and publicly released in 2004. […]

Categories
sbt

sbt remote caching – intro

sbt is a popular build tool used in the Scala community and in this article I want to describe remote caching in sbt. I’m writing this because I have spent some time fixing a related bug in sbt. I want to explain what I’ve learnt about remote caching and in the next post, describe the […]

Categories
sbt

sbt settings for beginners

sbt is a build tool used by many Scala projects. Developers using sbt will rarely need to know more than the basic commands like run, compile and test. But if you’re curious, you might want to learn more about how sbt works. If so, then this article series is for you! Here, we learn about […]

Categories
Tech conference

Creating my dream tech conference

About 3 months ago I was feeling really frustrated. Yet another Scala conference had taken place and I couldn’t even understand the talk titles on the conference schedule, let alone the talks themselves. I thought to myself: If only there was a Scala conference for beginners. A place where I could feel the excitement of […]

Categories
New Engineer

Failing as a junior developer

I’ve been a software engineer for the last 15 months. I’ve been failing a lot recently Sometimes failing quietly and sometimes failing in very public ways at work. I recently had my first incident retro where my actions caused the incident (an incident retro is where you get together with your colleagues and understand why something […]

Categories
New Engineer

My experience on the Guardian’s Digital Fellowship

A number of software engineers have reached out to me who are interested in joining the Guardian. I thought it might be helpful to write my answers down so that everyone who is interested can benefit from them. What is the digital fellowship? The Guardian’s digital fellowship is an annual programme open to people early in their software […]

Categories
New Engineer

Diary of a Self-Taught Engineer

After about 9 months teaching myself how to code, I have accepted an offer with the Guardian Newspaper to join their Digital Fellowship programme as an Associate Software Engineer. In this article, I want to support readers who are already teaching themselves how to code or are considering it. For others, I hope this article sheds some […]