Topic

go

9 articles

Cover for Perform CRUD Operations on Kubernetes Using Golang
gokubernetesApr 17, 2024

Perform CRUD Operations on Kubernetes Using Golang

A step-by-step guide on performing basic CRUD operations on a Kubernetes resource, using Go as the programming language.

Kunal VermaKunal Verma · 17 min
Read →
Cover for Reducing Image Size using Multi-stage builds for a Go application
dockergoFeb 5, 2024

Reducing Image Size using Multi-stage builds for a Go application

multi-stage docker builds

Krish GuptaKrish Gupta · 5 min
Read →
Cover for About my PDF-Editor Project
dockerawsSep 1, 2022

About my PDF-Editor Project

It all started with me thinking about a PDF platform that people can use instead of using licensed software. Came up with an idea of web-based which can…

Dipankar DasDipankar Das · 6 min
Read →
Cover for Let's Simplify Golang : Part 3
godevopsAug 5, 2022

Let's Simplify Golang : Part 3

This blog is part of the Golang series. Part1 Part2. Check them out if you haven't already. - A Function is a mapping between zero or more parameters for…

Barkatul MujauddinBarkatul Mujauddin · 18 min
Read →
Cover for DIY: How To Build A Kubernetes Policy Engine
godevelopmentJul 28, 2022

DIY: How To Build A Kubernetes Policy Engine

As usual, here is the link to the code! %[https://github.com/dirien/kubernetes-diy-policy-engine] In this blog post, we want to use one of the biggest…

Engin DiriEngin Diri · 14 min
Read →
Cover for Let's Simplify Golang : Part 2
godevopsJun 20, 2022

Let's Simplify Golang : Part 2

This blog is the second part of the Let's Simplify Golang Series. In the first part (Let's Simplify Golang: Part 1), we learned about all the basic…

Barkatul MujauddinBarkatul Mujauddin · 20 min
Read →
Cover for Let's Simplify Golang : Part 1
codegoMay 27, 2022

Let's Simplify Golang : Part 1

Golang is one of the most desired languages to learn, and it's also one of the most popular programming languages.

Barkatul MujauddinBarkatul Mujauddin · 27 min
Read →
Cover for Getting started with ko: A fast container image builder for your Go applications
dockergoMay 20, 2022

Getting started with ko: A fast container image builder for your Go applications

With the rise of containerization, it becomes essential to deploy applications as containers and manages them through orchestration systems at scale. If…

Batuhan ApaydınBatuhan Apaydın · 11 min
Read →
Cover for Demystifying API Response in Go
programming-blogsgoApr 26, 2022

Demystifying API Response in Go

How to handle API response as text, HTML or JSON using GoLang.

Saiyam PathakSaiyam Pathak · 5 min
Read →