//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: "실험하고 기록하기"
}
28
Posts
12
Categories
2021
Since
Next.js Full-Stack Blog Development Story
Nextjs

Next.js Full-Stack Blog Development Story

About a year after I first got into web development, I started thinking that I wanted to have my own blog.So I decided to spend about six months worki...

힘센캥거루
2026년 1월 13일
Zero-downtime Next.js deployment (local server) using Caddy
Nextjs

Zero-downtime Next.js deployment (local server) using Caddy

Every time I wanted to add something to my homepage, I’d run a build, and it seems there were always a few people trying to access the site in the mea...

힘센캥거루
2026년 1월 4일
Automating Google Search Indexing - Web Search Indexing API
Nextjs

Automating Google Search Indexing - Web Search Indexing API

Following IndexNow, I decided to automate things with Google as well.After some digging, I found that Google provides something called the Web Search...

힘센캥거루
2025년 12월 12일
Automating Search Index Creation - IndexNow
Nextjs

Automating Search Index Creation - IndexNow

I found out about this while submitting my site to Bing: Bing provides a feature called IndexNow.The key point is that you can send an indexing reques...

힘센캥거루
2025년 12월 11일
My Experience with a Hacked Next.js, React Server
Nextjs

My Experience with a Hacked Next.js, React Server

The first time I encountered this security issue was early in the morning on December 5.It was about how remote code execution was possible in React w...

힘센캥거루
2025년 12월 6일
Adding Multilingual Support to a Blog (NextJS, next-intl, Vercel AI SDK)
Nextjs

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일