Posts
All the articles I've posted.
-
Obsidian
Updated:My Obsidian plugins and config
-
Trolled By AI
Updated:No interview behaviour question can simulate this tricky real world problem
-
Markdown To Confluence
Updated:My CLI tool for converting Markdown documents to Confluence wiki markup and publishing. Time to make the documenting workflow humanized and streamlined.
-
Sorting Algorithms
Updated:Sorting algorithms
-
Python For Algorithm
Must know Python tools for algorithm
-
Graph
Updated:Notes of graph algorithms and applications
-
The Demystification of The Work of Programmers(zh)
Updated:When the job no longer excites me so much, I realize I am outstanding.
-
Setting Up A New Mac
Updated:Softwares, tools and config files to install on a new MacBook
-
Segment Tree
Building Segment Tree in recursive and iterative approaches. And its Applications.
-
Optimizing Hive Query
Too many CTEs causes performance issue, which makes the Spark job hanging. How it can be optimized using CASE WHEN