Tutorial

14 Artikel tersedia

Learn Kubernetes for Beginner

Learn Kubernetes for Beginner

Learning Kubernetes is a very important learning process for those of us who learn cloud infrastructure, both GCP (Google Cloud), AWS (Amazon), and Azure, which are open-source platforms used to carry out management of applications in the form of containerization, as well as providing some automatic configuration in a declarative manner.

Lern RESTFul API Clean Architecture

Lern RESTFul API Clean Architecture

Learn RESTFul API by trying the Clean Architecture method or concept, which is a concept that divides into several components that have independent properties and do not depend on specific external libraries.

Golang Programming

Golang Programming

The Golang programming language (or commonly known as Go) is currently in great demand by programmers, especially those working in the fields of Backend Developer, Software Engineer or those who work as FullStack Developers.

Learn Golang Web Server

Learn Golang Web Server

Learning Web Server is something that must be learned for beginner Software Engineers or Developers to better understand the process by which a web server can run, understanding client and server HTML, especially in the Golang language.

Learn Web HTTP Router

Learn Web HTTP Router

Learning the HTTP Web Router is the most important and basic learning process for Backend Software Engineers because in the world of work usually all communication uses HTTP Web where the communication is in the form of a Web API.

Learn Web JSON

Learn Web JSON

Learning Web JSON is very important so that we can better understand standard communication between APIs.

How to Overcome Handling Errors in Golang

How to Overcome Handling Errors in Golang

Currently, Santekno will discuss error handling in the Golang language. We will learn from easy handling to some very complex implementations.

Learn Concurrent Golang

Learn Concurrent Golang

Learning Concurrent Golang is a very important learning process because this is what developers usually use to streamline the process, simplify the process so that they can process large data faster.

Learn Golang Communication with Database

Learn Golang Communication with Database

Learning Golang communication with Database is a very crucial topic because every project usually requires interaction with a database which is the data source used to process, retrieve and store data.

How to Debug Golang in VSCode

How to Debug Golang in VSCode

Maybe you have seen applications that are live with errors or the application stops in the middle of the process we are running.

VSCode Extension Often Used in Golang

VSCode Extension Often Used in Golang

Visual Studio Code is currently a hit loved by programmers because it is said to be easier to use and lighter when run on a computer.