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

Blog

Terraform Modules

July 6, 2022July 6, 2022

A terraform file can get very large very quickly as you add more and more resource blocks. Custom modules are a great way of organizing your terraform code into logical pieces. You might have one module that handles the VPC set up, and another for EC2 instances. In this post, I will look at how…

Read More

Oriented-Object-Programming with Example Code

June 28, 2022March 28, 2024

Oriented Object Programming combines a group of related variables and functions into unit which is called an object. We refer to these variables as properties and the functions as methods. Let’s say we create a class robot, we need to represent each different robots or entities. That’s where classes and objects come in. In python,…

Read More

JavaScript Mini Project – Vocabulary Quiz

June 22, 2022June 22, 2022

I developed vocabulary quiz app in JavaScript including creating technical requirements, implementing logic and functionality, and styling the app. App Development Plan showing one question on the screen enable user input and answering logic improve the structure of the app extend app to handle multiple questions add score and user feedback to the app add…

Read More

Building Containerized Microservices in Golang Chapter 3 – Docker

May 15, 2022

I’m going to create two types of docker files. One for the local testing, and one for the production. Before creating the docker file, I want to create the docker ignore file because geometry and static folders are not used. Create dockerfile build and run The problem of this image has 974MB which is way…

Read More

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

How to create WordPress with Amazon Lightsail

April 22, 2022June 23, 2022
Read More

AWS Fullstack Application Deployment

April 14, 2022April 14, 2022

Sorry! I’m currently busy at the moment. I’m working on creating demo. Instead, I want to show my github repository to show my code. https://github.com/sikgyu/ansible_aws

Read More

My Best Work Experience – Republic of Korea Army

April 12, 2022April 16, 2022

While studying Amazon Leadership Principle, it reminds me of when I enlisted in the army. I was assigned a squad leader in training school. However, the team wasn’t motivated and disgruntled at all. Because in South Korea, all men between 18 and 28 years old are required to serve 2 years of military service. People…

Read More
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next
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!