Putting everything together (USB HDMI Adapter + NVMe SSD) for my Pi's new house

Last week, I finally received the replacement for USB / HDMI Adapter from SunFounder, and I also got a NVMe SSD a couple weeks ago. And now, I can complete the full assemble of my Pi's new house.

Understanding JavaScript Dates, Epochs, UTC, ISO 8601 and Timezones

I’ve been meaning to write about dates for a while, but somehow never got around to it. While building my Trade Journal Analysis Web App, I ran into a classic developer headache: timezones. I was pulling stock data from Yahoo Finance and displaying ticker information over a date range.

Moving House for Pi 5!

I migrated my Raspberry Pi 5 from its small case to the Pironman 5 case, which offers more space, better airflow, and easier access to all the ports.

So many Gateway Interfaces: CGI, FCGI, WSGI and ASGI, to name a few

What exactly are those Gateway Interfaces? The interface dictates how the server should pass incoming requests to the application and how the application should respond to those requests.

Multi-threading for multi-tasking

I don't know why they are called threads but Multi-threading distributes tasks across threads, preventing bottlenecks and idle CPU time.