close
Skip to content
View adamreaksmey's full-sized avatar
🌴
Parley costs naught; let thy code speak
🌴
Parley costs naught; let thy code speak

Block or report adamreaksmey

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.

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
adamreaksmey/README.md

Hey, I'm Adam 👋

I specialize in distributed systems and enjoy challenging conventional stack choices. I push technologies to their limits to understand how far they can truly go.

While I work across the full stack, my core strength lies in backend engineering and system architecture. I design and build scalable systems while tackling complex problems such as concurrency, race conditions, caching architectures, sharding strategies, and large-scale performance optimization.


🛠 What I work with

Backend Spring NestJS Node.js Laravel PHP TypeScript

Frontend Next.js React Vue.js Nuxt.js

Databases & Infra PostgreSQL MySQL MongoDB Docker AWS


📬 Get in touch

I'm always open to interesting projects, conversations, or collaborations.

LinkedIn Email Portfolio

Pinned Loading

  1. postgres-pipeline-orchestrator postgres-pipeline-orchestrator Public

    Postgres Overhaul! I’m challenging the usual heavy hitters: Kafka, RabbitMQ, and the whole distributed circus—yet I keep coming back to pure Postgres. Because I know it’s more than just a database,…

    TypeScript

  2. chat-application-with-postgres chat-application-with-postgres Public

    Monolithic, horizontally scalable real-time chat built on NestJS + PostgreSQL — no Redis, no Kafka, no brokers. Just LISTEN/NOTIFY doing all the heavy lifting.

    TypeScript 3

  3. concurrency-demo concurrency-demo Public

    In this project, I explore and demonstrate the principles of concurrency, using animation to make the process both visual and intuitive!

    TypeScript 1

  4. PiperKitOrg/data-dump-generator PiperKitOrg/data-dump-generator Public

    This project lets you generate realistic database dump data with or without relationships, with adjustable data complexity — fully in your browser, no server required.

    TypeScript

  5. spring-webflux-setup spring-webflux-setup Public

    From my blog on when and how to use WebFlux: here’s a simple Spring WebFlux setup I put together!

    Java