Textbook
Any textbook for development
2024
- Enable Mermaid for Markdown Code Blocks
- Designing Classes
- VS Code Theme Recommendation
- Typical C++, But Why?
2022
- Ark68 SE 키보드 리뷰
- Add Image Gallery for the All Images in Markdown Post
- Memory Order에 관한 짧고 굵은 설명
- DSA Milkshake 키캡 리뷰
- Rustlings Topic: Quiz
- Rustlings Topic: Advanced Errors
- Rustlings Topic: Conversions
- Rustlings Topic: Clippy
- Rustlings Topic: Macro
- Rustlings Topic: Threads
- Rustlings Topic: Standard Library Types
- Rustlings Topic: Tests
- Rustlings Topic: Traits
- Rustlings Topic: Option
- Append Clap Count to the Post List
- Rustlings Topic: Generics
- Rustlings Topic: Error Handling
- Rustlings Topic: Strings
- Rustlings Topic: Collections
- Rustlings Topic: Modules
- Rustlings Topic: Enums
- Rustlings Topic: Structures
- Rustlings Topic: Primitive Types
- Rustlings Topic: Move Semantics
- Rustlings Topic: If
- Rustlings Topic: Functions
- Rustlings Topic: Variables
- Git에서 폴더명을 소문자로 변경하기
- Rustlings Solution
- Decorate Codeblock Scrollbar
- Preventing FOUC of the Sidebar
- How to Center an Image in Markdown
- 윈도우 터미널(WT)에서 키보드 인풋이 단어 단위로 입력될 때 해결법
- Chapter 7: 메모리 관리
2021
- Chapter 6: 재사용을 고려한 디자인
- Chapter 5: 객체지향 디자인
- Chapter 4: 전문가다운 C++ 프로그램 디자인
- Chapter 3: 코딩 스타일
- Chapter 2: 스트링과 스트링 뷰 다루기
- Chapter 1: C++와 표준 라이브러리 초단기 속성 코스
- 전문가를 위한 C++ (Professional C++) 포스트 모음집
- LEGO Ideas Typewriter 21327 조립
- Exclude Folder or File from the Sitemap for Jekyll(Hydejack) Blog
- VSCode 익스텐션 추천 리스트
- VSCode 리모트 SSH code 명령어 사용하기
- 오리온 2.5 키보드 리뷰
- LEGO Technic Lamborghini Sián FKP 37 42115 조립
- LEGO Technic Ducati Panigale V4 R 조립
- 다양한 키보드 레이아웃에 관하여
- WSL2 - Avoid using Jekyll on Windows Filesystem
2020
- Oh My Zsh Basic Setup & Installation Guide
- Matt3o dev/tty MT3 키캡 리뷰
- 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
- 49인치 32:9 모니터 오디세이 G9 리뷰(feat. Magic Borderless & PowerToys)
- 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