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
Kubernetes for Beginners 10 Mar 2024Deployement Service to Google Kubernetes Engine Cloud (GKE)This time we will try to deploy our service to the Google Cloud Platform Server. Google Cloud has been … 3 mntRead
Kubernetes for Beginners 09 Mar 2024Implementation Microservices Architecture using KubernetesOn this occasion we will try to create an application that has implemented Microservice Architecture using … 8 mntRead
Kubernetes for Beginners 08 Mar 2024Understanding Kubernetes ServicesKubernetes Service provides communication between components inside or outside the application. These … 3 mntRead
Kubernetes for Beginners 07 Mar 2024Understanding Kubernetes NetworkingNetworking on Kubernetes is very challenging because you need to know how computer networks communicate. … 2 mntRead
Kubernetes for Beginners 06 Mar 2024Understanding Kubernetes DeploymentsWe want to learn how to Kubernetes working in the development process. Kubernetes will gives some tags … 9 mntRead
Kubernetes for Beginners 05 Mar 2024Understanding Kubernetes Replica Controller dan ReplicasetReplica ControllerReplica Controller is a mechanism used to replicate applications and we can handle it when … 5 mntRead
Kubernetes for Beginners 04 Mar 2024Understanding PODs KubernetesWe will try to create a pod using a YAML file on Kubernetes. Kubernetes usually uses YAML files to create … 3 mntRead
Kubernetes for Beginners 03 Mar 2024Introduction YAML SyntaxYAML ConfigurationA YAML file is used to represent the data that want to configure or settings on the … 3 mntRead
Kubernetes for Beginners 02 Mar 2024Understanding Kubernetes ArchitectureEra Deployments In the picture above you can see the current deployment era. 2 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