Skip to content
View meliezer's full-sized avatar

Block or report meliezer

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

Hi, I'm Menashe πŸ‘‹

Senior Backend Engineer with 20+ years of experience building scalable backend systems, realtime services, and production-grade APIs across enterprise, fintech, cybersecurity, and cloud-native environments.

Recently focused on:

  • realtime streaming systems
  • async architectures
  • AI gateway patterns
  • distributed backend services
  • DevSecOps and operational reliability

πŸ”§ Tech Focus

  • Java (8–21), Kotlin, TypeScript, PHP
  • Spring Boot, Quarkus (Mutiny), Node.js
  • Microservices, Distributed Systems, REST APIs
  • Realtime Streaming, SSE, Redis Pub/Sub
  • PostgreSQL, MongoDB, Kafka
  • Docker, Kubernetes, CI/CD
  • Observability, DevSecOps, Production Operations

πŸš€ Selected Work

Prototype realtime AI gateway featuring:

  • OpenAI-compatible streaming APIs
  • Redis pub/sub event streaming
  • BullMQ async workers
  • SSE token streaming
  • rate limiting
  • structured observability
  • production-minded backend architecture

Concurrency handling with optimistic locking, retry strategies, transactional correctness, and PostgreSQL consistency patterns.

Production-style CI/CD and DevSecOps pipeline showcasing:

  • SAST and container scanning
  • dependency scanning
  • CI security workflows
  • GitLab pipeline orchestration
  • security-oriented backend delivery practices

TDD-driven Quarkus service showcasing reactive backend patterns, clean architecture, and production-style engineering workflows.


🌍 Open Source Contributions

Contributed to enterprise-grade open-source projects across Java, Go, Rust, Python, and PHP ecosystems including:

  • Spring Security
  • Kubernetes SIGs (controller-tools)
  • GitPython
  • Symfony
  • Rust reqwest

Highlights include:

  • fixing repository autodiscovery in linked Git worktrees (GitPython)
  • resolving HTTP request conversion inconsistencies in reqwest while preserving HTTP version and extensions across blocking and async behavior
  • contributing a Symfony Validator fix supporting PHP 8.4 property hooks in property metadata resolution
  • improving schema validation and regression coverage in framework configuration systems
  • adapting framework internals and tests to evolving language features and cross-version compatibility requirements

πŸ”— Profiles

Pinned Loading

  1. realtime-ai-gateway realtime-ai-gateway Public

    Realtime AI gateway prototype with OpenAI-compatible streaming APIs, Redis pub/sub event streaming, BullMQ async processing, SSE token streaming, and production-minded backend architecture patterns.

    TypeScript

  2. quarkus-real-time-offer-service quarkus-real-time-offer-service Public

    Real-time offer evaluation service built with Quarkus, showcasing TDD, clean architecture, and scalable backend design

    Java

  3. inventory-concurrency-demo inventory-concurrency-demo Public

    Inventory Concurrency Demo

    Java

  4. spring-security spring-security Public

    Forked from spring-projects/spring-security

    Spring Security

    Java