Developer Career Retrospective: No Fixed Algorithm, 10 Years Scripted by My Own Logic
essays
14 min read

Developer Career Retrospective: No Fixed Algorithm, 10 Years Scripted by My Own Logic

Life had no preset algorithm. There were only endless runtime errors and hotfixes. From facing 'compile errors' in my 20s to scaling up into an engineer driving business value. An intense record of refactoring 10 years of failures to build my own unique career architecture.

김현욱1/21/2026
Read Article
37 views

Latest Articles

[식당 개업으로 이해하는 OS의 원리 1/4] SSD의 프로그램이 프로세스가 되기까지
OS
2/1/2026 15 min read

[식당 개업으로 이해하는 OS의 원리 1/4] SSD의 프로그램이 프로세스가 되기까지

우리가 무심코 프로그램을 실행할 때, 컴퓨터 내부에서는 SSD의 정적인 코드를 메모리 위의 동적인 프로세스로 깨우기 위한 거대한 작전이 펼쳐집니다. 이 글에서는 어려운 용어를 '식당 개업'이라는 직관적인 비유를 통해 fork/exec 시스템 콜부터 VFS, NVMe, DMA, 그리고 Page Fault를 이용한 지연 로딩(Lazy Loading)까지의 전 과정을 깊이 있게 파헤칩니다. 서버 초기 응답 속도 지연이나 컨테이너 메모리 누수 같은 실무적인 난제를 해결하기 위한 OS 기초 체력을 다시 다져보세요.

김현욱
24