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 · 🗣· 🎙· 🎥

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.

February 11, 2021 · Meetup GDG Cloud London · Online · 🗣· 🎙· 🎥

Display de dados do Youtube com ESP32 e MicroPython - Diário Maker Dev

Passo a passo de como foi desenvolvido o projeto que mostra estatísticas de um canal do Youtube, feio com ESP32, MicroPython e a API do Youtube. 🐍 Repositório no Github com mais detalhes https://github.com/alvarowolfx/esp32-youtube-display ⭐️ Links relacionados ao MicroPython MicroPython: https://micropython.org/ ESPTool : https://github.com/espressif/esptool AMPy : https://github.com/pycampers/ampy Jupyter Notebook e tutorial que segui : https://towardsdatascience.com/micropython-on-esp-using-jupyter-6f366ff5ed9 Kernel MicroPython : https://github.com/goatchurchprime/jupyter_micropython_kernel.git Biblioteca para display : https://github.com/adafruit/micropython-adafruit-rgb-display 📹 Documentação de API do Youtube Documentação: https://developers.google.com/youtube/v3/docs/ Console de Desenvolvedor : https://console.developers.google.com/

April 24, 2019 · 🎥

Contador de Likes no Facebook com ESP8266

O projeto consiste de um módulo WiFi baseado no ESP8266 e um display de 7 segmentos para mostrar a contagem em tempo real dos seguidores. Para buscar a contagem, utilizamos a Graph API do Facebook para consultar os dados via HTTPS e usando o formato JSON. Siga o meu perfil e blog no Medium e também no Twitter: https://medium.com/iot-bootcamp https://medium.com/@alvaroviebrantz https://twitter.com/alvaroviebrantz ⭐ Link do Post: https://medium.com/iot-bootcamp/contador-de-likes-no-facebook-com-esp8266-9cf930b1595 ⭐ Projeto no Github: https://github.com/alvarowolfx/facebook-followers-counter-esp8266 ⭐ Projeto original de seguidos no youtube: http://www.instructables.com/id/YouTube-Subscriber-Counter-With-ESP8266/

April 15, 2017 · 🎥