2022
-
Open 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-tools -
Search 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 -
[Programmers] Get Report Results
January 30, 2022C++ solution for the Programmers report results problem using unordered_map, set, and stringstream.
1 min read ·algorithm -
[Programmers] Printer
January 20, 2022Solution for the Programmers printer queue problem using priority-based simulation.
1 min read ·algorithm