Dev. Log
Anything about development
2024
2022
- Add Image Gallery for the All Images in Markdown Post
- Memory Order에 관한 짧고 굵은 설명
- Append Clap Count to the Post List
- Git에서 폴더명을 소문자로 변경하기
- Decorate Codeblock Scrollbar
- Preventing FOUC of the Sidebar
- How to Center an Image in Markdown
- 윈도우 터미널(WT)에서 키보드 인풋이 단어 단위로 입력될 때 해결법
2021
- Exclude Folder or File from the Sitemap for Jekyll(Hydejack) Blog
- VSCode 익스텐션 추천 리스트
- VSCode 리모트 SSH code 명령어 사용하기
- WSL2 - Avoid using Jekyll on Windows Filesystem
2020
- Oh My Zsh Basic Setup & Installation Guide
- Use Utterances/Giscus for Jekyll Comments System
- Creating Tag List Page
- Adding Foldable Submenu to the Sidebar
- Add Applause Button for Jekyll Post
- 깃헙 페이지 리눅스(우분투) 개발 환경 세팅하기
- C++ 이진 탐색/이분 탐색(Binary Search)
- C++ DFS & BFS
- How I customized Hydejack Theme
- Hydejack Post Writing Tips & Tricks
- C++ Vector 구현하기
- C++ Queue 구현하기
- C++ Heap (Priority Queue) 구현하기
- C++ Quick Sort 구현하기
- C++ Pair 구현하기
2019
- Art of Multiprocessor Programming Summary
- Possible Infinite Loop in Wait-free Bounded Queue
- Bw-Tree TaS Implementation Design
- Open Bw-Tree New Update Implementation
- Coding Interview Question: Compression and Decompression
- LIS 알고리즘 - 최장 증가 부분 수열 찾기
- BwTree Update Code & Performance Evaluation