//Teacher × Coder × Blogger

Strong Kangaroo

At the boundary of technology and education, recording every moment of daily life with code.

classTeacher{
subject: [ "지구과학", "정보·컴퓨터"]
skills: ["Python", "JavaScript", "Arduino"... ]
passion: "실험하고 기록하기"
}
29
Posts
15
Categories
2021
Since
Adding Multilingual Support to a Blog (NextJS, next-intl, Vercel AI SDK)
Node.js

Adding Multilingual Support to a Blog (NextJS, next-intl, Vercel AI SDK)

Recently I started thinking that my blog needed multilingual support.So I decided to implement a multilingual service using next-intl.1. i18nFirst, th...

힘센캥거루
2025년 11월 25일
Setting Up Multilingual Support in Next.js
Node.js

Setting Up Multilingual Support in Next.js

In thinking about how to increase traffic to my blog, I decided to try setting up multilingual support. I explored various methods, but the first step is routing differently based on language. I decided to try using next-intl. 1. Installation yarn add next-intl 2. Configuration...

힘센캥거루
2025년 10월 18일
Adding a PostgreSQL Backend to Next.js
Node.js

Adding a PostgreSQL Backend to Next.js

I implemented a simple backend just enough to handle sign-up, but strangely I couldn’t bring myself to go any further. I think the problem was that, although I had used Prisma and PostgreSQL, I only followed someone else’s article passively and never really learned it properly. So I decided to try implementing it myself ...

힘센캥거루
2025년 7월 16일
Registering a Personal Domain with Daum Webmaster Tools
Node.js

Registering a Personal Domain with Daum Webmaster Tools

How to resolve when a domain is not registered with Daum search registration

힘센캥거루
2025년 6월 18일
Setting Up Subdomains with Gabia and Caddy
Node.js

Setting Up Subdomains with Gabia and Caddy

After seeing a friend operate a subdomain for their university, I wanted to try it myself. It wasn't as difficult as I thought. It was possible by assigning ports based on the incoming request's host, using a reverse proxy. So, I gave it a try. 1. Setting Up Subdomains in Gabia 1) Log in to Gabia and Access DNS...

힘센캥거루
2025년 5월 27일
Migrating from nginx to caddy
Node.js

Migrating from nginx to caddy

Barely a day after setting up a reverse proxy with nginx, I saw the image below. Is the era of nginx over? I couldn't stand it. I decided to migrate back to caddy. 1. What is caddy? Caddy is a modern web server and reverse proxy written in Go...

힘센캥거루
2025년 5월 25일