Programming

Add bootstrap to Rails7

การ setup bootstrap สำหรับ Rails 7เริ่มจากที่สร้าง Project ใหม่ด้วย Verify Bootstratp ( both css + js) Run Rails ด้วย bin/dev จะเป็นการ complier javascript ด้วย Add Custom Bootstrap add asset file css to and javascripte.g. custom.css to folder app/assets/stylesheetsedit file manifest.js add custom.css link to application.html.erb javascript to folderimage to folder app/assets/images

มาเรียน Machine Learning

ได้รับคำแนะนำมาว่าถ้าอยากรู้เรื่อง Machine Learning ให้เริ่มจาก Course นี้เลย ใน CourseSerahttps://www.coursera.org/learn/machine-learning/ ในชุดของของ Specialization จะมี 3 หลักสูตร https://www.coursera.org/learn/machine-learning?specialization=machine-learning-introduction https://www.coursera.org/learn/advanced-learning-algorithms?specialization=machine-learning-introduction https://www.coursera.org/learn/unsupervised-learning-recommenders-reinforcement-learning?specialization=machine-learning-introduction เราเน้นเรียนเพื่อความบันเทิง ดังนั้นไม่ได้มีการจ่ายเงิน เราก็เปิดเรียนได้ แต่บางอันที่เป็น Lab กับส่งการบ้านเพื่อให้ได้ certificate จะไม่ได้ ถ้าไม่ได้ serious เรื่องต้องมี Cert ก็ดูเนื้อหาได้เลย

How to setup devise for Rails 7

Devise เป็น Gem ที่จ้ดการเรื่องของการจัดการ User Authentication ใน Rails 7 ดูยุ่งยากในการ Setup เห็น ใน Blog นี้ทำตามแล้ว work เลยขอบันทึกไว้

Unix Command

จด Unix/Linux command แบบเบื้องต้นใช้ใน Terminal หรือ Command Line Description Command Example list contents ls $ ls -l make directory mkdir <dirname> $ mkdir environment change directory cd <dirname> $ cd environment/ cd one directory up $ cd .. cd to home directory $ cd ~ or just $ cd cd to path incl. home dir $ cd …

Unix Command Read More »