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

Category: Uncategorized

Phoenix & Elixir: Fix PostgreSQL connection refused

May 30, 2023

connection refused – :econnrefused PostgreSQL service status First parameter to cross-check during a psql connection refused error is the status of the PostgreSQL service. We can confirm this by cross-checking if a Postgres process in running in the server. In a Linux like environment, we can use If the service is not running in the…

Read More

Tier0 – Common Bootstrap

November 22, 2022November 22, 2022

Table of Contents 1Overview 2Deploy DFPC Tier0 Common Bootstrap 2.1Storage Accounts 2.1.1network_rules 2.2Keyvault 2.3Backup Policies 3Network 3.1Subnets 3.2User Defined Route(Azure route table) 3.3Traffic analytics 3.4VNet Peering 3.5Providers Overview The purpose of this effort is to have efficient documentation about Bootstrap Tier consisting of all necessary pre-requisites. By consuming Tier0 of DFPC module we can create…

Read More

How to Set Up Pre-commit

September 13, 2022September 13, 2022

pre-commit hooks are a mechanism of the version control system git. They let you execute code right before the commit. I highly recommend using WSL/WSL2 with Ubuntu and following the Ubuntu installation guide. Install dependencies You need to install terraform-docs and TFLint dependencies to execute our pre-commit successfully. Click the link to follow the instruction….

Read More

Terraform Certification – Input Variables and Outputs

July 13, 2022July 13, 2022

Variables and Outputs Terraform can accept values as input, transform values inside a configuration, and return values as output. There’re three different concepts to consider when working with data in a Terraform Input variables (variables) : used to pass information to a Terraform configuration Local values (locals) : computed values inside the configuration that can…

Read More

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

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

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

Install MySQL 8 in Windows 10 and Linux 18 VM

March 15, 2022
Read More

Measuring Reward and Risk of an Investment

February 7, 2022

Let’s load the msft.csv dataframe and make it chart: we can get some summary statistics by using this commnad: Mean return is the performance metric for the reward so we have daily mean return of 11 percent. The standard deviation of returns is the metric for the risk (volatility) which is 1.72 Calculate daily returns…

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!