How to build a GraphQL API with Go and Postgres using glqgen and gorm. ยท Introduction to what we are building Prerequisite What is graphql Setup the...
I don't even know how to start this but yeah month by month I guess. January I turned 17, Got my first pay in tech for a contract job I have been...
On The 14th of May, A friend asked me if I was free for a full-time role I was not doing anything and I was still looking for a full-time role. so...
What we will be building: In this article, we will build a basic CRUD app that stores books on the PostgreSQL database. Prerequisite: golang...
Well, This is a summary of how I spent my 2020. it might not be as impressive as you think it would be, but worth writing about. First, I will like to...
*what are arrays in Go? An array is a data structure that contains a group of elements, these elements are all of the same data type, such as an...