Skip to content
View LucasGabrielBecker's full-sized avatar

Block or report LucasGabrielBecker

Report abuse

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

Report abuse
LucasGabrielBecker/README.md

Lucas Becker 👨‍💻

Linkedin Badge

Hi, I'm Lucas

I'm a Full Stack Developer interested in building business-oriented systems with clear domain models, explicit workflows and long-term maintainability.

I'm especially interested in:

  • Domain-Driven Design
  • Event Sourcing
  • Event Modeling
  • CQRS
  • Event-driven architecture
  • Software Architecture

I like modeling software from the business flow first:

  • commands that express user intent
  • events that describe what happened
  • policies that connect business rules
  • read models optimized for real use cases
  • systems that keep history, auditability and behavior visible

I'm currently working at MatrixCargo as a Full Stack Developer.

What I'm exploring

I'm studying how to design systems where the domain language drives the architecture. My current focus is on Event Sourcing, Event Modeling and CQRS as tools to make complex business processes easier to understand, evolve and operate.


Lucas Becker GitHub stats


react html5 javascript typescript mongodb mysql postgresql nodejs redis graphQL docker svelte AWS Web Services

Pinned Loading

  1. autocomplete-trie-implementation autocomplete-trie-implementation Public

    A simple react app with an autocomplete implemented using the Trie data estrutucture.

    JavaScript

  2. es_vehicle_tracking es_vehicle_tracking Public

    TypeScript

  3. personal-aws-billing-alarm personal-aws-billing-alarm Public

    My personal aws billing alarm, configurable

    HCL

  4. lamport_logical-clock lamport_logical-clock Public

    Go implementation of Lamport timestamps for distributed systems event ordering. Features thread-safe logical clock with HTTP API for testing and learning fundamental distributed systems concepts.

    Go