老布這麼說
2022-02-21
2022-02-21
2022-02-11
2022-01-18
今天在查有關 data-sciense 時,有看到 David Venturi 的介紹中,使用 airtable 來追蹤自己練習的進度
copy airtable code base 來用後,覺得滿有趣的,就找找網路上 airtable 的介紹 & 說明
Reference
2022-01-18
網路介紹的文章
- LeeMeng - 揭開資料科學的神秘面紗
- LeeMeng - 資料科學家 L 的奇幻旅程 Vol.1 新人不得不問的 2 個問題
Tool
- LeeMeng - 一段 Airflow 與資料工程的故事:談如何用 Python 追漫畫連載
- Not a Real Degree: Data Science: Term 1: Data Analysis - Airtable 一個滿有趣的線上工具, Airtable
Reference
Your first day of school | by David Venturi | Medium 由這份開始看起,滿有趣的,來試試看
This is Not a Real Data Science Degree | by David Venturi | Medium
The Best Statistics & Probability Courses for Data Science — Class Central Career Guides
The Best Intro to Programming Courses for Data Science — Class Central Career Guides
2022-01-14
2022-01-14
2022-01-12
2021-12-30
2021-12-30
最近使用 AWS console, AWS cli, serverless framework, terraform 後,有歸納出一個經驗來
就是要嘗試使用一個新的服務 或是 功能時,一開始的時候,先以 AWS console or AWS cli 的方式,先一步一步的依照 教學 or tutorial 來建立 & 練習
有了手動建立的經驗後,會對這個服務的功能 & 操作有一定基礎的認識
接著,就是找看看 terraform & serverless 的方式來自動化、重複性的可以建立需要的服務
這樣,就會有見樹又見林的了解
另外,就是 terraform 的使用,也是先用就基本的 terraform resource 就好,先不用 module 的方式,可以加深自己對 AWS 的認識 & 了解