Dante Chun

List of articles.

How to Use AI Agents as 'Digital Team Members'

According to Microsoft's 2026 AI trends, AI agents will function as team members within organizations. Here's how solo developers and startups can leverage AI.

Strong Dollar and the Risk Asset Dilemma

The dollar is strengthening amid geopolitical risks. We analyze the impact of a strong dollar on Bitcoin, stocks, and other risk assets, and propose asset allocation strategies for 2026.

Korean Semiconductor Stocks Outlook for 2026

SK Hynix's HBM dominance, KOSPI 5000 expectations, and the AI semiconductor supercycle. We analyze the investment outlook for Korean semiconductor stocks in 2026.

The End of Bitcoin's 4-Year Cycle Theory?

The Bitcoin 4-year bull cycle based on halving events may no longer be valid. We analyze the market structure changes brought by institutional investment inflows and ETF approvals.

Prisma vs Raw SQL: When to Use What

A practical comparison of ORM and direct SQL queries. Sharing the pros and cons of each and selection criteria for different situations.

Introduction to TypeScript’s "satisfies" Operator

The satisfies operator, introduced in TypeScript 4.9, plays a crucial role in enhancing type checks and improving code stability. This operator is used to check whether a specific object or value meets the requirements of a designated type. In this post, we will explore the functionality and usage of the satisfies operator, as well as its differences from the as keyword.

Instantly Display Streamed JSON Data from ChatGPT

Recently, while working with the ChatGPT API and processing JSON data received as a stream, I got an idea for a new module. This module allows you to parse and display incomplete JSON data quickly, greatly enhancing the user experience. In this blog post, we'll dive into the usage and benefits of this module.