Corey Scott's Blog

August 22, 2024

Beyond Effective Go: Part 2 – Striving for High-Quality Code is live!

Friends & fellow coders, I am overjoyed to share that part 2 has finally arrived. In this book, I share my secrets to writing high-quality Go code efficiently, effectively, and productively. It contains practical approaches to software engineering, software design, and code UX that will set you on the path to success.As you may know, in part 1, we focused on making our applications faster; part 2 focuses on making the programmer faster. As the DORA study has shown, writing high-quality code is key to delivering software quickly. For others, please pick up your copy of the book at your local Amazon website or your preferred bookstore.
 •  0 comments  •  flag
Share on Twitter
Published on August 22, 2024 16:53

January 30, 2024

My latest book is off to editing, and I’m excited!

Just dropping a quick update to let you know that Beyond Effective Go part two is finally going off for professional editing tomorrow! After the tremendous response to part one, I’m determined to make part two even better with the help of a professional copy editor. I used Reedsy to find and select a top-notch editor, and […]
 •  0 comments  •  flag
Share on Twitter
Published on January 30, 2024 14:45

December 21, 2022

The What, When, Why, and How of Testing (Part 3)

In the previous posts, we examined the Why, When, and How Much of testing. In this post, we will complete the thread with an examination of What we should be testing and What we should not be testing.
 •  0 comments  •  flag
Share on Twitter
Published on December 21, 2022 14:57

December 14, 2022

The What, When, Why, and How of Testing (Part 2)

In the previous post, we examined the Why and When of testing in this post, we will build on that foundation and look at How much we should be testing.
 •  0 comments  •  flag
Share on Twitter
Published on December 14, 2022 14:32

December 6, 2022

The What, When, Why, and How of Testing

When it comes to testing, the most common misunderstanding is the motivations of testing itself. Some folks see testing as a burden imposed from on high. Some folks see testing, or more specifically, test coverage, as a metric that determines how well they did their job. Sorry, but neither of these is true.This section will address these fallacies and give you a different perspective on testing.
 •  0 comments  •  flag
Share on Twitter
Published on December 06, 2022 15:03

October 18, 2022

Getting Started with SRE – Step 2 – Dashboards

Introduction In Part 1 of this series, we introduced the goal of understanding how our system performs by adding instrumentation. This article expands on this goal by taking the instrumentation data captured and visualizing this data on a dashboard. The goal of SRE dashboards is to give us a simple and efficient means of understanding […]
 •  0 comments  •  flag
Share on Twitter
Published on October 18, 2022 05:00

September 27, 2022

Getting Started with SRE – Step 1 – Instrumentation

Introduction After we set ourselves the goal of system reliability, our first goal must be awareness.  Simply put, we must be fully aware of how our service performs. By performance, we are not referring to benchmark tests written and executed in isolation but rather how well our service delivers value to its users. The four […]
 •  0 comments  •  flag
Share on Twitter
Published on September 27, 2022 05:34

September 8, 2022

Book Sneak Peak: Slow Consumers

The following content is a small extract from my latest book Beyond Effective Go – Part 1 – Achieving High-Performance Code. Slow consumers When designing function and method APIs that publish data to a channel, we should consider how the code will respond to slow consumers. Will the producer block until there is additional space in […]
 •  0 comments  •  flag
Share on Twitter
Published on September 08, 2022 05:00

September 5, 2022

Book Sneak Peak: Deadlocks

A small extract from my latest book about deadlocks
 •  0 comments  •  flag
Share on Twitter
Published on September 05, 2022 20:09

April 13, 2020

Post-Incident Questionnaire for Engineers

This is my light-hearted attempt to help engineers get the most value out of a downtime incident.
 •  0 comments  •  flag
Share on Twitter
Published on April 13, 2020 18:00