
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...
At the boundary of technology and education, recording every moment of daily life with code.

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

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...

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 ...

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

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...

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...