Building a Microservices Cloud Backend using Go and PostgreSQL
😬 Building microservices applications can be a pain. Normally you need to deal with a lot of boilerplate, and it can be hard to ensure end-to-end type-safety.
💡 This guide shows you how to deploy a...
Building a Microservices Cloud Backend using Go and PostgreSQL
Marcus Kohlberg for Encore ・ Dec 6
Why Go?
First contact
It's been about 8 years since I started playing with Go. At that moment I met a colleague who had left my workplace to try his luck at a new challenge in his professional career. One...
Building a Type-Safe Go Backend for a React Web App
In this short guide we'll create and deploy a Go backend for a web app with a React frontend. We'll be using Encore to build a production-ready Go backend, that can be deployed to the cloud without...
Building a Type-Safe Go Backend for a React Web App
Marcus Kohlberg for Encore ・ Dec 10
Secure password hashing in Go
User credentials are the information required to authenticate a user's identity and grant them access to a system or application. Typically, this includes a username or email address and a password....
How To Build a Web Application with HTMX and Go
This UI and backend are implemented with only 150 lines of code, including the HTML!
The full example code for this tutorial is available in the babyapi GitHub repository if you're eager to get into...
Top comments (2)
Shoutout to all the awesome authors featured this week : @marcuskohlberg , @charly3pins , @marcuskohlberg , @snyk_sec , and @calvinmclean 🙌.
Thanks!