GO

eBPF Firewall in Action: Blocking IPs with XDP
eBPF Firewall in Action: …

Introduction In this blog, we will build a basic firewall using eBPF. The goal of this firewall is to block specific IP addresses using a REPL (Read-Eval-Print Loop) written in Go. To achieve this, we will write the kernel-space code in C and the user-space code in Go, leveraging the Cilium eBPF …

Part 1: Go REST API with gin
Part 1: Go REST API with …

GitLab Repository Building a Cloud-Native Application: My Journey with Go, GitLab CI, Helm, and CNPG Introduction This project is an application I created to improve my skills in building cloud-native applications. The idea behind this project was to explore key concepts that are essential in …