All Posts
14 posts on engineering, research, and problem solving.
화이트큐브에서의 10개월, 운영이 먼저인 개발에 적응하기KO
기술이 아니라 운영이 먼저 움직이는 팀에서 백엔드 엔지니어로 보낸 10개월. 낯설었던 속도에 적응하고, 팀에 실제로 쓰이는 것을 만들기까지의 기록.
RetrospectiveBackendWhitecubeA/B Testing[PS] BOJ 최단경로 - 1753 (C++) | Dijkstra's algorithmKO
우선순위 큐를 사용한 다익스트라 알고리즘으로 한 정점에서 모든 정점까지의 최단경로 구하기
PSC++Dijkstrapriority queue[PS] BOJ 이항계수 3 - 11401 (C++)KO
페르마의 소정리, memoization, divide & conquer 를 사용한 문제풀이
PSC++Divide and ConquerFermat's little theorem[PS] BOJ 나머지 합 - 10986 (C++)KO
Modulo 공식과 누적합을 이용한 나머지 합 문제 풀이
PSC++Prefix SumModulo Arithmetic[PS] Merge Sort 구현 (C++)KO
Merge Sort 를 C++ 로 구현해보자
PSC++Merge SortMy First Paper Submission: What I Learned from Writing and Submitting a Research PaperEN
I recently submitted my first research paper. In this post, I share how I prepared it, what challenges I faced, and what I learned from the experience.
LLMResearchMachine Learningpaper submissionRunning Django, Celery, and Redis with Docker and Docker ComposeEN
This post explains how I containerized and orchestrated Django, Celery, and Redis using Docker and Docker Compose.
DockerDocker ComposeDjangoDeploymentDeepDive into DeepSeek R1 – Part 2: Enhancing Performance with DeepSeek R1EN
This post explores how DeepSeek R1 improves upon DeepSeek R1 Zero by addressing key challenges through strategic fine-tuning and reinforcement learning.
LLMDeepSeekDeepSeek R1Paper studyDeepDive into DeepSeek R1 – Part 1: Exploring the R1 ZeroEN
A deep dive into DeepSeek R1 Zero - exploring its architecture, training methodology, and breakthrough achievements in reasoning capabilities
LLMDeepSeekDeepSeek R1Paper studyUnderstanding Django REST Framework SerializersEN
This post outlines the basics of Django REST Framework Serializers.
DjangoDRFSerializer