Hello, I'm Patrik
A full-stack developer with a deep focus on Go programming and web development. Over the past decade, I've dedicated myself to teaching and empowering developers with tutorials that guide them in building robust web applications. If Go development interests you, my resources are designed with your journey in mind.
Featured
What Is the Best Web Framework for Go?
Published:What is the best Go (Golang) web framework? This guide compares Gin, Echo, Fiber, Beego, and more. Based on performance, use cases, features, learning curve, and community support.
Is Go Worth Learning in 2025?
Published:Is worth learning Go in 2025? Let's explore what the job market, the tech landscape, and the language itself have to say.
PocketBase: Backend Made Simple
Published:PocketBase: Backend Made Simple. Lightweight, open-source and built in Go (golang). This backend solution is perfect for developers and small teams. Learn how to streamline your backend development with built-in features like database management, authentication, and real-time updates.
What's new in Go (Golang) 1.24
Published:Discover the latest features and improvements in Go 1.24, including performance boosts, security enhancements, and developer experience upgrades.
Deploy a Go app to AWS (EC2) with Nginx, SSL & Custom Domain (Step-by-Step)
Published:Deploy a complete Go (Golang) app to AWS EC2 with Nginx, SSL, and a custom domain! This tutorial walks you through launching an EC2 instance on AWS, setting up your Go app, configuring Nginx as a reverse proxy, securing your connection to the server with SSL, and connecting a custom domain.
Complete REST API in Go – Build an Event App (Gin, JWT, SQL, Swagger)
Published:Learn how to build a REST API in Go using the Gin framework, complete with a real-world example creating a event app, Swagger documentation, JWT authentication, middleware, SQL.
How to Use SQL in Go
Published:In this tutorial, you'll learn how to use SQL in Go (Golang).
Go (Golang) Tutorial 10 - Structs
Published:In this tutorial, we’ll learn about structs in Go, which are used to group related data together and create custom types.
Go (Golang) 8 - Functions
Published:In this tutorial, we’ll explore functions
Go (Golang) 5 - Arrays & Slices
Published:In this tutorial, we’ll explore arrays and slices
How to Build A CLI Todo App in Go
Published:In this tutorial, we are gonna create a CLI To-Do app using Go (Golang).