Published onFebruary 23, 2025Unlocking Local AI Power: Hosting Open WebUI with LM Studio on Windows Like a ProAIDockerLM-StudioOpen-WebUILearn how to host Open WebUI with LM Studio on Windows using Docker and connect from local devices effortlessly.
Published onJanuary 13, 2025Wave to Interact - the Handpose Magic in my Blogprojectweb-developmentmachine-learningA fun journey of integrating MediaPipe hand detection into a Next.js blog, complete with security hurdles and creative solutions.
Published onNovember 23, 2024LeetCode 797: All Paths From Source to TargetleetcodegraphdfsA deep dive into finding all possible paths in a directed acyclic graph (DAG) using DFS, with insights on graph traversal vs tree traversal.
Published onAugust 29, 2024LeetCode 21 - Merge Two Sorted Listsleetcodelinked-listsSolutions and notes for LeetCode problem 21
Published onAugust 27, 2024LeetCode 1130 - Minimum Cost Tree From Leaf Valuesleetcodedynamic-programmingMy solution to the LeetCode problem 1130, using dynamic programming.