If you have been using WSL 2 and Docker Desktop for some time, you might notice a significant consumption of your drive space. I have come across two …
My memo and playground
If you have been using WSL 2 and Docker Desktop for some time, you might notice a significant consumption of your drive space. I have come across two …
If you have read my previous posts titled Install WSL2 to other disk drive and intro basic commands for WSL and Install Docker-Desktop and Docker-Data…
If you have read my post (https://blog.takurohuang.com/2023/07/03/install-wsl2-to-other-disk-drive-and-intro-basic-commands-for-wsl/), the subsequent …
Due to my work requirements, I need to train and run AI models on my desktop. However, I only have one desktop available. Since I primarily use Window…
SDKMan is a SDK management tool based on Unix system. It can also manage multiple JDK and switch the version whenever you need. The official site is b…
From my previous post here (https://www.takurohuang.com/2023/06/02/kotlin-springboot-mongodb-dbreflazytrue-cannot-subclass-final-class-error/), I face…
During my recent work which requires me to work on a backend. It’s a Springboot with Kotlin backend and Database is mongodb. This backend is int…
Performance Reponse time: Time between a client sending a request and receiving a response Response time/End to end latency = Processing time + Waitin…
https://realpython.com/solid-principles-python/