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

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. pretzel pretzel Public

    🥨 Pretzel — Real-time online presence as a service. Multi-tenant, WebSocket-native, and Redis all the way down and no bullshits. I keep it simple.

    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. 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

  4. 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

  5. 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

  6. 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