03 Creating a Database on MySQL Golang
At this stage we will try to create a database on MySQL in preparation for creating the table that we will …
421 All Posts
Berbagi Seputar Android, Gadget, Hardware, Linux, Software, Networking, Programming, Sains Teknologi
At this stage we will try to create a database on MySQL in preparation for creating the table that we will …
We also use Generate Image using Golang to make it easier for editors so they don’t need to edit using …
Web Crawlers are often used to retrieve something on a website so that we get the content we need. This is …
At this stage we will try to create all the API Specifications related to the API that we will create so we …
Introduction to RESTFul APIQuoted from the amazon website, RESTful API is an interface used by two computer …
Introduction to Stream EncodersApart from JSON Decoder, this JSON package can also support Encoder which is …
Introduction to Stream DecoderIn the previous article, we studied the JSON package by using conversion of JSON …
Map UseWhen we use JSON we sometimes encounter cases of dynamic JSON data, which means that the attributes …
Introduction to JSON TagsBy default, if we create a struct and marshal it, it will be mapped according to the …
Introduction to JSON ArraysApart from JSON in Object form, usually in JSON we can also use the Array data …
Introduction to JSON DecodingIn the previous article we learned to encode JSON and how to create a JSON …
Introduction to JSON ObjectsIn the previous article we studied encoding data such as string, number, boolean …
Introduction to JSON EncodingThe Golang language already provides functions for JSON data conversion needs, …
Introduction to JSONJSON stands for JavaScript Object Notation which is a data format structure that looks …
Understanding MiddlewareHttpRouter is a library for creating an http router, it doesn’t have any other …