Pop!_OS Linux 20.10: Review
Pop!_OS Linux, one of my favorite distributions, has relased a new version, let's check it out.
Gopher Newsletter November 6, 2020
Welcome to the latest edition of the Gopher Newsletter. This is where I collect cool links and tidbits about what's going on in the Go world.
Live Event: Cloud Labs - How to Create an EC2 Auto Scaling Group
In this event, we're going to use the new Cloud Labs feature in Pluralsight, and learn how to create an EC2 auto scaling group with load balancing on AWS.
Building a Go Web API with the Digital Ocean App Platform
I tried out Digital Ocean's new PaaS (Platform as a Service) and threw some Go at it. Let's see how it does.
The Tech Conference You Must Check Out Today
Pluralsight Live 2020 has launched! This FREE tech conference covers everything that's happening in tech right now!
Help me beat the Techade Quiz!!
Let's all jump in and see if we can get all the devices in the Techade Quiz!
Optimizing String Comparisons in Go
Optimizing string comparisons in Go can improve your application's response time and help scalability. I'll show which methods are the fastest.
How Do I Compare Two Strings in Go?
I show you three different ways to compare two strings in Go and run benchmarks to show which one is fastest. From this article: ...
How Do I Install OpenCV for Python in Arch Linux?
Here's the fastest and easiest way to start working with OpenCV and Python in Arch Linux
How Do I Compare Strings in Go?
In this article, we'll learn how to compare strings in Go, and which methods are fastest.