Sourcery 5 Ways Sourcery Can Help You Improve Your Code Want to ensure clean code all the time? We bet you do! Find out how using Sourcery's free product can maximise your efficiency and reduce debt.
tips Getting into Gear with Gearset DevOps gets a lot of press - so what is it and how can you become a DevOps specialist? Meet Oli from Gearset as he gives us the 6 ways working at Gearset helps you become a better engineer. And if you haven't heard of Gearset - where on earth have you been?
Grad Job How to Get Interviews As a Graduate It may seem like a never-ending uphill battle to find a job (particularly a tech job) as a graduate, but with a few helpful pointers, it doesn't have to be that way. That’s why Olivia Crichlow and Jamie Lyons have teamed up to help you sharpen your job hunting skills.
tips How to be a World-Class Software Engineer Many people are good developers, some even great, but being a world-class engineer is an entirely different league of it's own. So what's the difference, and more importantly, how can you become one? Well, its simpler than you think.
DWP Digital Top Tips to Improve the Experience of Tech Workers with Disabilities If you're a naturally curious and inquisitive person, then maybe a career with DWP Digital is just for you. What makes us say this? Well, we met Diane Reddell, an Associate Test Engineer at DWP Digital, who shared insights from her career there.
Tech Articles Everything I Learned Working as a Software Engineer at Tesco With billions of transactions each year, Tesco is one of the biggest Tech retailers in the UK, as well as globally. We an in-depth look into what it's actually like working as part of their engineering team, and most importantly, how you could join too.
Data Engineering Top 10 Data Engineering Skills Data Engineering is one of the most rapidly advancing fields, and professionals in this field are among the highest-paid. So, what is data engineering? What are the skills required? How do you become the best in this field?
Blockchain Blockchain: What you Need to Know Blockchain is a super interesting industry at the moment, it's gaining a TON of traction. In fact, people are pushing them as solutions for many of the problems we face today. However, you might be wondering what they actually are, how they work or ...
tips How to Find Your Dream Software Engineering Job in 2022 If you think everyone has a perfect job lined up for them, that's simply not true. And you're not alone. In fact, most people haven't yet discovered their dream job and might not have even known what they truly wanted to begin with. But every step you make will move you closer to discovering it.
Diversity Why Should You Want to Be a Woman in Engineering With this year's theme of International Women's Day being #BreakTheBias, we thought it would be a perfect time to pause and highlight some of the most inspiring women in tech...
Javascript Javascript Interview Questions Made Simple In today’s post, we're going to go over some of the most popular JavaScript interview questions. By all means, this is not an exhaustive list, however, it's a great place to get started after securing your first round of interviews with companies hiring via hackajob. Let's get into it!
tips How To Get A New Role Without Your Work Knowing We've all been there: ready to take on a new role and leave the old behind, but first how do I get the role without my current company knowing? Well buckle up, as we certainly know a thing or two about how to get the tech role of your dreams without causing any problems at your current role.
Interviewing Top Tech Interview Tips Welcome to the complete guide for preparing and mastering interviews. Warning…following these instructions will drastically improve your chances of landing a new role - spare a few minutes to digest this information and you’ll become an interview expert!
tips Top 20 Favourite Hacks for Android There are a lot of hidden features that come with smartphones and no matter what brand of phone you use, if you're patient enough, your ordinary phone becomes extraordinary. Without further ado, here are hackajob's top 20 favourite hacks for Android.
Javascript JavaScript Tips to Avoid Sequential Loopings on Arrays Avoid sequential for loops on arrays in JavaScript by using map(), filter, and reduce() methods. Make your code more readable and expressive of the intent.