Codesanook
codesanook.com "โค้ดสนุก" สังคมแห่งการเรียนรู้ และแบ่งปันความรู้ด้าน programming/coding สังคมที่ต้องการสร้างแนวคิดที่ว่า "programming/coding ไม่ใช่เรื่องยาก แต่เป็นเรื่องที่สนุก" เช่นเดียวกับคำว่า "codesanook สนุกไปกับการเขียนโค้ด"
-
Visual Studio Tools for Office เขียน Excel Macro ด้วย C#
โดยปกติสร้าง Excel Macro หรือการเขียนคำสั่งเพื่อ automate งานบางอย่างใน Microsoft Excel เรามักทราบว่าเราจะเขียนด้วยคำสั่ง VB หรือ VBA (Visual Basic for Applications) แต่สำหรับหลายท่านที่คุ้นเคยกับ C# … Read more... -
จะเรียนรู้ Java เพื่อสร้าง Web Application ควรเริ่มศึกษาอย่างไร
วันนี้ Codesanook จะขอมาตอบคำถามยอดฮิต ที่มักจะถามกันเข้ามากันบ่อยคือ "จะเรียนรู้ Java เพื่อสร้าง Web Application ควรเริ่มศึกษาอย่างไร?" ขอแนะนำการเรียนรู้เป็นลำดับขั้นตอนเพื่อความเข้าใจตั้งแต่พื้นฐาน … Read more... -
เรียนรู้อาเรย์ (array) ในภาษา C#
ในการเขียนโปรแกรม โดยปกติแล้ว เราจะสร้างตัวแปรขึ้นมาเพื่อเก็บข้อมูล ตัวอย่างเช่น สร้างตัวแปรที่ชื่อว่า name ไว้เก็บชื่อของนักเรียน string name = "You"; ตัวแปร name เก็บข้อมูลประเภท string และเก็บคำว่ … Read more... -
ใช้งานฟังก์ชัน transpose ของ Microsoft Excel
ผมขอเริ่มด้วยตัวอย่างเหตุการณ์ที่สมมติขึ้นมาเพื่อใช้งานฟังก์ชัน transpose บริษัทแห่งหนึ่งได้เก็บข้อมูลยอดขายในแต่ละเดือน และทำการหาค่าเฉลี่ยของยอดขายในแต่ละไตรมาส (3 เดือน) และได้นำค่าเฉลี่ยของยอดขาย … Read more... -
แนะนำหนังสือและวิดีโอเรียนเขียนโค้ด เพื่อต่อยอดสร้างโปรแกรม สร้างแอพพลิเคชั่น สำหรับผู้เริ่มต้น แบบไม่มีพื้นฐานมาก่อน
(book) Head First Learn to Code: A Learner's Guide to Coding and Computational Thinking I like Head First book series a lot. It makes me feel like I read a comic. Code example in Python Python is … Read more... -
แนะนำหนังสือ ReactJS และ TypeScript ที่ admin ชอบครับ
แนะนำหนังสือ ReactJS และ TypeScript ที่ Admin ชอบมากๆ 3 เล่ม Learn React with TypeScript 3: Beginner's guide to modern React web development with TypeScript 3 เนื้อหามาครบเลยสำหรับพื้นฐานที่จำเป็น ใ … Read more... -
Built-in supported Node.js and .NET Core in Azure App Service
Built-in supported Node.js and .NET Core in Azure App Service Values took from https://your-app.scm.azurewebsites.net/api/diagnostics/runtime Supported Node.js Node.js: 12.18.0, npm: 6.14.4 Node.js: … Read more... -
รวม git tips
Collection of useful git commands Get log without switch to other branch git log your-branch-name Disable auto CRLF git config --global core.autocrlf false https://stackoverflow.com/questions/155274 … Read more... -
หลากหลายวิธีการต่อข้อความเข้าด้วยกันใน Microsoft Excel และ Google Sheet
ช่วงวันหยุดที่ผ่านมาผมได้มีโอกาสช่วยงานพี่สาวในส่วนที่เกี่ยวข้องกับ Microsoft Excel และ Google Spreadsheet ระหว่างการทำงาน เกิดมีบาง cell ที่ต้องต่อข้อความเข้าด้วยกัน และผมก็อ่อนพวก office tool มากๆ … Read more... -
สร้างนามบัตรแบบไม่จำเจ geek style ด้วย Arduboy
สร้าง business card นามบัตรด้วย Arduboy ไอเดียนามบัตรที่ไม่จำเจ geek style ผมได้เจอ project Arduboy ซึ่งเป็น Game boy clone project ที่ hardware นั้น based on Arduino Leonardo และในวิดีโอแนะนำสินค้าต … Read more...