
This video gives an overview of the entire course.
In this video, we will learn how to use the fmt package to do output formatting.
In this video, we will learn how to use the fmt package to do input scanning.
In this video, we will learn how to use the strings and bytes packages to manipulate strings and byte slices.
In this video, we will learn how to use the strconv package to convert basic data types to and from strings.
In this video, we will learn how to use the regexp package to do regular expression searching.
In this video, we will learn to use the Go toolchain.
In this video, we will learn to use the flag and os packages.
In this video, we will learn to use the os, io, and path packages to create, read, update, and delete files and directories.
In this video, we will learn the errors package and how to treat error values in Go.
In this video, we will learn how to use the math package to handle large numbers, rational or fractional numbers, and complex numbers.
In this video, we will learn how to work with time.
In this video, we will learn how to work with the archive package.
In this video, we will learn how to work with the image package.
In this video, we will learn the fundamentals of writing HTTP servers in Go.
In this video, we will see how to augment our HTTP handlers to perform actions before and after each request.
In this video, we will learn to write clients that efficiently work with unpredictable servers.
In this video, we will build more resilient servers that can efficiently manage their state and long running processes.
In this video, we will learn how to encode and decode data.
In this video, we will build a RESTful server that can accept and return JSON payload.
In this video, we will learn how to store and retrieve data within the context of your REST server.
In this video, we will learn how to test your code.
In this video, we will understand the concurrency primitive known as the “goroutine.”
In this video, we will understand the concurrency primitive known as the "channel."
In this video, we will learn how to synchronize access to data using goroutines and channels.
In this video, we will learn some common concurrency patterns in Go.
Go comes out of the box with a full-featured standard library, requiring little in the way of third-party libraries for things like string manipulation, file and network I/O, testing, HTTP servers, and so much more.
In this course, we will dive into the packages that are the most commonly used within the standard library, including fmt, strings, strconv, errors, flag, regexp, io, os, bytes, math, time, archive, compress and image. We will also cover the net/http and context packages packages to build resilient networked applications like HTTP servers and clients. We’ll learn how to take in and serve up JSON for our REST APIs using the encoding/json package. Testing is a first class citizen in Go and we’ll learn how to take full advantage of it using the testing package. Lastly, no Go course would be complete without getting into what draws many to Go in the first place, it’s concurrency primitives and patterns.
About the Author
Johnny Boursiquot is a multi-disciplined Software and Cloud Systems Engineer with two decades of industry experience spanning various server, client, and mobile technologies. His past roles include developer, co-founder, teacher and CTO.
His love for technology is matched only by his passion for community service. He is a GoBridge Core Member, the founder, and organizer of the Baltimore Golang User Group, a previous organizer for the Boston Ruby User Group, and the Boston Golang User Group. He regularly serves as a speaker and teacher for various organizations that seek to diversify the tech industry. He has been known to mentor a number of young technology professionals in the Boston and Baltimore metro areas.