Command Palette
Search for a command to run...
More from this blog
ufw-docker rule ignored
Every time I restarted the container, ufw-docker apparently trashed the rule. This is bad, as if something really bad happened, I don't want my service left inaccessible. How to fix this? Simple, just
Setting Up a Virtual Webcam on Linux
I was testing a web app that involves taking pictures. Once again, my attached webcam wasn't working, and I didn't bother to check this minor issue. Just as 42 is the answer to everything, so is v4l2l
Building an Image Compression Web App using FastAPI, Celery, and NextJS, Part 1: Backend.
This is my first article on @hashnode, and I'm glad they make it easy to write and let me back up my articles to GitHub. The purpose of this article is to show the tech stacks I often use. I don't want to dive into the technical aspects of this web a...

Difference in How FastAPI handle Asynchronous and Synchronous Endpoint
Asynchronous (async) and synchronous (sync) are topics I always been avoided. But recently I came across the path to look into it again. Two weeks ago an article What Color is Your Function? remind me the pain of mixing async and sync in the code. In...


