My name is Elliot 👋, and my goal for TutorialEdge is to build an online resource that helps to accelerate the learning path for new Go developers.
My courses attempt to bridge the gap between learning the fundamentals of Go, and being able to build production-ready applications in Go.
Gain access to over 19 hours of premium Go content and track your progress over time.
TutorialEdge is committed to helping the environment. We are a carbon negative site, and supporting us actively removes carbon from the atmosphere. How cool is that?!
Education should be affordable to everyone. We keep our prices low so that everyone no matter their means can afford access to education.
My goal for TutorialEdge is to make it one of the best online communities for learning Go. I want to help empower you to build quality Go applications that follow the best practices.
Build real-world applications from scratch with our in-depth Go courses. These are updated regularly to ensure they stay up-to-date and relevant.
Gain access to the community Discord server and get hands-on support if you have any additional questions.
We have a #code-reviews channel which is ideal for getting reviews on your own open-source projects and take your learning further.
Join the hundreds of developers in the TutorialEdge clan currently learning Go and looking to advance their careers.
Hours of Learning
Students
Trees Planted
All for the low cost of:
$12.99
per month
$129.99
per year
Some of the feedback from my students over the years:
Would you like to be featured here? Tweet @TutorialEdge with your testimonial and I will add you to the list!
🕘 3 Minutes
In this tutorial, we are going to look at how you can effectively use tickers in go to periodically execute tasks in your Go applications
🕘 6 Minutes
In this tutorial, we are going to be looking at how you can successfully work with modules in Go!
🕘 7 Minutes
In this follow-up tutorial, we are going to look at how you can optimize containerizing our Go applications with Multi-stage Docker images.
🕘 8 Minutes
In this tutorial, we look at how you can containerize your Go applications using Docker!
🕘 11 Minutes
In this tutorial, we'll be building a realtime websocket based YouTube Subscriber monitor in Go!
🕘 4 Minutes
In this tutorial, we are going to be looking at how you can implement a simple File Upload HTTP endpoint within your Go systems.
🕘 4 Minutes
In this tutorial, we are going to have a look at how you can work with Linked Lists in the Go programming language
🕘 5 Minutes
In this tutorial, we are going to be looking at how you can create and work with temp files and directories in Go 1.11
🕘 10 Minutes
In this tutorial, we are going to be taking a more in-depth look at GraphQL and how you can use it within your Go programs