2020-06-10
3189
#go
Alexander Nnakwue
19967
Jun 10, 2020 â‹… 11 min read

Building an Express-style API in Go with Fiber

Alexander Nnakwue Software engineer. React, Node.js, Python, and other developer tools and libraries.

Recent posts:

Next.js View Transitions API

User expectations for web applications have evolved. Users expect seamless and smooth experiences when navigating between pages; they want the […]

Oyinkansola Awosan
Aug 30, 2024 â‹… 5 min read
Svelte Adoption Guide: Overview, Examples, And Alternatives

Svelte adoption guide: Overview, examples, and alternatives

Let’s discuss Svelte’s history and key features, why you might choose it for your next project, and what sets it apart from other frameworks.

Rob O'Leary
Aug 29, 2024 â‹… 19 min read
Advanced Monorepo Management With Turborepo 2.0

Advanced monorepo management with Turborepo 2.0

The latest release of the monorepo tool Turborepo includes a new terminal UI, Watch Mode, and completely new docs.

Gapur Kassym
Aug 29, 2024 â‹… 4 min read

How to implement Coolify, the self-hosted alternative to Heroku

If you’ve been active on Twitter or Reddit lately, you’ve likely seen discussions surrounding Vercel’s pricing model, which has turned […]

David Omotayo
Aug 28, 2024 â‹… 15 min read
View all posts

5 Replies to "Building an Express-style API in Go with Fiber"

    1. you can use air, which hot compiles and reloads. go is so fast to compile it is a viable option.

  1. Hopefully not many people will take this as good practice: aka a global pointer to a db connection that’s going to be directly shared (and potentially changed) across goroutines.

Leave a Reply