Best of Awesome GoFebruary 2024

  1. 1
    Article
    Avatar of awegoAwesome Go·2y

    Microservices Authentication and Authorization Using API Gateway

    Learn about the challenges of authentication and authorization in a microservices architecture, the benefits of using an API Gateway for access management, and how JSON Web Tokens (JWTs) are used for authentication in microservices.

  2. 2
    Article
    Avatar of awegoAwesome Go·2y

    New HTTP Router in Go 1.22

    Golang 1.22 introduces an enhanced routing pattern, allowing for dynamic route parameters without the need for 3rd party libraries. This makes it easier and more productive to create an HTTP server in Golang.

  3. 3
    Article
    Avatar of awegoAwesome Go·2y

    Refactoring a Request/Response based Go backend into Event-Driven using Pub/Sub

    Learn how to refactor a REST-based Go backend into an event-driven architecture using Pub/Sub with Encore.

  4. 4
    Video
    Avatar of awegoAwesome Go·2y

    Building REST APIs in Go 1.22 - New Features

    Go 1.22 introduces new features to the standard library that make HTTP routing more expressive. This post demonstrates how to build a REST API using these new features, including handling different HTTP methods.

  5. 5
    Article
    Avatar of awegoAwesome Go·2y

    How to Structure a Go Project: Start Simple, Refactor Later

    Learn about the importance of project structure, common pitfalls to avoid, and how to start simple and refactor later in a Go project.

  6. 6
    Article
    Avatar of awegoAwesome Go·2y

    ProgpJS: a fast javascript engine for Go!

    ProgpJS is a fast JavaScript engine written in Go, designed for server applications requiring high speed and stability. It is 2x faster than Node.js and on par with DenoJS and BunJS. This tutorial shows you how to start with ProgpJS, use compiled mode to build a fast HTTP server, and integrate Go code for caching. The benchmarks demonstrate ProgpJS's performance and the ability to mix Go and JavaScript code.

  7. 7
    Article
    Avatar of awegoAwesome Go·2y

    Goravel Alternatives and Reviews (Jul 2023)

    Discover alternatives to Goravel, including modern-go-application, Fiber, WorkOS, and more. Find out what people are saying about Goravel in the reviews and mentions section.