Recent posts

Daily Reading Exercise: Mindset

3 minute read

My take on the reading Today, I delved further into Carol S. Dweck’s “Mindset” book, focusing on a chapter that resonated with me about the learnability of a...

Problem of The Day: Minimum Window Substring

3 minute read

Problem Statement ``` Given two strings s and t of lengths m and n respectively, return the minimum window substring of s such that every character in t (i...

SQL Review - Part 5

2 minute read

Tonight, I encountered a SQL question, and through this experience, I discovered the existence of the conditional function IF in SQL. This function allows pe...