All Posts

How To Do Pagination in Postgres with Golang in 4 Common Ways

How To Do Pagination in Postgres with Golang in 4 Common Ways

A few examples of pagination on Postgres, with Benchmark, written on Golang

Utilize Open API 3 for the Faster Software Development Process

Utilize Open API 3 for the Faster Software Development Process

How I can make a Mock Server, APIClient SDK, and a Live API Documentations with ease in Kubernetes Just using open-source tools that you can get free

Today I Learned: Pass By Reference on Interface Parameter in Golang

Today I Learned: Pass By Reference on Interface Parameter in Golang

A simple diary about a simple thing that I learned about Pass By Reference in Golang

Integration Test With Database in Golang

Integration Test With Database in Golang

Making a test suite in Go projects with a real live database/service

Today I Learned - Fix: go get private repository return error terminal prompts disabled

Today I Learned - Fix: go get private repository return error terminal prompts disabled

Fixing fatal: could not read Username for 'https://githost[.]something': terminal prompts disabled

Today I Learned: Making a Simple Interactive Shell Application in Golang