Skip to content
View LucasGabrielBecker's full-sized avatar

Block or report LucasGabrielBecker

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

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


reacthtml5javascripttypescriptmongodbmysqlpostgresqlnodejsredisgraphQLdockersvelteAWS Web Services

Pinned Loading

  1. autocomplete-trie-implementationautocomplete-trie-implementationPublic

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

    JavaScript

  2. es_vehicle_trackinges_vehicle_trackingPublic

    TypeScript

  3. personal-aws-billing-alarmpersonal-aws-billing-alarmPublic

    My personal aws billing alarm, configurable

    HCL

  4. lamport_logical-clocklamport_logical-clockPublic

    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