Skip to content
View DeyvidLucas-DEV's full-sized avatar
💭
Learning <3
💭
Learning <3

Organizations

@DevUniversity-UNIPE

Block or report DeyvidLucas-DEV

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

Deyvid Amorim

Full stack engineer in João Pessoa, Brazil. I work on distribution and credit systems at PneuBras, and I am building the technology governance function there.

Now

PneuBras. Microservices behind critical distribution operations across three product lines: Pneubras, Pneucommerce and PNBLub. Java, Spring Boot, Docker, Grafana, CI/CD. I helped structure the credit stack (Supplier and Liber) and the DEPS risk analysis, which together account for roughly 17% of company revenue. The company crossed R$1 billion in annual revenue for the first time in 2025.

Since February 2025 I also handle dev governance: formalising process, writing the technical documentation, and defining how the development team relates to the rest of the business. Right now I am founding a Technology and Innovation vertical, so that engineering sits in the strategy rather than in a ticket queue.

South Vale. My own consultancy. Senior software work for companies that need execution without building a team for it.

Open source

framebudget. Fit a video into a token budget for multimodal LLMs. Models do not watch video, they receive still frames, and the usual approach of grabbing one per second wastes money on repeated screens while missing anything shorter than the interval. This measures what changes and spends the budget there. Cut 47% off the cost of a screen recording with nothing distinct lost. Python, MIT.

Before

Globo, via DBC Company. Embedded engineer on Salesforce at Brazil's largest media company. Migrated 70% of a legacy codebase to a new environment, and built Einstein Bot workflows that raised retention inside the bot by 75%.

Wisdom Imóveis. Data visualisation for real estate buyers and investors: market speculation, asset appreciation, fixed income comparison, and a discovery dashboard that pulled every listing in the city into one place. Sales rose 23%.

DBC Company. Started as a Java intern building REST APIs over Oracle, MongoDB, Kafka and PostgreSQL, then moved into the Salesforce engineering track.

Stack

Java and Spring Boot day to day. Node and TypeScript, Python, Salesforce and Apex, PostgreSQL and MongoDB, Kafka, Docker, AWS, Jenkins.

Elsewhere

LinkedIn

deyvidlucas_026@outlook.com

Popular repositories Loading

  1. framebudget framebudget Public

    Fit a video into a token budget for multimodal LLMs. Picks the frames that carry the most information instead of sampling on a timer.

    Python 2

  2. DeyvidLucas-DEV DeyvidLucas-DEV Public

  3. tcc-idor tcc-idor Public

    Audits API endpoints for broken access control (IDOR and BOLA) in AI-generated code. Semgrep for the syntactic layer, plus an LLM grounded in OWASP and CWE through RAG, because static analysis alon…

    Python