Skip to content

Commit 05e0198

Browse files
committed
first post and minor tweaks
1 parent 409de03 commit 05e0198

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/archie"]
2+
path = themes/archie
3+
url = [email protected]:t-monaghan/archie.git

content/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+++
2-
title = "About"
2+
title = "Me"
33
description = "Tom Monaghan's bio"
44
date = "2025-02-16T15:34:09+11:00"
5-
aliases = ["contact","me","now"]
5+
aliases = ["contact","me","about"]
66
+++
77

88
Hello and welcome! I'm Tom, a coffee pedant who makes his cut by working as a software engineer in a developer experience team. I found my interest in software engineering by completing [Harvard's CS50x](https://pll.harvard.edu/course/cs50-introduction-computer-science) during the covid-19 lockdowns in Melbourne. My pedantry with coffee comes from a decade of working in specialty cafes in Melbourne such as [Sibling](https://www.theage.com.au/goodfood/melbourne-eating-out/social-enterprise-cafe-sibling-closes-due-to-tough-economy-20230615-p5dgv7.html).

content/posts/what-comes-after-uni.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
---
22
date : '2025-02-16T14:41:31+11:00'
33
title : 'What Comes After Uni?'
4-
draft : true
5-
description: 'Some insights for an aspiring tech grad'
4+
draft : false
5+
description: |
6+
I've only got two things to do tonight. Write this, and get my bag ready for the office tomorrow. It's unusual that I head into the office, but a mate's invited me to give a talk at our internal golang meetup.
67
---
78
I've only got two things to do tonight. Write this, and get my bag ready for the office tomorrow. It's unusual that I head into the office, but a mate's invited me to give a talk at our internal golang meetup.
89

@@ -14,15 +15,15 @@ To be candid, I have only worked on one team so I have a bias to the culture on
1415

1516
Knowing what kind of company, or team you want to work in helps. Make a list of the companies that catch your eye and keep a tab on their careers page, or even reach out. Employers want to hire people that are stoked to be working there, and being able to demonstrate genuine interest can help your application. I didn't know the kind of work I do now existed before I applied for my internship, but I'd been contributing to an open source project that had broadly similar ideals to the team's goals. When the team learned of the work I'd been doing, my application became a lot stronger. The key here wasn't so much having an interest in this area, but in the way I was able to demonstrate it. Making this as obvious as possible is the best chance you'll have to make them confident you want to work with them.
1617

17-
Internships and graduate positions are junior roles, your competency in the company's tech stack isn't what is going to make or break an offer. If they wanted someone who was proficient in the work they do, they would have advertised for a more senior title. What a company wants when they're hiring a junior is someone who is willing and able to grow. You will not be able to demonstrate this by grinding out ten thousand hours of optimising SQL. You will be able to demonstrate this if you've done this before, when have you bitten off too much to chew, and stubbornly persisted until the job was done?
18+
Internships and graduate positions are junior roles, your competency in the company's tech stack isn't what is going to make or break an offer. If they wanted someone who was proficient in the work they do, they would have advertised for a more senior title. What a company wants when they're hiring a junior is someone who is willing and able to grow.
1819

1920
If you manage to get an internship you will finally get the chance to see some applied engineering. This can be very exciting and you will almost certainly see examples of engineering more modern or mature than those you were shown in your studies, however it isn't the real gem of the internship. The true value is in getting to work alongside people who've each had their own career journey and carry the professional experience of having worked on many other teams.
2021

2122
I'm of the belief that most software engineering skills these days can be self taught. It's not easy, but it is possible. But there are skills that can't, such as developing a sense of when to reach out for help, or how to make sure anyone you work with can understand your pull request. These are situations that require other people to tell you how they perceive your actions. In a junior role you have a group of people on hand who are expected and often willing to give you this feedback. You may have to ask for it, and you may disagree with it. That's all part of the process.
2223

23-
Taking on a junior engineer also provides a mentee for a company's mid and senior level engineers to act as a mentor. This gives these engineers a chance to demonstrate skills required in staff engineer or team lead positions. Being able to show that you're capable of learning as a mentee is a positive signal for the hiring team. This mentorship will be different to the learning you were doing before, and it may be a new experience for your mentor as well.
24+
Taking on a junior engineer also provides a mentee for a company's senior engineers. This gives these senior engineers a chance to demonstrate some of the skills required in staff engineer or team lead positions. Being able to show that you're capable of learning as a mentee is a positive signal for the hiring team. This mentorship will be different to the learning you were doing before, and it may be a new experience for your mentor as well.
2425

25-
Most importantly, enjoy it and be someone who's pleasant to be around. Work should be fun, and getting the chance to build relationships with the people you work with is a blast.
26+
Most importantly, make sure you're enjoying it. Work should be fun, and getting the chance to build relationships with the people you work with is a blast.
2627

2728
P.S. Someone I owe an enormous amount of thanks to for their wisdom and mateship recommended that I read 'Radical Candor', and I'm passing that on. Thanks Mark!
2829

hugo.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ url = "/posts"
3939
weight = 2
4040

4141
[[menu.main]]
42-
name = "About"
43-
url = "/about"
42+
name = "Me"
43+
url = "/me"
4444
weight = 3
45-
46-
[[menu.main]]
47-
name = "Tags"
48-
url = "/tags"
49-
weight = 4
50-

themes/archie

Submodule archie added at 9c8dee2

0 commit comments

Comments
 (0)