Recent Posts

REST API with Go, Chi, SQL Server and sqlx

8 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a Microsoft S...

REST API with Go, Chi, MySQL and sqlx

7 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a MySQL datab...

REST API with Go, Chi, Postgres and sqlx

7 minute read

This is a continuation of an earlier post REST API with Go, Chi and InMemory Store. In this tutorial I will extend the service to store data in a Postgres da...

REST API with Go, Chi and InMemory Store

15 minute read

What is REST API? An API, or application programming interface, is a set of rules that define how applications or devices can connect to and communicate with...

Integration Testing Postgres Store

10 minute read

This is a continuation of an earlier post REST API with ASP.NET Core 7 and Postgres. In this tutorial I will extend the sample to add integration tests to ve...