>_
dev-notes

Korean enterprise stack

Knowledge Base 2026

Master the Korean
Enterprise Stack.

A curated collection of practical notes for the standard Korean IT ecosystem. Focusing on stability, scalability, and enterprise-grade patterns.

🌱Spring Boot 3.x
🧮MyBatis / JPA
🗃️PostgreSQL
Modern Frontend
Live IntelligencePriority Feed

Daily Intelligence

Real-time signals from global research papers and developer communities.

Study Tasks

Tech Note Board

Track what you're learning. Add, edit, move, and delete tasks like Notion.

2/19 done
Todo16
Phase 04Deployment

CI/CD & Cloud

Pipeline setup, containerisation, and cloud deployment automation.

Phase 0SQL

Write 10 basic SELECT queries

Focus on WHERE, LIKE, IN, ORDER BY

Phase 0Java

Build one Java DTO + service pair

Create request/response classes and service interface

Phase 0Spring

Explain MVC request flow in your own words

Browser -> Controller -> Service -> Mapper -> DB

Phase 1Spring

Implement User CRUD with Spring MVC

List, detail, create, update, delete

Phase 2MyBatis

Create MyBatis mapper for users

selectAll, selectById, insert, update, delete

Phase 2MyBatis

Practice resultMap and field-column mapping

Fix one mapping mismatch intentionally

Phase 3MyBatis

Add dynamic search with <if> and <where>

Keyword + status filter

Phase 3SQL

Add pagination query and count query

Support page, size, total count

Phase 4JSP

Render user list page in JSP

Use c:forEach and c:out

Phase 4JSP

Submit one form with POST + redirect

Practice PRG pattern

Phase 5jQuery

Handle create action with jQuery AJAX

Show success and error states

Phase 6Korean Enterprise

Build board module with .do endpoints

list.do, detail.do, insert.do, update.do, delete.do

Phase 6Korean Enterprise

Implement soft delete with use_yn

Hide deleted records from list

Phase 7Oracle

Rewrite 3 PostgreSQL queries into Oracle style

ROWNUM, NVL, sequence usage

Phase 8Delivery

Package app and document run steps

Prepare for team handoff and deployment

Doing1
Phase 03Frontend Legacy

JSP, JSTL & jQuery

Server-side templating with JSTL tags. AJAX patterns with jQuery.

Done2
Phase 01Core Foundation

Java & SQL Mastery

Java OOP, Collections, Streams, Lambdas. SQL SELECT/JOIN/Aggregates/Pagination.

Phase 02Backend Dev

Spring Boot & MyBatis

IoC/DI, REST API, Transactions. MyBatis dynamic SQL and XML mappers.

Quick Notes

Personal workspace for fast note updates

Add scratch notes, edit them in place, pin important ones, and remove anything you do not need. This stays local to your browser.

Workspace Notes
0
Writing tips
Capture one idea per note so deleting or updating stays simple.
Keep action items at the top: fix, test, refactor, ship.
Turn repeated solutions into short templates you can reuse.

Create your first quick note

Use this area like a lightweight note app for ideas, doc checklists, and follow-up tasks.