Alex Hyett

Alex Hyett I am a software developer with 10+ years of professional experience.

How to do Performance Testing with k6
06/10/2023

How to do Performance Testing with k6

🚀 Support me on Patreon to access source code and other benefits: https://www.patreon.com/AlexHyett📨 Join my free weekly newsletter for advice, technology ...

Idempotency - What it is and How to Implement it
22/09/2023

Idempotency - What it is and How to Implement it

🚀 Support me on Patreon to access source code and other benefits: https://www.patreon.com/AlexHyett📨 Join my free weekly newsletter for advice, technology ...

5 Design Patterns That Are ACTUALLY Used By Developers
08/09/2023

5 Design Patterns That Are ACTUALLY Used By Developers

Design patterns allow us to use tested ways for solving problems but there are 23 of them in total and it can be difficult to know which ones to pay attentio...

CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free)
21/07/2023

CI/CD Pipeline Using GitHub Actions: Automate Software Delivery (for free)

Setting up a CI/CD pipeline for your project allows you to run all your tests and deploy your code without needing to lift a finger. In this video, I cover t...

How to Build a Project That Will ACTUALLY Get You a Job
23/06/2023

How to Build a Project That Will ACTUALLY Get You a Job

If you are trying to get a job as a software engineer but lack a degree and experience then you need a way to show off your skills. The best way to do this i...

SOLID Principles: Do You Really Understand Them?
16/06/2023

SOLID Principles: Do You Really Understand Them?

People mention SOLID everywhere but very few do a good job of explaining it. I am hoping to put an end to that in this video so you can once and for all unde...

Knowledge Management for Software Developers
02/06/2023

Knowledge Management for Software Developers

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

Should you be blogging as a software developer? (and how much I earn from mine)
26/05/2023

Should you be blogging as a software developer? (and how much I earn from mine)

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

Diversity Is a Huge Issue In Tech 👩🏽‍💻
17/05/2023

Diversity Is a Huge Issue In Tech 👩🏽‍💻

Look at the career websites for the top tech companies, and you'll see a vast mix of ages, races, and gender. In reality software development isn't anywhere ...

In order to understand recursion...
12/05/2023

In order to understand recursion...

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

5 Uncomfortable Truths About Software Engineering
05/05/2023

5 Uncomfortable Truths About Software Engineering

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

Domain Driven Design: What You Need To Know
28/04/2023

Domain Driven Design: What You Need To Know

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

10 Questions You MUST Ask in Your Next Software Engineering Interview
21/04/2023

10 Questions You MUST Ask in Your Next Software Engineering Interview

📨 Are you looking to level up your skills in the tech industry? My weekly newsletter is written for engineers like you, providing you with the tools you nee...

Event-Driven Architecture: Explained in 7 Minutes!
14/04/2023

Event-Driven Architecture: Explained in 7 Minutes!

Event-driven architecture is an important architectural pattern used with microservices. In this video, I cover what it is, when you should use it and the pr...

AI Can’t Do This - SECRET to being a SUCCESSFUL Software Engineer
07/04/2023

AI Can’t Do This - SECRET to being a SUCCESSFUL Software Engineer

Are you a junior developer worried about the advancement of AI in coding? While it's true that AI can write code faster and more efficiently than humans, the...

What are microservice? 🧑🏻‍💻
25/03/2023

What are microservice? 🧑🏻‍💻

With microservices, we take your big monolithic application and break it down into individual components.

Best Coding Habits to Adopt Now (that I wish I did earlier)
24/03/2023

Best Coding Habits to Adopt Now (that I wish I did earlier)

When learning a new skill like software development, it is easy to get into bad habits. If you let those coding habits stick, then it can hold you back from ...

What is a Monolith? 🧑🏻‍💻
21/03/2023

What is a Monolith? 🧑🏻‍💻

So what is a monolith? Before we had microservices, everything was built as a monolith. A monolith is an application where everything works as one piece of c...

Monolithic vs Microservice Architecture: Which Should You Use?
17/03/2023

Monolithic vs Microservice Architecture: Which Should You Use?

When it comes to software architecture, there are generally 2 main types of monoliths and microservices. In this video, I cover the differences between each ...

Do You Need Maths? 🧑🏻‍💻
13/03/2023

Do You Need Maths? 🧑🏻‍💻

Do you need maths to be a software developer? Most of the time no, but there are a few industries where maths is required.

Top 5 Programming Languages 🧑🏻‍💻
12/03/2023

Top 5 Programming Languages 🧑🏻‍💻

These are the top 5 programming languages that you need to know in order to get a job this year.

Automated Tests 🧑🏻‍💻
11/03/2023

Automated Tests 🧑🏻‍💻

We use tools such as Specflow and Cucumber to write automated tests in Gherkin language. This way, we can write tests that can still be understood by the bus...

Top 5 Programming Languages to Learn in 2023 (to Get a Job)
10/03/2023

Top 5 Programming Languages to Learn in 2023 (to Get a Job)

Getting a job as a software developer is hard enough this year, but it can be made worse if you are lacking the skills that employers are looking for. In thi...

MC/DC - Code Coverage 🧑🏻‍💻
09/03/2023

MC/DC - Code Coverage 🧑🏻‍💻

Most developers aim for 100% line coverage in their code. However, if you are writing code for the military or aviation industries, you need MC/DC.

CRUD in Software 🧑🏻‍💻
08/03/2023

CRUD in Software 🧑🏻‍💻

CRUD is everywhere in software development and it is important for beginners to understand it. If you want to learn more about CRUD check out the full video ...

When Burnout Hits ❤️
07/03/2023

When Burnout Hits ❤️

Burnout is incredibly common in software engineering and it is important to recognise the signs of it before it is too late.

So Much to Learn as a Developer 🧑🏻‍💻
06/03/2023

So Much to Learn as a Developer 🧑🏻‍💻

There is so much to learn as a developer, however it is unlikely that your employer is going to give any time to learn on the job, which means spending your ...

Invest In Yourself 🧑🏻‍💻
05/03/2023

Invest In Yourself 🧑🏻‍💻

As software developers, learning doesn't stop when after you have learnt how to code. As the recent lay-offs have shown, we should always be trying to improv...

Async in Stack and Heap 🧑🏻‍💻
04/03/2023

Async in Stack and Heap 🧑🏻‍💻

When you write asynchronous code, this creates a separate call stack for your code to run on. The results however are stored on the Heap.Full video: Stack vs...

How the Call Stack Works 🧑🏻‍💻
03/03/2023

How the Call Stack Works 🧑🏻‍💻

It is important to understand what is happening to your variables when you are running your application. In this video, I explain what the Call Stack is and ...

Address


Alerts

Be the first to know and let us send you an email when Alex Hyett posts news and promotions. Your email address will not be used for any other purpose, and you can unsubscribe at any time.

Contact The Business

Send a message to Alex Hyett:

Videos

Shortcuts

  • Address
  • Alerts
  • Contact The Business
  • Videos
  • Claim ownership or report listing
  • Want your business to be the top-listed Media Company?

Share