Alex Pliutau's Avatar

Alex Pliutau

@pliutau.com

https://www.youtube.com/packagemain

66
Followers
135
Following
31
Posts
26.04.2025
Joined
Posts Following

Latest posts by Alex Pliutau @pliutau.com

Preview
War I’m grappling with the deterioration of international relations and lust for war.

This year I make a conscious decision to write more. Writing is how I deal with the world around me. Much of what I wrote is not for sharing, some is though and does not fit my blog. So I created a new place for it. dark.ronacher.eu/2025/12/13/w...

14.12.2025 14:42 πŸ‘ 76 πŸ” 3 πŸ’¬ 5 πŸ“Œ 1
Advent of Code 2025

I just completed all 12 days of Advent of Code 2025! #AdventOfCode adventofcode.com

13.12.2025 19:07 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Trying manual memory management in Go
Trying manual memory management in Go YouTube video by package main

www.youtube.com/watch?v=SHmJ... #golang

13.12.2025 13:25 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Day 1 - Advent of Code 2025

I just completed "Secret Entrance" - Day 1 - Advent of Code 2025 #AdventOfCode adventofcode.com/2025/day/1

02.12.2025 20:40 πŸ‘ 3 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
ULID - the ONLY identifier you should use?
ULID - the ONLY identifier you should use? YouTube video by package main

#golang www.youtube.com/watch?v=otW7...

26.11.2025 19:41 πŸ‘ 1 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

@mcy.gay when I included your blog RSS into my handmade reading list, I noticed that the links have the domain name twice. FYI, for example - mcyoung.xyz/https://mcyo...

29.09.2025 15:51 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Building Conway’s Game of Life in Go with raylib-go A step-by-step tutorial on building Conway’s Game of Life in Go, using raylib-go for graphics. Learn how to draw grids, apply the rules of life, and simulate evolving patterns.

packagemain.tech/p/building-c... #golang

26.09.2025 21:10 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
How to implement the Outbox pattern in Go and Postgres How and why to use the Outbox pattern to build a robust event-driven system.

packagemain.tech/p/how-to-imp... #golang

16.09.2025 08:15 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - plutov/oq: Terminal OpenAPI Spec viewer Terminal OpenAPI Spec viewer. Contribute to plutov/oq development by creating an account on GitHub.

Built this little OAS viewer (probably mostly for myself) with wonderful Bubble Tea github.com/plutov/oq #golang

12.09.2025 15:07 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Preview
Git Print Print your favorite Git repositories as PDF

Print GitHub Repositories as Books | Discussion

07.09.2025 22:00 πŸ‘ 2 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

that was me

08.09.2025 07:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Git Print Print your favorite Git repositories as PDF

gitprint.me/ - print github repositories as books.

08.09.2025 07:47 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
.gitignore everything by default We’ve all been there. You’re working on a project, making commits, and suddenly realize you’ve been committing .DS_Store files, node_modules, IDE configuration files, or other junk that shouldn’t be i...

pliutau.com/git-ignore-e... #git

05.09.2025 07:48 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Should you learn Go in 2025?
Should you learn Go in 2025? YouTube video by package main

Should you learn Go in 2025? What's your take on that?
www.youtube.com/watch?v=Cbn-...
#go #golang

03.08.2025 15:27 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
How to mock a gRPC server?
How to mock a gRPC server? YouTube video by package main

www.youtube.com/watch?v=8DOB...
#golang #go #grpc

30.07.2025 14:26 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Redis streams: a different take on event-driven A different take on event driven.

packagemain.tech/p/redis-stre... #redis #substack

16.07.2025 06:50 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Hey @mcy.gay love your blog and reading it via RSS, I noticed the links are broken, just FYI. For example: "https://mcyoung.xyz/https://mcyoung.xyz/2025/07/14/best/"

16.07.2025 06:49 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Developing a terminal UI in Go with Bubble Tea Developing CLIs and TUIs in Go is fun, and there are really good packages out there to make it so. And when it comes to terminal apps, there is an amazing library called Bubble Tea to build beautiful

packagemain.tech/p/terminal-u... #golang #commandline #cli #go

14.07.2025 14:15 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

New #golang books arrived. Always wanted to read them.

05.06.2025 17:58 πŸ‘ 4 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0

Will keep posting more thanks

01.06.2025 04:56 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
SOLID Principles in Golang
SOLID Principles in Golang YouTube video by package main

Are you following SOLID principles in #golang ?

youtu.be/o_yTAosQUGc

31.05.2025 10:08 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

What’s the next one will be? Using punched cards I guess

26.05.2025 12:52 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

A nice article about "JSON Web Tokens in Go"
#golang

packagemain.tech/p/json-web-...

25.05.2025 06:41 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 1

They are also generally more polite people, at least that’s what I’ve noticed.

25.05.2025 18:08 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Building a Minesweeper game with Go and Raylib
Building a Minesweeper game with Go and Raylib YouTube video by package main

Building a Minesweeper game with Go and Raylib #golang
youtu.be/6E3Y5A80inM

21.05.2025 05:48 πŸ‘ 8 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
JSON Web Tokens in Go
JSON Web Tokens in Go YouTube video by package main

JSON Web Tokens in #golang
youtu.be/aIaXSpLkvAg

18.05.2025 08:01 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

The setup is gorgeous though

08.05.2025 18:42 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0

Those cables :)

08.05.2025 16:09 πŸ‘ 0 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
JSON in Go is FINALLY getting a MASSIVE upgrade!
JSON in Go is FINALLY getting a MASSIVE upgrade! YouTube video by package main

JSON in Go is FINALLY getting a MASSIVE upgrade!
youtu.be/Vxv6VpeojZY #golang

08.05.2025 14:12 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Post image

In case you watch my YT channel, apologies for the sound in the last video, my Blue Yeti broke. Should be better from now on.

29.04.2025 16:14 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0