Writing Space

A collection of my writings on various topics and genres.

My server didn't allowed me to host my asnchronous python project (backend of my AI assitant, Andy), so I have to get my hands dirty. This writing focuses on how I successfully hosted my intented project on a server, with some clever tricks.

Jan 11, 2025

Every person learning to code feels happy while coding a synchronous single-threaded program. Eventually, when encountering resource-intensive or complex tasks, we must knock on the door of either asynchronous or multithreaded coding. This writing will focus on providing valuable insights on either approaches.

Jan 9, 2025