Skip to content
View alexnakagama's full-sized avatar
🏔️
🏔️

Block or report alexnakagama

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alexnakagama/README.md

Hi there!

I'm Alex, a software developer from Argentina 🇦🇷 focused on backend development with Go and Python.

These days I’m working mainly with backend technologies, building APIs and services using Go, PostgreSQL, and Docker, while also developing Python applications with FastAPI.

Outside of programming, I enjoy reading, following science and listening to rock music.

Let's connect!

LinkedIn Gmail

Pinned Loading

  1. redis-clone-go redis-clone-go Public

    A Redis-compatible in-memory key-value store built from scratch in Go, featuring TCP connections and basic Redis commands.

    Go

  2. cobra cobra Public

    Forked from spf13/cobra

    A Commander for modern Go CLI interactions

    Go

  3. server-monitor server-monitor Public

    A lightweight server monitoring system built with Go, PostgreSQL, and a custom agent for collecting and reporting server metrics.

    Go

  4. go-simple-bank go-simple-bank Public

    Backend banking system in Go with support for transactional transfers and account management. Built using Gin for HTTP handling, PostgreSQL + sqlc for type-safe database access, and structured migr…

    Go

  5. go-shell go-shell Public

    A Unix-like shell implemented in Go, supporting built-in commands, external command execution, pipelines, and environment variable management.

    Go

  6. my-arena my-arena Public

    A lightweight arena (region) memory allocator written in C. This project implements a custom memory management system that allocates a large block of memory. Project built for learning.

    C