• 0 Posts
  • 9 Comments
Joined 1 month ago
cake
Cake day: July 26th, 2025

help-circle
  • I graduated university a couple years ago and I felt in the same boat coming up to final exams. Like others have said, you almost certainly know more than you think. You’re at the start of the final year as well so you have a lot of time to get ready.

    Most IT/programming jobs will train you on the job and I haven’t heard of anyone coming into a role who’s expected to know everything, so I wouldn’t worry about that too much. Getting the job will be the harder part, and the best thing I did was to consider my past experience and apply to jobs tightly related to that. I’ll not dox myself so these will be fake details but that meant if I’d done a work experience position doing tech support for an accountancy firm, I’d have focused my applications on those companies. If you have a final year project to complete for a dissertation, see if you can tailor that to what you think are your best chances of a job. E.g. you did work experience doing IT support for a law firm, and your final year project has to be related to improving human rights, so you could develop a CRUD application to connect defendants to good pro bono lawyers. If there are law firms near you hiring for IT, that sort of thing that will help you stand out in an interview with them. I think I did only two interviews before getting a job offer with that tactic and I know others with the same degree who graduated the same day as me that still haven’t found anything.

    And outside of uni/college, is there anything in IT and computer science that interests you? I found that university killed my joy for it and I’ve only rediscovered it since graduating. Building a JavaScript web app for my final year project, led me to wanting to program some discord bots, from there onto using a raspberry pi to host them, and then into doing some self hosting and networking with the likes of Docker and WireGuard. Some of that has come in handy in work, especially when using linux servers, but it’s stuff I do cause I just enjoy it and it so happens to give me some experience. There are tons of open-source projects you can work on to get experience with different parts of IT, and you’re on a good website for it since most of us on here are Linux nerds.





  • I’ve tried tailscale and cloudflare tunnels in the past and ended up just using PiVPN to set up a WireGuard VPN on my Pi5. Tailscale for some reason was very slow for me, and cloudflare tunnels have a 100mb limit iirc which isn’t ideal for streaming. PiVPN is quite straightforward, it sets everything up for you and all you have to do is forward a UDP port. That was the bit I was most worried about, but, unless I’ve misunderstood something, because a UDP port will just ignore invalid requests to the outside world it will appear closed so it’s not very risky. It then generates a key for each device which you can scan from a QR code onto your VPN client. I have my phone set to auto-connect to the tunnel when I disconnect from my home wifi network and the tunnel is fast enough that I’ve accidentally turned off my phone’s wifi connection before and streamed a TV show through the tunnel over mobile data and not noticed any difference in speed.