Go 01 Apr 202411 Add Unit Tests Using MockeryAt this stage we will need the following dependencies bash Copy 1brew install mockery 34 mntRead
Go 30 Mar 202410 Adding Simple AuthenticationAt this stage we will try to add simple Authentication by using middleware in Golang. You need to know that … 5 mntRead
Go 29 Jan 202409 Configuring HTTP Router, HTTP Server and Database ConnectionAt this stage we will create the main function of the project that we have created. In the main function we … 4 mntRead
Go 28 Jan 202408 Adding a Request Validator Using Golang PlaygroundAt this stage we will add validation for each request sent to the API Application on our Services for example … 2 mntRead
Go 27 Jan 202407 Creating a Handler as a Data Delivery LayerAt this stage we will continue the project that we have created by creating a Delivery Layer. This layer as … 6 mntRead