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
Go 26 Jan 202406 Creating Usecases as Data LogicThis time we will continue the project of making this RESTFul API by creating a Usecase function. Previously … 5 mntRead
Go 23 Jan 202405 Creating a Repository as Access DataThis time we will create an Article Repository that needs to communicate to the MySQL database. We have a … 6 mntRead
Go 22 Jan 202404 Implementing Clean Architecture on ProjectAt this stage we will try to implement Clean Architecture, where this concept according to Uncle Bob has 4 … 3 mntRead
Go 21 Jan 202403 Creating a Database on MySQL GolangAt this stage we will try to create a database on MySQL in preparation for creating the table that we will … 2 mntRead
Go 01 Jan 2024Creating a Thumbnail Image Generator Using Pipeline PatternWe also use Generate Image using Golang to make it easier for editors so they don’t need to edit using … 14 mntRead
Go 20 Dec 2023Creating a Web Crawler using GolangWeb Crawlers are often used to retrieve something on a website so that we get the content we need. This is … 6 mntRead
Go 02 Nov 202302 Membuat API Specification menggunakan OpenAPIAt this stage we will try to create all the API Specifications related to the API that we will create so we … 10 mntRead
Go 01 Nov 202301 RESTful Introduction to GolangIntroduction to RESTFul APIQuoted from the amazon website, RESTful API is an interface used by two computer … 4 mntRead
Go 17 Oct 202309 How To Use Streaming EncoderIntroduction to Stream EncodersApart from JSON Decoder, this JSON package can also support Encoder which is … 2 mntRead
Go 16 Oct 202308 How To Use Streaming DecoderIntroduction to Stream DecoderIn the previous article, we studied the JSON package by using conversion of JSON … 3 mntRead
Go 15 Oct 202307 How To Use MapsMap UseWhen we use JSON we sometimes encounter cases of dynamic JSON data, which means that the attributes … 2 mntRead