Posts

In today's tooltip I'll be showcasing go-task. It's a tool designed to make executing terminal commands or even lists of commands needed for specific operations easier.

Why you should be using Go-Task

In today’s tooltip I’ll be showcasing go-task. It’s a tool designed to make executing terminal commands or even lists of commands needed for …

Read More
In this example, I’ll show you how to add helper methods to your classes with little effort using prototyping. As a bonus approach leaves you with no messes to clean up later.

How to use prototyping to make smarter code with NodeJS

In this example, I’ll show you how to add helper methods to your classes with little effort using prototyping. As a bonus approach leaves you with no messes to …

Read More
Scrum fails in a lot of businesses. Most don't realize it, and the rest accept it as an industry standard they can't avoid.

3 Reasons Scrum is failing you

Scrum fails in a lot of businesses. Most don’t realize it, and the rest accept it as an industry standard they can’t avoid. Here are three reasons why Scrum …

Read More
Teaching takes work. I've had good and bad teachers, but it wasn't until I was teaching that I realized the difference.

Critical Abuse or Constructive Criticism?

Being a good teacher or mentor is the hardest thing I’ve ever had to learn. Everyone struggles with praising or encouraging others, but this is how we …

Read More
Distributed Cloud, Artificial Intelligence, Blockchain, Quantum Computing, ChatGPT. I know all the buzzwords and the challenges they hide.

I'm NOT like you. I'm an Engineer

Distributed Cloud, Artificial Intelligence, Blockchain, Quantum Computing, ChatGPT. I know all the buzzwords and the challenges they hide.

Read More
In my opinion queue workers are often overlooked and underutilized as a way of dealing with background tasks. In the bad ole days of Drupal, we were stuck with hook_cron and a single wget call to cron.php with a so-called secure key.

How to create Queue Workers

In my opinion queue workers are often overlooked and underutilized as a way of dealing with background tasks. In the bad ole days of Drupal, we were stuck with …

Read More