<Klint Lee />

Software Developer

klintlee1@gmail.com

View my resume
ProjectsArticles
Improving text search in relational databases

IMPROVING TEXT SEARCH IN RELATIONAL DATABASES

This article goes through the basics of database indexes, and why common text searching methods like %{searchterm}% may be suboptimal.

And finally, it talks about the solution to these problems with a benchmark result.

View article
From Locks to MVCC: Enhancing Performance in ACID-Compliant Databases

FROM LOCKS TO MVCC: ENHANCING PERFORMANCE IN ACID-COMPLIANT DATABASES

This article talks about ACID in databases, and how locks and MVCC differ in performance and other aspects with a benchmark result.

View article
Reversed Tetris

REVERSED TETRIS

This article is about how I planned my Reversed Tetris game, including the multiplayer mode and game mechanism.

View article
What I learned about GQL caching ( GraphQL )

WHAT I LEARNED ABOUT GQL CACHING ( GRAPHQL )

This article talks about my experience with GraphQL caching, discussing its complexities and weaknesses and why they are important to the brilliance of this technology.

View article