2022
GitHub Pages Basic Setup
April 6, 2022Setting up a GitHub Pages blog with Jekyll: installation, configuration, YAML front matter, and theme customization.
4 min read·dev-toolsJekyll Pages
April 6, 2022Guide to creating non-date-based Jekyll pages with custom permalinks, layouts, and a custom 404 page for GitHub Pages.
1 min read·dev-toolsOpen Graph Protocol
April 6, 2022Overview of Open Graph Protocol for standardized metadata in HTML, with tips on Facebook's Sharing Debugger and cache management.
1 min read·dev-toolsSearch Engine Registration
April 6, 2022Step-by-step guide to registering a blog with Google Search Console, Google Analytics, and Naver Search Advisor.
1 min read·dev-tools[Programmers] Tuple
February 24, 2022Solution for the Programmers tuple problem using string parsing, regex, and length-based sorting.
1 min read·algorithm[Programmers] Lotto Best and Worst Rank
January 31, 2022C++ solution for the Programmers lotto best/worst rank problem with notes on find and vector methods.
1 min read·algorithm