Skip to content
View lucasSlv's full-sized avatar
💻
coding
💻
coding

Highlights

  • Pro

Block or report lucasSlv

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 supported. This note will be visible to only you.
Report abuse

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

Report abuse
lucasSlv/README.md
import Developer from "lucasSlv";

class AboutMe extends Developer {
  name = "Lucas Silva";
  role = "Backend Software Engineer";
  location = "Sergipe, Brazil";

  summary = `
  Backend-focused engineer with strong experience in designing scalable,
  testable and event-driven systems. I work daily with distributed
  architectures, clean code, and domain-oriented solutions, always
  prioritizing maintainability, observability and business clarity.
  `;

  interests = [
    "Software Architecture",
    "Domain-Driven Design (DDD)",
    "Event-Driven Architecture",
    "Distributed Systems",
    "Test-Driven Development (TDD)",
    "Clean Code & SOLID",
    "Observability & Monitoring",
    "Technical Leadership & Mentorship"
  ];
}

class Skills extends Developer {
  languages = [
    "TypeScript",
    "JavaScript"
  ];

  backend = [
    "Node.js",
    "Express",
    "REST APIs",
    "Message-driven services"
  ];

  messaging = [
    "Kafka",
    "Async consumers & producers",
    "Event-based workflows"
  ];

  databases = [
    "MongoDB",
    "Mongoose",
    "Transactions & Indexing strategies"
  ];

  testing = [
    "Jest",
    "Unit Tests",
    "Integration Tests",
    "Testcontainers"
  ];

  architecture = [
    "Clean Architecture",
    "DDD",
    "Separation of Concerns",
    "Service & Repository patterns"
  ];

  cloudAndInfra = [
    "AWS",
    "Docker",
    "CI/CD pipelines"
  ];

  frontend = [
    "React",
    "Styled Components",
    "Vite"
  ];

  observability = [
    "Logs",
    "Metrics",
    "Grafana (monitoring & dashboards)"
  ];
}

Popular repositories Loading

  1. estudos-javascript estudos-javascript Public

    Exercícios do curso de Desenvolvimento Web, chamado Estartando Devs, realizados pela minha pessoa.

    JavaScript

  2. lucasSlv lucasSlv Public

  3. tic-tac-toe tic-tac-toe Public

    Forked from alanaraujop/tic-tac-toe

    Jogo da velha (JavaScript)

    JavaScript

  4. npx-card npx-card Public

    cartão de visitas DEV

    JavaScript

  5. exercises-sync-async-carnival-dates exercises-sync-async-carnival-dates Public

    Forked from estartandodevs-course/exercises-sync-async-carnival-dates

    JavaScript

  6. exercises-sync-async-cep exercises-sync-async-cep Public

    Forked from estartandodevs-course/exercises-sync-async-cep

    JavaScript