จัดการเครื่องมือ Machine Learning ด้วย Conda เดี๋ยวนี้เริ่มเล่นเครื่องมือ ML ต่างๆ ตัว Python Environment มีหลาย dependency ตีกันมั่วไปหมด…
Jupyter Lab : Interactive Programming ผมสนใจเรื่องการเขียนโปรแกรมแบบที่ไม่ต้องมาเปิดสร้างโปรเจค คอมไพล์อะไรกันเยอะๆเสียเวลาอยู่แล้ว หลังๆนี้ก็ชอบลองเขียนโปรแกรมแนว notebook…
Concurrency Model: Actors Actors could be considered tiny micro services within our application. They consist of Actors that act on predefined set of Messages when…
ใช้เงินแบบมินิมัลลิสต์ บทความบริหารเงินมีแต่เรื่องของการเก็บและการลงทุน ทั้งที่เรื่องการใช้เงินก็เป็นหัวข้อใหญ่ของการใช้เงิน
มีเงินเก็บเท่าไหร่ถึงจะพอ ต้องเก็บเงินต่อเดือนเท่าไหร่จะพอใช้ในอนาคต เป็นเรื่องที่คำนวณยาก ก็เลยเขียนโปรแกรมมาให้ ไปลองเล่นดูได้ https://minfinance.github.io/calc/
Decorator Pattern จาก บทความที่แล้วเรื่อง CVA บอกว่าถ้าหา common-variable จาก context of use ไปเรื่อยๆ จะเจอดีไซน์ที่ดีได้โดยไม่ต้องพยายามท่องจำ Design…
Handmade SVG I made a logo for Minimalist Finance the other day. I realized I don’t have any graphics tools installed. So I opened VSCode and think it’s…
Using Let’s Encrypt with Nginx CentOS 7 This is to recap the steps outlined in this digital ocean’s post
Docker(s) for Windows There are at least two ways to use Docker in Windows. Some major differences we have to be careful before diving in.
Using ESLint with Visual Studio Code First, we need to install eslint as a node module. Also install the react plugin if we are using React.