Open in app
Home
Notifications
Lists
Stories

Write
Amiruddin Saddam
Amiruddin Saddam

Home

Published in Learning About Golang

·Feb 5

[Golang] How To Use Message Broker In Golang

In programming, sending messages from one application to another is an important thing that needs to be considered. What is meant by the message here can contain many things including an order to do something or an email or notification, and so on. To send messages we need an intermediary. …

Golang

5 min read

[Golang] How To Use Message Broker In Golang
[Golang] How To Use Message Broker In Golang

Published in Learning About Golang

·Sep 11, 2021

[Golang] How to Record System Activity with Log on Go.

A good system is a system that when a problem occurs, it can be identified and resolved quickly so that the system can be used properly again. To be able to identify problems quickly we can make a note that can record all activities or processes carried out by the…

Golang

4 min read

[Golang] How to Record System Activity with Log on Go.
[Golang] How to Record System Activity with Log on Go.

Published in Learning About Golang

·May 10, 2021

[Golang] How to Build Rest API Using Golang and Mongo DB With the Concept of Clean Architecture

As we all know, neat and good architecture is important for a system. because if the system architecture is not good, it will have a bad impact in the future. Likewise with the Rest API, the better the architecture that is built, it will make it easier for developers to…

Golang

4 min read

[Golang] How to Build Rest API Using Golang and Mongo DB With the Concept of Clean Architecture
[Golang] How to Build Rest API Using Golang and Mongo DB With the Concept of Clean Architecture

Published in Learning About Golang

·Feb 6, 2021

[Golang] API Documentation Using Gin And Swaggo

In creating an API / Web Service, a developer needs to make clear documentation about the service being made. This will make it easier for clients who will consume our web service have no difficulty using it. There are actually many ways to document a web service. …

Golang

3 min read

[Golang] API Documentation Using Gin And Swaggo
[Golang] API Documentation Using Gin And Swaggo

Published in Learning About Golang

·Jan 16, 2021

[Golang] String Manipulation

When creating a program or an API, we will not be separated from data type manipulation. one of the most frequently used data types is strings.String data type is a data type that contains text or characters. In the go programming language, a package has been provided to make it…

Backend Development

4 min read

[Golang] String Manipulation
[Golang] String Manipulation

Published in Learning About Golang

·Oct 3, 2020

[Golang] Get To Know More About Struct On Golang

Struct is a collection of variables or functions that have various data types. in the go programming language, we can create new variables using structs. the use of structs is usually done to make it easier to call data. Writing a struct begins with a type then continues with the…

Backend Development

3 min read

[Golang] Get To Know More About Struct On Golang
[Golang] Get To Know More About Struct On Golang

Published in Learning About Golang

·Sep 20, 2020

Array, Slice, and Map: When can I use these on the Golang ?

Just like any other programming language, in the Go programming language, there are several types of data that can be used. One of the data types commonly used is the array data type. Besides the array data type, there are several data types that are almost similar to or related…

Golang

4 min read

Array, Slice, and Map: When can I use these on the Golang ?
Array, Slice, and Map: When can I use these on the Golang ?

Published in Learning About Golang

·Sep 13, 2020

What Do I Need To Learn To Become a Backend Developer ?

Backend developer is an IT developer whose job is to make logic in a system so that it can function properly. In addition to making logic, a backend developer is also responsible for creating and managing data storage and optimizing system performance to make it comfortable for users to use. …

Back End Developer

3 min read

What Do I Need To Learn To Become a Backend Developer ?
What Do I Need To Learn To Become a Backend Developer ?

Published in Learning About Golang

·Sep 5, 2020

[Golang] How To Loop Data Using Golang

Looping in programming languages ​​is the process of repeating the execution of a block of code until the desired conditions are met. If the desired conditions are not met, the looping process will be terminated using a break statement, etc. In the GO programming language, the looping process uses a…

Golang

3 min read

[Golang] How To Loop Data Using Golang
[Golang] How To Loop Data Using Golang

Published in Learning About Golang

·Aug 17, 2020

[Golang] Selection Of Conditions On Golang

Selection Condition is a condition needed to determine the program flow you want to use. this condition is needed in a system to control the running of the program. It is the same as the traffic lights on the road. …

Golang

3 min read

[Golang] Selection Of Conditions On Golang
[Golang] Selection Of Conditions On Golang
Amiruddin Saddam

Amiruddin Saddam

Backend Engineer at Jamtangan.com And will always learn something new.

Following
  • Netflix Technology Blog

    Netflix Technology Blog

  • Fadhillah

    Fadhillah

  • Krakin't

    Krakin't

  • Ali El Sayed Salem

    Ali El Sayed Salem

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable