Menu
  • Home
  • About Me
  • Blog
  • Github
  • LinkedIn

Category: Golang

Building Containerized Microservices in Golang Chapter 2 – Web Development

May 12, 2022

Let’s create simple webserver that you can view in your browser using net/http This function is going to take the request and give responses as well: The request handler alone can not accept any HTTP connections from the outside. To listen for HTTP Connections, following code will start Go’s default HTTP server and listen for…

Read More

Building Containerized Microservices in Golang Chapter 1 – Go Basic (Installation and basic command)

May 11, 2022May 11, 2022

I’m going to create a Go web application, containerize through Docker multistage builds, deploy to K8s using Helm concepts that I’ll use: Installing GoLang Installing Go VS Code Extension Go basics: Modules & Packages: GOPATH, GOBIN, go.mod, go.sum Local vs Remote Packages Variables & Constants Functions Maps Packages Cross Complication: GOOS, GOARCH Sample Go Web…

Read More

What is Go?

May 10, 2022

Go is an open source programming language developed by Google. It is a statically-typed language that means you need to declare variable data type before you use them. Go is also compiled rather than interpreted, so it runs faster and offer better performance than interpreted language programs. As a compiled language, Go is expressed in…

Read More
Recent Posts
  • ChinguTalkBot v0.1.0: Setting up AWS Cognito with CDK for User Authentication
  • Phoenix & Elixir: Fix PostgreSQL connection refused
  • Demo: Git Log with Shell script to create a release notes
  • Metasploit
  • CyberSecurity Lab – Online Password Attack

Archives
  • March 2024
  • May 2023
  • April 2023
  • February 2023
  • December 2022
  • November 2022
  • October 2022
  • September 2022
  • August 2022
  • July 2022
  • June 2022
  • May 2022
  • April 2022
  • March 2022
  • February 2022
  • January 2022
Categories
  • Amazon Interview (3)
  • Ansible (3)
  • AWS (9)
  • Azure (9)
  • Certification (2)
  • ChinguTalkBot Project (1)
  • cybersecurity (3)
  • Data analytics (6)
  • Demo Videos (6)
  • Docker (5)
  • Git (1)
  • GitLab (1)
  • Golang (3)
  • JavaScript (2)
  • Jenkins (4)
  • PowerShell (1)
  • Python (10)
  • Terraform (11)
  • Uncategorized (9)

©2025 | Powered by WordPress and Superb Themes!