twitter.com/gdlazcano_

golang

  • Create your own middleware with Chi

    In this post I'm going to explain how to create your own middleware in Chi, how to get the values from route handlers and other middlewares. And give some context of how the Chi library is used

    Published on Jul 15, 2022 | 2 min read
  • Build a Multistage Golang Docker Image for your HTTP server

    In this post I'm going to explain how to make a multistage golang docker for a http server in order to serve static files

    Published on Jul 12, 2022 | 2 min read