How To use GraphQL with Go
How to build a GraphQL API with Go and Postgres using glqgen and gorm.

Search for a command to run...
How to build a GraphQL API with Go and Postgres using glqgen and gorm.

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 doing since November 2020 and I got another contract with the same place ( Kyshi ), I was able to get a ...
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 yeah he told me to contact someone and so I did, the person told me the pay is 200 - 250 and I will be ...
What we will be building: In this article, we will build a basic CRUD app that stores books on the PostgreSQL database. Prerequisite: golang installed on your system Basic knowledge of Golang How to use Postman for calling APIs Setup the project...

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 point out the significant events that happened this year January - I turned 16. March - I saw the...
*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 integer, string or boolean. In GO the length of an array can't be modified , by this i mean it can't grow...

What are IF and else statement in GO** They are called conditional statement..imagine you want a block of code to run on a certain condition like if ada is 2 years something should happen otherwise something else should happen .Without much talk let ...

Throughout this article I will be using vscode as my code editor ..You can use any code editor of your choice the main objective to make you familiar with how to declare golang variables first create your a go file called main.go and import package...
