Minha jornada na Ciência da Computação: Do diploma ao Google

August 7, 2025 · SEMAC (Semana das Engenharias da Automação e Computação) e SECOMP (Semana da Computação) 2025 · IC UFMT, Cuiabá · 🗣· 🎙

Construindo projetos com GenAI

June 27, 2025 · Estuda Talks - Estuda.com · Online · 🗣· 🎙

Minha jornada na Ciência da Computação: Do diploma ao Google

August 19, 2024 · Semana Acadêmica IC UFMT 2024 · IC UFMT, Cuiabá · 🗣· 🎙

Minha jornada na Ciência da Computação: Do diploma ao Google

July 5, 2023 · Semana Acadêmica IC UFMT 2023 · IC UFMT, Cuiabá · 🗣· 🎙· 🎥

Palestra sobre Carreira Dev

June 15, 2023 · I Congresso de Análise e Desenvolvimento de Sistemas - FASIPE CPA · Cuiabá - MT · 🗣· 🎙

Como melhorei a performance de consulta no Bigquery em 50x: uma história sobre protocolos e formatos de dados

April 1, 2023 · Meetup DevMT · Cuiabá, MT · 🗣· 🎙

Palestra sobre Carreira Dev

August 19, 2022 · IV Seminário de Engenharia da Computação · IFMT · 🗣· 🎙

End-to-end IoT Development with Zephyr

Developing IoT with Zephyr is a journey from hardware all the way to application. It involves multiple teams and expertise, from hardware to cloud and application development. This talk will cover the options for getting a Zephyr app connected (WiFi, Ethernet, Cellular), selecting the right data encoding (JSON/CBOR), securing the data transfer (DTLS/TLS), and choosing a protocol (HTTP/MQTT/COAP). But that’s not the end of the story, the cloud needs to manage devices allowed to connect, consume the data being received, open up options for using that data, and be aware of the continued state of the hardware. And once you have the data you need to build a user-facing application on top of it. Understanding this lifecycle will help us as developers to make good choices on what Zephyr provides, helping ensure successful IoT projects.

June 8, 2022 · Zephyr Developer Summit 2022 · Computer History Museam - Mountain View, CA · 🗣· 🎙· 🎥

Building REST APIs using gRPC and Go

Developing APIs over a RESTful interface with JSON payloads is kind of the de-facto standard nowadays, but it still lacks an easy way to build it with a well-defined interface and document it to be used by others. What if we can leverage gRPC’s fast, type-safe, and modern way of building APIs and still be able to provide an interface over REST/JSON ? Check this talk to find out how.

March 25, 2022 · Turing Upskilling #29 - REST APIs com gRPC e Go · Online · 🗣· 🎙

Construindo aplicações Cloud Native em Go

Muitas vezes quando desenvolvemos aplicações de escaláveis hoje em dia, acabamos atrelando parte deles a uma nuvem especifica. Porém isso traz problemas para como vendor lock-in, dificuldade de rodar em ambiente local, falta de portabilidade e entre outros problemas. E existem serviços em comum que são acessados em nuvem como Banco de Dados, Filas de Mensageria, Armazenamento de arquivo, logs, tracing e que poderiam ser abstraídos e preferencialmente intercambiáveis entre nuvens. Nessa palestra quero mostrar como desenvolver apps mais portáveis e ainda assim mantendo as vantagem de se rodar em nuvem.

November 7, 2021 · Devfest Brasil 2021 · Online · 🗣· 🎙· 🎥