SEO Intro
Registering with Naver Search Advisor, in order
If you have used Google Search Console, the shape is familiar. Registration, ownership verification and sitemap submission in order — with the points where it stalls.
Technote
203 articles
SEO Intro
If you have used Google Search Console, the shape is familiar. Registration, ownership verification and sitemap submission in order — with the points where it stalls.
Performance optimization Practical
A frame is a very short budget. Only transform and opacity move without layout work; everything else charges you on every single frame.
SEO Intro
The moment you nest categories you start mass-producing pages with one or two posts on them. Why flat wins, and how to unwind a hierarchy you already built.
Performance optimization Intro
The score is several metrics weighted into one number. What you can act on is the list underneath it — and that list, not the number, is what…
SEO Intro
The title you wrote often is not the one that appears. Once you know the two tags do different jobs, it becomes obvious where the effort belongs.
Development workflow Intro
Different names mean a translation step in every conversation. That translation lives only in people's heads, and it never reaches whoever joins next.
SEO Intro
Scope is set by data, not taste. Screens that bring traffic and conversions get a surface refresh — their structure stays where it is.
Development workflow Intro
You are already using it even if you never go headless — this is how the block editor saves your posts. Knowing the response shape halves your client…
Performance optimization Advanced
When a late web font swaps in, the line count changes and everything below moves. Match the fallback family's metrics to the web font and the shift disappears.
Development workflow Practical
The line between what belongs in a WordPress repository and what must never enter it is sharp. The moment wp-config.php lands in a repo, your database password and…
Development workflow Intro
Move click-work to the command line and the work becomes a record. Installing takes ten minutes; deciding which PHP it runs on and as which user saves you…
Performance optimization Intro
Optimising by intuition usually improves something. The trouble is that it was rarely the bottleneck. Start by splitting the request into segments and getting numbers.
Cited
Topics outside WordPress are collected on Dongji Communication Tech Insights, run by the same team. The summaries below are quoted from the originals; the titles link to them.
Working with AI
Writing a CLAUDE.md — teaching an AI coding assistant your project
AI coding tools such as Claude Code, Cursor and Copilot do better work the more precisely they know your project. Here is a structure and a set of principles that hold up.
Working with AI
Prompting an AI for UI design — drafting with Claude and GPT
Asking an AI to "make a nice button" gets you a disappointing button. Structured prompts that carry constraints, references and a defined role get you the design you meant.
Themes & plugins
SCSS from the ground up — variables through module structure
The core syntax of SCSS (Sass) and what it solves that plain CSS cannot: variables, nesting, mixins, @use and module structure — organised around patterns you can use immediately.
Themes & plugins
Design tokens and theme colour systems — brand identity in SCSS variables
How to turn a colour palette from a pile of hex codes into a system that means something — semantic token structure and SCSS variable patterns, from a real project.
Performance optimization
Designing a responsive typography system — the science of readability
Hard-coded pixel font sizes are over. Type scales, fluid sizing with clamp(), Korean webfont optimisation and line-height ratios — building typography that reads well on any screen.
Development workflow
From Figma to SCSS — a designer-developer handoff guide
Minimising what gets lost between a Figma file and the code: extracting tokens, naming components, keeping the spacing system in sync — the whole workflow, step by step.