Codesanook
codesanook.com "โค้ดสนุก" สังคมแห่งการเรียนรู้ และแบ่งปันความรู้ด้าน programming/coding สังคมที่ต้องการสร้างแนวคิดที่ว่า "programming/coding ไม่ใช่เรื่องยาก แต่เป็นเรื่องที่สนุก" เช่นเดียวกับคำว่า "codesanook สนุกไปกับการเขียนโค้ด"
-
แนะนำหนังสือพื้นฐาน C# programming language และ ASP.NET MVC Core
แนะนำหนังสือเพื่อเรียนรู้พื้นฐาน C# programming language และต่อยอดพัฒนา web application ASP.NET MVC Core ที่สามารถ run ได้ cross platform ทั้ง Linux และ Windows Server ครับ พื้นฐาน C# C#: Learn C# in … Read more... -
เริ่มต้นกับ Jekyll static site ด้วย docker-compose
Ruby Ruby Gem Windows, Unix, Linux OSX Hot relead Free hosting on github page Autobuild to HTML CSS after you push to github dock-compose version: "3.7" services: jekyll: image: … Read more... -
Set up Oracle XE with Docker container and connect with DBeaver
Today we will learn how to set up Oracle database server with Docker Linux container. This example can be applied to both Windows, Mac and Linux machine. We will start with buiding Oracle database … Read more... -
docker commands cheat sheet
show container with friendly format $ docker ps -a --format="table {{.ID}}\t{{.Names}}" List Docker volume $ docker volume ls Inspect name volume $ docker volume inspect oracle-data !!! To … Read more... -
How to show reading progress in Kindle ebook reader
Initail stage, you are In the reading mode. To set reading progress, follow the step 1. Touch on the top of the screen. 2. Click Aa icon 3. Click more tab and 4. Click Reading Progress setting 5. … Read more... -
ติดตั้ง Meadow OS และใช้เริ่มต้นใช้งาน Meadow board ด้วย C# โค้ด และ Nuget packages
download ตัว Medow OS version ล่าสุด ตาม link นี้เลยครับ http://wldrn.es/latestmeadowos และ download DFU utils เป็น command line tool ไว้ติดตั้ง OS ผ่าน Link นี้ครับ http://dfu-util.sourceforge.net/ … Read more... -
สรุป features ใหม่ๆ ใน C# 9 ที่เปิดตัวในงาน Microsoft Build 2020
สรุป features ใหม่ๆ ของ C# ที่เพิ่งเปิดตัวไปในช่วงงาน Microsoft Build 2020 เนื้อหาทั้งหมดสามารถอ่านได้จากบทความนี้ครับ https://devblogs.microsoft.com/dotnet/welcome-to-c-9-0/ features หลายตัวเป็นการนำ … Read more... -
การประกาศตัวแปรในภาษา C#
เมื่อเขียน program เราก็ต้องมีการรับข้อมูลจากผู้ใช้ ตัวอย่างเช่น เราอาจเขียน program บวกเลข 2 ตัว จึงต้องมีอะไรบางอย่างที่ไว้เก็บเลขสองตัวนี้ นำสิ่งที่เก็บเลขสองตัวนี้ มาทำการบวกกัน แล้วก็ส่งผลลัพธ์กล … Read more... -
วงจรหรือขั้นตอนวิธีการโปรแกรมแบบ Test Driven Cycle
Test Driven Cycle เป็นวงจรวิธีการเขียนโปรแกรมที่เริ่มต้นด้วยการเขียนคำสั่งเพื่อทดสอบว่าเมธอด (method), คลาส (class) หรือคำสั่งอื่นที่เขียนขึ้นมาเพื่อทำงานเฉพาะอย่าง ทำงานได้อย่างได้อย่างถูกต้องตามที่ค … Read more... -
ใช้งาน log4php เพื่อเก็บ log file สำหรับ PHP web application
log4php เป็น library ที่ถูก export จาก project log4j ของฝั่ง Java เป็นชุดคำสั่งที่ช่วยอำนวยความสะดวกในการสร้าง log file โดย log file นี้จะจัดเก็บข้อความที่แบ่งออกเป็น 6 ระดับ ระดับ | ความสำคัญ | คำอธิ … Read more...