Skip to content

Latest commit

 

History

History
46 lines (22 loc) · 1.45 KB

File metadata and controls

46 lines (22 loc) · 1.45 KB

100 Days Of Code - Log

Author - som_webster

Day 0: February 8, 2019

Today's Progress: Starting with Airtable API

Thoughts: Airtable is a tool I use to store my data in form of excel sheet. Recently came to knew about Airtable API which works with Node js. I am new to Node js so starting with tutorials from different sources.

Link to work: Portfolio Page

Day 1: February 9, 2019

Today's Progress: Deployed a Node.js application

Thoughts: Airtable API can be used with both Curl and Node.js, currently trying to understand how node works with it. Deployed a node app in Heroku.

Link to work: Portfolio Page

Day 2: February 10, 2019

Today's Progress: Worked on UI for showing airtable data in web. Thoughts: Missed my log due to internet issues.

Link to work: Portfolio Page

Day 3: February 11, 2019

Today's Progress: Published the UI on Github. Tried a template from colorlib. Thoughts: Not using a design from scratch as motive is to learn about the API and node.

Link to work: Portfolio Page

Day 4: February 12, 2019

Today's Progress: Deployed first Node based app in Heroku. Learning how to use NPM commands. Thoughts: Getting-started-with-node tutorial is really worth trying. Best way to learn while doing.

Link to work: Portfolio Page