6 Pillars of code quality

I’ve recently been reading ‘Good Code, Bad Code’ by Manning, and the section on the 6 Pillars of Code Quality really resonated with me. I figured it would be a great idea to summarize my takeaways in this blog post.…

I’ve recently been reading ‘Good Code, Bad Code’ by Manning, and the section on the 6 Pillars of Code Quality really resonated with me. I figured it would be a great idea to summarize my takeaways in this blog post.…

I’m currently writing this as a bit of a vent. I typically use Ollama models, but I discovered someone’s post on X (formerly Twitter) about a Microsoft model that supposedly runs well on CPU alone, with even better performance on…

base on Explanation in Dockerfile comments

After I upgrade lubuntu from 22.04 to 24.10. The icon (lqxt) are missing on some page such as Desktop / File Manager / lxqt perference as image Solution

By default, jsPDF supports 14 standards as follows: suppose you want a default font. You can use setFont() method. Otherwise, use another font such as Thai font (Kanit Regular). reader can follow the steps in my blog How to Use Custom…

Use Proxmox UI (Recommend way) If recommended way, It did not work. It shows errors like “Task Fail: Not A Valid Block Device try to use cmd (God Mode) Note: The directory mount file can be found in /etc/systemd/system (I test…

When I start my stack, the pgadmin container tells the error Permission denied: ‘/var/lib/pgadmin/sessions’ Solution – changed a port in my docker-compose to If the Problem still exists, check the host path permission If you don’t care about security, you…

This blog is derived from the workshop that I previously posted “เมื่อ DEV ลองไป Workshop Microsoft 365 Admin + Microsoft Defender (Write in Thai)” I and my friend (at the workshop) have encountered problems such as Your account with Microsoft is…

What is VMMemWSL VMMemWSL is a process representing memory usage by WSL2 (Default is 2-4GB) + If you have installed Docker Desktop , it consumes more memory. Step limit Memory usage on VMMemWSL Process Reference

Today there was a case where my colleague’s system showed a Low Disk Space warning. I used Tree Size to investigate and found a file sc.user_paged.1.etl in the path C:\Users\<<YourUser>>\AppData\Local\Temp\PW that was almost 50 GB in size. I researched and…