Browsing Tag
go
115 posts
Authentication system using Golang and Sveltekit – Login and Logout
Introduction Having seen the beauty we made so far, let’s add more features so that registered and activated…
Authentication system using Golang and Sveltekit – User registration
Introduction With the basic setup laid bare, it’s time to build a truly useful API service for our…
Best Practices for Building a Validation Layer in Go
Validation is an essential part of any software system. It helps ensure that the data being processed or…
Learn How to Setup a CI/CD Pipeline from Scratch
In this tutorial, we will take an example of a Go application and setup a CI/CD pipeline. Go…
Build a CRUD Rest API in Go using Mux, Postgres, Docker and Docker Compose
Let’s create a CRUD Rest API in GO, using: Mux (Framework to build web servers in Go) Postgres…
DREAMEMO: An out-of-the-box, high-scalability, modular-design distributed cache
Introduction As shown in the title, DREAMEMO is a distributed cache with out-of-the-box, high-scalability, modular-design features.The groupcache implementation…
GOlang ile şifreleme işlemleri için crypto paketi
GOlang üzerinde kriptografik işlemleri yapabilmek için kendi içerisinde çeşitli fonksiyonları içeren açık kaynak kodlu “crypto” paketi bulunmaktadır. İlgili…
Learn It Once: “Golang Pointers are Powerful”
Pointers are a fundamental concept in Go that allow you to pass references to values and records within…
Learning Go
Go-lang was created at Google in 2007, at the time of writing this post Go is at version…
Golang Reverse Proxy Practices
Hertz Hertz is an ultra-large-scale enterprise-level microservice HTTP framework, featuring high ease of use, easy expansion, and low…