WG's Blog

Thoughts and Ideas

Setting up Alembic for SQLAlchemy

Alembic is really useful when you need to manage, version, and migrate your database schema within SQLAlchemy projects. In this post, I want to share

How to Wait for emit to Finish in Angular

In Angular, we use `EventEmitter` to communicate between components. For example, we have a simple login form component: ```tsx // login.component.t...

Handling the BOM (<U+FEFF>) in CSV

Recently, one of my colleagues encountered an issue while trying to parse a CSV into a JSON response. They noticed that there was an invisible charact...

Setting up MySQL on AL2023

Follow this quick guide to set up MySQL 8 on AL2023 without any hassle. ## Installation ```bash $ curl -sSLO https://dev.mysql.com/get/mysql80-commu...

The Three Types of Jobs

Generally, jobs can be categorized into three types. The first type consists of jobs that you excel at, the second includes jobs that you love, and t...