• Skip to primary navigation
  • Skip to content
  • Skip to footer
MINSEONG (IAN)
  • About Me
  • Wiki
  • Blog
  • Projects
    1. Home
    2. /
    3. Wiki
    4. /
    5. Posts by Category
    Ian

    Ian

    개발 좋아하는 사람

    • Seoul, Korea
    • GitHub

    Posts by Category

    Active Record - The Costs of Being Django-ish

    December 31, 2025 4 minute read architecture testing

    Django - Active Record When I first started using Django, especially Django Rest Framework (DRF), my initial reaction was: “What the heck is going on?” I had...

    Temporaryfile - No space left on device

    December 24, 2025 3 minute read TroubleShooting TemporaryFile

    Tmpfs

    December 24, 2025 less than 1 minute read filesystem

    Tmpfs Tmpfs is a file system which keeps all of its files in virtual memory.

    Office Open XML

    December 22, 2025 less than 1 minute read xlsx docx pptx

    A deep dive into Django Infra & Local Setup

    December 20, 2025 5 minute read WSGI gunicorn caddy

    By dissecting Django infrastructure from the ground up, I aim to understand what environments are required for the production environment, and to build a st...

    Vibe Coding Settings (BMAD, vibe-kanban)

    November 5, 2025 5 minute read vibe-coding BMAD vibe-kanban Cursor

    약 2달 간 개인 프로젝트를 진행하면서, AI 도구들을 사용한 작업 환경이 어느 정도 자리잡았다. 혼자 프로젝트를 진행하면서 가장 머리가 아팠던 것은 전체 프로젝트와 하루하루의 작업들을 관리하는 것. 진행 중인 작업 관리부터, 프로젝트에 변경이 있을 때, 그 히스토리를 관리하고 ...

    2025 독서 기록

    February 9, 2025 less than 1 minute read 독서

    2025.02.09 - 개인주의자 선언 (저자: 문유석) 본인이 개인으로 존재하는 만큼, 타인 또한 개인으로서 존재함을 인정하고 존중해야 한다. 개개인은 함께 어우러져 살아야 하고, 이것은 행복에 필수불가결하다.

    Get my money back

    April 7, 2025 4 minute read

    지소쿠리 클럽의 노래 제목이다.

    Best Time to Buy and Sell Stock(Easy)

    July 10, 2025 less than 1 minute read Problem Solving

    Best Time to Buy and Sell Stock Stock의 가격이 정수 배열로 주어진다. Stock의 가격이 날마다 변한다. 언제 사고 언제 팔아야 가장 큰 차익을 남기는 지 구하는 문제다.

    Array, PrimitiveArray, List, MutableList

    July 9, 2025 1 minute read Kotlin

    Kotlin에서 Array와 List의 동작 방식을 비교한다.

    Shuffle an Array(Med.)

    July 9, 2025 1 minute read Problem Solving

    Shuffle an Array 주어진 정수 배열을 무작위로 섞는 알고리즘을 디자인하면 되는 문제다. 모든 순열이 공평하게 생성되어야 한다.

    Inversion of Control(IoC)

    July 8, 2025 4 minute read etymology

    First thing you’ll see in Spring Framework documents is IoC Container and Bean. IoC is not specific to Spring. Most modern frameworks are built around this i...

    Binary Tree Inorder Traversal(Med.)

    June 25, 2025 1 minute read Problem Solving

    Binary Tree Inorder Traversal 주어진 이진 트리를 inorder로 탐색하는 문제다.

    Merge Sorted Array(Easy)

    June 23, 2025 1 minute read Problem Solving

    Merge Sorted Array 주어진 두 정수 배열(nums1, nums2)을 정렬된 하나의 배열로 합치는 문제다. 각 배열에 대해 m, n이 주어지는데 이는 정렬해야할 배열의 크기이다.

    Remove Duplicates From Sorted Array(Easy)

    June 24, 2025 1 minute read Problem Solving

    Remove Duplicates From Sorted Array 주어진 정수 배열에서 중복된 인자를 제거하는 문제다. 주어진 배열을 수정해야하며, 중복되지 않은 인자의 갯수를 반환하면 된다.

    Reversed Integer(Med.)

    June 20, 2025 2 minute read Problem Solving

    Reversed Integer signed 32-bit integer가 주어진다. 주어진 정수를 뒤집으면 된다.

    Longest Palindrome Substring(Med.)

    June 19, 2025 3 minute read Problem Solving

    Longest Palindrome Substring 주어진 문자열에 대해 가장 긴 Palindrome을 찾는 문제다. 가령

    Median of Two Sorted Arrays(Hard)

    June 18, 2025 3 minute read Problem Solving

    Median of Two Sorted Arrays 두개의 정렬이 되어 있는 배열이 주어진다. 두 정렬된 배열의 특정 원소를 찾는 문제로, 이번에는 중앙값(median)을 찾으면 된다.

    Longest Substring Without Repeating Characters(Med.)

    June 17, 2025 1 minute read Problem Solving

    Longest Substring Without Repeating Characters 하나의 문자열이 주어진다.

    Add Two Numbers(Med.)

    June 16, 2025 1 minute read Problem Solving

    Add Two Numbers 두개의 non-negative interger가 들어있는 Linked Lists가 주어진다.

    Two Sum(Easy)

    June 15, 2025 1 minute read Problem Solving

    Two Sum 문제는 단순하다. integet 배열(nums)이 주어지고, integer의 목표값(target)이 주어진다. 배열에서 합이 target이 되는 두 element의 index를 반환하면 된다.

    Kotlin null 처리 문법

    June 16, 2025 less than 1 minute read Kotlin

    Leetcode 풀면서 배운 TIL, Kotlin에서 null 처리 문법이다.

    © 2026 MINSEONG (IAN)