Quoc-Hung Hoang

Quoc-Hung Hoang @hoangquochung1110

Location:
Ho Chi Minh city, Vietnam
Joined:
Nov 30, 2021

Quoc-Hung Hoang
articles - 15 total

TERRAFORM - ANSIBLE: SỰ PHÂN ĐỊNH TRONG MÔ HÌNH CẤU HÌNH DEVOPS

1. Tổng quan 🛠️ Terraform Terraform là một công cụ Infrastructure as Code (IaC)...

Learn More 0 0May 7

Tái Cấu Trúc Terraform: Chuyển Đổi Từ State Monolithic Sang Kiến Trúc Mô-đun Theo Môi Trường

Trong quá trình phát triển công cụ tự đông hoá truy vấn Google Maps theo địa chỉ dưới dạng văn bản...

Learn More 10 0Apr 20

Zero-Code Authentication: Unleashing AWS Application Load Balancer's Built-in capabilities for simplifying user login

In this guide, I'll walk you through setting up ALB authentication at a high level, demonstrating how...

Learn More 6 3Apr 7

Django 5.2's Smart Shell: Goodbye Manual Model Imports!

One of the most convenient features from django-extensions has finally made its way into Django's...

Learn More 2 0Mar 11

Quick AWS Console Navigation: A Chrome Search Engine Hack The Problem

We've all been there - navigating the AWS Console can be a pain. Your browser does not support...

Learn More 4 4Feb 22

API Gateway Authorization Methods: My quick evaluation

API Gateway Authorization Methods: My quick evaluation Intro I'm developing a...

Learn More 5 0Jan 25

What I Learned from the 'Amazon DynamoDB for Serverless Architectures' Course on AWS Skill Builder

TL;DR DynamoDB is well designed for at Online Transaction Processing (OLTP) workloads...

Learn More 1 0Jan 9

Run additional script when starting a Postgres container

Today, I've just explored a feature when you start a postgres instance on Docker which allows you to...

Learn More 0 0May 23 '23

Commit message with title and body with one-liner git command

When you use git, one of the most frequent used command is git commit -m "my commit message" ...

Learn More 6 0Aug 11 '22

Upgrade django queries with F() expression

TL; DR When you reference to a model field for read/write operations, let's use F()...

Learn More 6 0Jul 30 '22

Do you have readable Git commit history ?

Let's clean up your messy commit history Reuse the most recent commit message...

Learn More 9 0May 6 '22

Database indexing in a nutshell with B+tree and Hash in comparison

People is often said that indexing is a go-to technique to process efficiently queries in case your...

Learn More 6 0Apr 25 '22

How Django meets htmx: A quick tour of modern server side rendering.

htmx The philosophy of htmx is to write less Javascript code, this library gives you...

Learn More 9 0Mar 10 '22

How I take notes efficiently by using Google Sheets

Why taking notes to memorize things you've just read and think it may help in the...

Learn More 9 0Dec 28 '21

Managing State with useState hook with to-do list example

In this post, let's examine how to use useState to manage state in a react component. State is one of...

Learn More 6 2Nov 30 '21