Categories
Data Science Programming SQL

How we built Data Science Web App “Route Planner X” on AWS infrastructure

Categories
Uncategorized

[Guide] How to host a static website for FREE using AWS S3

This is the little gem I learned from a course on AWS Developer Associate Certificate. Normally, this link says that hosting a website on normal web hosting will cost at least $5 / month, but AWS S3 offers the 1-year free tier of 5GB storage and 15GB bandwidth. After a year, it becomes $0.025 per GB of storage and $0.14 per GB of bandwidth, which is still super cheap. This article will walk you through the step of setting up a new static website which linked to a subdomain.

Categories
Uncategorized

[Thai Book Review] คิดแบบยิว ทำแบบญี่ปุ่น

วันนี้ได้อ่านหนังสือเกี่ยวกับการสร้างความมั่งคั่งแบบมีความสุข แถมด้วยข้อคิดดี ๆ หลายอย่างเกี่ยวกับการบริหารจัดการเงินของเศรษฐีชาวยิว เลยสรุปมาเป็นทวีตใน Twitter.com/woraperth มาให้ครับ เผื่อจะเป็นประโยชน์กับผู้ที่สนใจอยากศึกษาวิธีการบริหารเงินของตัวเอง

Categories
Uncategorized

[Thai Book Review] วิธีบริหารเงิน จากหนังสือ “โอ๊ย ช่วยด้วย เมื่อไหร่จะรวยสักที”

วันนี้ได้อ่านหนังสือเกี่ยวกับการบริหารการเงินในครอบครัวที่มีประโยชน์มาก เลยสรุปมาเป็นทวีตใน Twitter.com/woraperth มาให้ครับ เผื่อจะเป็นประโยชน์กับผู้ที่สนใจอยากศึกษาวิธีการบริหารเงินของตัวเอง

Categories
Data Science Programming Python

[Guide] Web Scraping 101: What you need to know and how to scrape with Python & Selenium Webdriver

The first step in building a data science model is: Collecting data.

For beginners in data science, it is easier to grab ready-to-use data files in CSV format from many available public data sources. If anyone is interested, I will list the sites for free publicly available in the future article.

This article is for anyone who would like to learn how to scrape website quickly and easily using the tool in Python you already know (Pandas). I will cover a little bit on the basics of web scraping before talking about the libraries.

Categories
Data Science JavaScript Programming React SQL

[Guide] Building Data Science Web Application with React, NodeJS, and MySQL

Categories
Data Science

Great websites for inspirations in data visualization

This is the list of great websites to find inspirations and learn about data visualization. It will be useful for someone who would like to get new ideas or would like to start in data visualization.

Categories
Life

University Life in Australia – ชีวิตติวเตอร์ที่มหาลัยต้องทำอะไรบ้าง

เทอมนี้มีโอกาสได้เป็นติวเตอร์ที่มหาวิทยาลัย (แบบไม่ได้ตั้งใจ) วิชา Data Exploration & Visualization และพบว่ามันเป็นอาชีพที่โอเคมากสำหรับคนที่มาเรียนที่นี่ ก็เลยมาเล่าให้ฟังกันสักหน่อยว่าอาชีพติวเตอร์ที่มหาวิทยาลัยต้องทำอะไรบ้าง เผื่อใครมาเรียนต่อออสเตรเลีย แล้วหางานยาก ลองดูอาชีพนี้เป็นตัวเลือกดู

Categories
Uncategorized

3 Methods to effectively clean your Gmail inbox

Recently, I had a problem with full Gmail inbox. I had this problem before and took sometimes to get rid of even 1GB. Today I found another effective solution and would like to share with others as well as with myself in the future.

Categories
Data Science Programming Python

[Python] How to update Anaconda Navigator with command line

I had a problem updating Anaconda Navigator with its UI and managed to solve by updating using the command line. So I wrote this article so it benefits other people and I can also come back if I face this problem in the future. Note that this blog post will be very very short, but very useful.