Alex Pliutau

Alex Pliutau @der_gopher

About: SWE | Passionate about Backend, Go, Cloud, DevOps, Kubernetes | Writing https://packagemain.tech Newsletter | 🇩🇪

Location:
Berlin
Joined:
Apr 4, 2017

Alex Pliutau
articles - 64 total

Different ways of working with SQL Databases in Go

Read the original article on packagemain.tech Different programming languages have their own ways of...

Learn More 2 0Sep 23 '24

My first experience with OCaml

Building my first project in OCaml

Learn More 5 0Sep 19 '24

Rust for Gophers

Should you Rust, or should you Go? Which language is better, and does that question even make sense? Let’s talk about Go versus Rust in 2024, with our special guest, John Arundel.

Learn More 4 1Jul 18 '24

Mastering SOLID Principles with Go Examples

The SOLID principles are a set of design guidelines that help developers write more maintainable, scalable, and testable code.

Learn More 2 1Jul 9 '24

Automating Semantic Versioning with Github Actions and Branch Naming Conventions

Achieving Consistent and Automated Versioning Across Your Projects with Github Actions

Learn More 4 0Jul 8 '24

Automating Semantic Versioning with Github Actions and Branch Naming Conventions

Achieving Consistent and Automated Versioning Across Your Projects with Github Actions

Learn More 1 1Jul 1 '24

Rust for Gophers

Should you Rust, or should you Go?

Learn More 2 0Jun 28 '24

Performance Benchmarking: gRPC+Protobuf vs. HTTP+JSON

A fair benchmark with Go examples to compare Protocol Buffers over gRPC vs. JSON over HTTP/1 and HTTP/2.

Learn More 0 0Jun 17 '24

Bridging Backend and Data Engineering: Communicating Through Events

Building a Unified System: Event-Driven Approach to Backend and Data Engineering Communication.

Learn More 0 0Jun 14 '24

The Developer's Guide to Database Proxies

Database Proxies can enhance performance and security in complex, high-traffic distributed systems built with Microservices.

Learn More 0 0Jun 10 '24

Identifying Container Image Vulnerabilities with Docker Scout

A guide on how to maintain a more secure containerized software.

Learn More 1 0Jun 9 '24

Unified Cache Keys: How Namespaced Keys Improve Service Interoperability

More than just random keys in a Redis.

Learn More 0 0Jun 9 '24

Millisecond Scale-to-Zero with Unikernels

A solution to intermittent and unpredictable traffic.

Learn More 0 0Jun 5 '24

Script to get the emails of your dev.to followers

Script to get the emails of your dev.to followers

Learn More 1 2Jun 4 '24

packagemain.tech - Newsletter about Backend, Cloud, DevOps, APIs...

The Backend is the backbone of any modern application. It handles data storage, user interactions,...

Learn More 0 0Jun 3 '24

packagemain #23: Fuzz Testing in Go

Fuzzing or fuzz testing is a method of giving random unexpected input to your programs to test for possible crashes or edge cases. Fuzzing can shed a light on some logical bugs or performance problems, so it's always worth adding to a code where stability and performance matter. In this video we’ll review recently added fuzz testing support in Go 1.18.

Learn More 7 0Feb 21 '22

packagemain #21: Error Handling in Go

Error Handling in Go

Learn More 6 0Apr 6 '21

packagemain #20: Building a TCP Chat in Go

Building a TCP Chat in Go

Learn More 7 0May 11 '20

Writing testable Go code

Writing testable Go code

Learn More 36 0May 5 '20

Writing REST API Client in Go

API clients are very helpful when you're shipping your REST APIs to the public. And Go makes it...

Learn More 92 5Apr 27 '20

Google Home Action to manage your Kubernetes cluster

Google Home Action to manage your Kubernetes cluster

Learn More 14 0Sep 2 '19

Rate Limiting HTTP Requests in Go based on IP address

Rate Limiting HTTP Requests in Go based on IP address

Learn More 73 1Sep 2 '19

Building Desktop App in Go using Wails

Building Desktop App in Go using Wails

Learn More 111 6May 6 '19

Database Migrations with Go and Kubernetes

Database Migrations with Go and Kubernetes

Learn More 15 0Feb 18 '19

Google Cloud Functions in Go

Google Cloud Functions in Go

Learn More 25 0Jan 21 '19

Docker and Go Modules

Docker and Go Modules

Learn More 44 2Nov 12 '18

Ask me to review your Go code

Go code review

Learn More 9 7Nov 7 '18

Go Projects to contribute to during Hacktoberfest

Hi Gophers! As you know Hacktoberfest 2018 has already started. And if you are a Go developer you...

Learn More 11 7Oct 9 '18

Microservices with go-kit. Part 2

Microservices with go-kit

Learn More 26 10Aug 13 '18

Deploying Facebox to AWS ECS

Deploying Facebox to AWS ECS

Learn More 13 1Aug 10 '18