From 7b643bd7bbf13467412fe5c4120135fee98471ed Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Mon, 28 May 2018 01:18:13 -0400 Subject: [PATCH 01/12] Fixed markdown error in link to log file in rules.md --- intl/fr/rules.md | 2 +- intl/ko/rules.md | 2 +- intl/pt-br/regras.md | 2 +- intl/ua/rules.md | 2 +- rules.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/intl/fr/rules.md b/intl/fr/rules.md index b086fff8b0d..669a3d38d13 100644 --- a/intl/fr/rules.md +++ b/intl/fr/rules.md @@ -10,7 +10,7 @@ June 25th, 2016. [PUT YOUR DATE HERE] 1. I will tweet about my progress every day -> using the hashtag #100DaysOfCode 2. If I code at work, that time won't count towards the challenge. 3. I will push code to GitHub every day so that anyone can see my progress. -4. I will update the (Log)[log.md] with the day's progress and provide a link so that others can see my progress. +4. I will update the [Log](log.md) with the day's progress and provide a link so that others can see my progress. 5. I will work on real projects, facing real challenges. The time spent doing tutorials, online courses and other similar resources will NOT count towards this challenge. (If you've just started learning to code, read [FAQ](FAQ.md)) diff --git a/intl/ko/rules.md b/intl/ko/rules.md index 612d1cfe51a..e25d95c2046 100755 --- a/intl/ko/rules.md +++ b/intl/ko/rules.md @@ -10,7 +10,7 @@ 1. 매일 내 진행 상황을 트윗한다. -> #100DaysOfCode (#100일코딩) 해시태그와 함께 2. 만약 직장이나 일과 관련된 코딩을 한다면, 그 시간은 도전 시간에 포함되지 않습니다. 3. 모두가 내 진행 상황을 볼 수 있도록, GitHub에 작성한 코드를 올립니다. -4. 모두가 내 진행 내용을 알 수 있도록, 하루의 진행 내용과 링크를 (Log)[log.md] 파일에 업데이트합니다. +4. 모두가 내 진행 내용을 알 수 있도록, 하루의 진행 내용과 링크를 [Log](log.md) 파일에 업데이트합니다. 5. 실제 프로젝트를 통해 실질적인 도전을 합니다. 튜토리얼이나 온라인 강의 같은 내용은 도전 시간에 포함되지 않습니다. (만약 당신이 코딩을 갓 시작했다면 [FAQ](FAQ.md) 내용을 참고합니다.) ## 더욱 효과적인 도전을 위한 조언 diff --git a/intl/pt-br/regras.md b/intl/pt-br/regras.md index f043c38e4f7..5c3cfadbfc6 100644 --- a/intl/pt-br/regras.md +++ b/intl/pt-br/regras.md @@ -13,7 +13,7 @@ 1. Eu irei twittar sobre meu progresso diariamente -> usando a hashtag #100DaysOfCode 2. Se eu programar no trabalho, não irei considerar esse tempo como parte do desafio. 3. Eu irei enviar meu código para o GitHub todo dia para que qualquer pessoa possa ver meu progresso. -4. Eu irei atualizar o (Log)[log.md] com meu progresso diário e irei providenciar um link para que outros possam ver meu progresso. +4. Eu irei atualizar o [Log](log.md) com meu progresso diário e irei providenciar um link para que outros possam ver meu progresso. 5. Eu irei trabalhar em projetos reais, com desafios verdadeiros. O tempo que usar vendo tutoriais, cursos online e outros recursos similares NÃO irão contar para o desafio. (Caso você esteja aprendendo a programar, leia [LEIA-ME](LEIAME.md)) ## Ideias para fazer esse desafio ser mais eficiente diff --git a/intl/ua/rules.md b/intl/ua/rules.md index b51180ee757..41550eacef3 100644 --- a/intl/ua/rules.md +++ b/intl/ua/rules.md @@ -10,7 +10,7 @@ 1. Я буду публікувати у Твіттер мій прогрес щодня -> використовуючи хеш-тег #100DaysOfCode, #100ДнівКоду 2. Якшо я пишу к од на роботі, цей час не буде зараховуватись у мій челлендж. 3. Я буду заливати мій код на GitHub щодня, щоб будь-хто міг відстежити мій прогрес. -4. Я буду оновлювати (Log)[log.md] з моїм щоденним прогресом і надавати посилання, щоб інші могли бачити мій прогрес. +4. Я буду оновлювати [Log](log.md) з моїм щоденним прогресом і надавати посилання, щоб інші могли бачити мій прогрес. 5. Я буду працювати над реальними проектами, стикаючись з реальними проблемами. Час витрачений на туторіали, онлайн курси або інші подібні ресурси - не зараховується! (Якщо ви щойно почали вивчати код, ознайомтесь з [FAQ](FAQ.md)). ## Ідеї, щоб зробити цей челлендж більш ефективним diff --git a/rules.md b/rules.md index b086fff8b0d..669a3d38d13 100755 --- a/rules.md +++ b/rules.md @@ -10,7 +10,7 @@ June 25th, 2016. [PUT YOUR DATE HERE] 1. I will tweet about my progress every day -> using the hashtag #100DaysOfCode 2. If I code at work, that time won't count towards the challenge. 3. I will push code to GitHub every day so that anyone can see my progress. -4. I will update the (Log)[log.md] with the day's progress and provide a link so that others can see my progress. +4. I will update the [Log](log.md) with the day's progress and provide a link so that others can see my progress. 5. I will work on real projects, facing real challenges. The time spent doing tutorials, online courses and other similar resources will NOT count towards this challenge. (If you've just started learning to code, read [FAQ](FAQ.md)) From 1f05c002d4c842815913c68b8e8064eadbe76256 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Mon, 28 May 2018 01:41:48 -0400 Subject: [PATCH 02/12] Initialized log file and set start date. --- log.md | 29 ++++------------------------- r1-log.md | 6 +++--- rules.md | 2 +- 3 files changed, 8 insertions(+), 29 deletions(-) diff --git a/log.md b/log.md index c7afe8f02ce..a772240d4c4 100755 --- a/log.md +++ b/log.md @@ -1,30 +1,9 @@ # 100 Days Of Code - Log -### Day 0: February 30, 2016 (Example 1) -##### (delete me or comment me out) +### Day 0: May 29th, 2018 -**Today's Progress**: Fixed CSS, worked on canvas functionality for the app. +**Today's Progress:** -**Thoughts:** I really struggled with CSS, but, overall, I feel like I am slowly getting better at it. Canvas is still new for me, but I managed to figure out some basic functionality. +**Thoughts:** -**Link to work:** [Calculator App](http://www.example.com) - -### Day 0: February 30, 2016 (Example 2) -##### (delete me or comment me out) - -**Today's Progress**: Fixed CSS, worked on canvas functionality for the app. - -**Thoughts**: I really struggled with CSS, but, overall, I feel like I am slowly getting better at it. Canvas is still new for me, but I managed to figure out some basic functionality. - -**Link(s) to work**: [Calculator App](http://www.example.com) - - -### Day 1: June 27, Monday - -**Today's Progress**: I've gone through many exercises on FreeCodeCamp. - -**Thoughts** I've recently started coding, and it's a great feeling when I finally solve an algorithm challenge after a lot of attempts and hours spent. - -**Link(s) to work** -1. [Find the Longest Word in a String](https://www.freecodecamp.com/challenges/find-the-longest-word-in-a-string) -2. [Title Case a Sentence](https://www.freecodecamp.com/challenges/title-case-a-sentence) +**Link to work:** \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 8c7d06989e8..96f6bb9191c 100755 --- a/r1-log.md +++ b/r1-log.md @@ -1,10 +1,10 @@ # #100DaysOfCode Log - Round 1 - [Your Name Here] -The log of my #100DaysOfCode challenge. Started on [July 17, Monday, 2017]. +The log of my #100DaysOfCode challenge. Started on May 29th, 2018. ## Log ### R1D1 -Started a Weather App. Worked on the draft layout of the app, struggled with OpenWeather API http://www.example.com + -### R1D2 + diff --git a/rules.md b/rules.md index 669a3d38d13..c64c87cf584 100755 --- a/rules.md +++ b/rules.md @@ -4,7 +4,7 @@ ### *I will code for at least an hour every day for the next 100 days.* #### Start Date -June 25th, 2016. [PUT YOUR DATE HERE] +May 29th, 2018 ## Additional Rules 1. I will tweet about my progress every day -> using the hashtag #100DaysOfCode From 186b29a6edd1e11ca5ce74446d14631e6749ebed Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Tue, 29 May 2018 04:29:56 -0400 Subject: [PATCH 03/12] R1D1 --- log.md | 5 +++-- r1-log.md | 5 +++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/log.md b/log.md index a772240d4c4..49f189fc75b 100755 --- a/log.md +++ b/log.md @@ -2,8 +2,9 @@ ### Day 0: May 29th, 2018 -**Today's Progress:** +**Today's Progress:** Started a book exchange / marketplace app. Setup the main framework with Node and HAPI. Setup Routing, and also added Swagger to document the API. The basic API now returns the data in JSON format from the CSV input. **Thoughts:** +The data file cleanup took a bit of time. Need to set up a database and also make the code available online. That's for another day. Will link to Tweet for now. -**Link to work:** \ No newline at end of file +**Link to work:** [Tweet for R1D1](http://bit.ly/2xm5qiG) \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 96f6bb9191c..17a6b64513a 100755 --- a/r1-log.md +++ b/r1-log.md @@ -5,6 +5,11 @@ The log of my #100DaysOfCode challenge. Started on May 29th, 2018. ## Log ### R1D1 +Started a book exchange / marketplace app. Setup the main framework with Node and HAPI. Setup Routing, and also added Swagger to document the API. The basic API now returns the data in JSON format from the CSV input. + +The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in a _Promise_. Need to set up a database and also make the code available online. That's for another day. Will link to Tweet for now. + +[Tweet for R1D1](http://bit.ly/2xm5qiG) From be2fb2cdb6dd78a200277e176458c8d052ff89d6 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Wed, 30 May 2018 02:52:40 -0400 Subject: [PATCH 04/12] R1D2 --- log.md | 14 +++++++++++--- r1-log.md | 11 ++++++++--- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/log.md b/log.md index 49f189fc75b..ea3c2bd9005 100755 --- a/log.md +++ b/log.md @@ -1,10 +1,18 @@ # 100 Days Of Code - Log -### Day 0: May 29th, 2018 +### Day 1: May 28th, 2018 **Today's Progress:** Started a book exchange / marketplace app. Setup the main framework with Node and HAPI. Setup Routing, and also added Swagger to document the API. The basic API now returns the data in JSON format from the CSV input. **Thoughts:** -The data file cleanup took a bit of time. Need to set up a database and also make the code available online. That's for another day. Will link to Tweet for now. +The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in a _Promise_. Need to set up a database and also make the code available online. That's for another day. Will link to Tweet for now. -**Link to work:** [Tweet for R1D1](http://bit.ly/2xm5qiG) \ No newline at end of file +**Link to work:** [Tweet for R1D1](http://bit.ly/2xm5qiG) + +### Day 2: May 29th, 2018 + +**Today's Progress:** Fixed errors in Swagger that made testing the API calls fail and show no response. Was due to a CORS issue. Also tested several APIs for getting info from ISBN numbers. Created a repo for the project and mirrored it so that it is now on Github and Gitlab. + +**Thoughts:** Small little things can cause so much aggravation and pain. Case in point, the CORS issue. Was caused by the server being configured with **_0.0.0.0_** as the host, and the browser checking **_localhost_** :) APIs also seem to change. Product API now needs confirmation and approval of Amazon Associate, which you only get with 3 purchases in 180 days which then triggers a review process. + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 17a6b64513a..aedfce48fde 100755 --- a/r1-log.md +++ b/r1-log.md @@ -1,6 +1,6 @@ # #100DaysOfCode Log - Round 1 - [Your Name Here] -The log of my #100DaysOfCode challenge. Started on May 29th, 2018. +The log of my #100DaysOfCode challenge. Started on May 28th, 2018. ## Log @@ -10,6 +10,11 @@ Started a book exchange / marketplace app. Setup the main framework with Node an The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in a _Promise_. Need to set up a database and also make the code available online. That's for another day. Will link to Tweet for now. [Tweet for R1D1](http://bit.ly/2xm5qiG) - - +### R1D2 +Fixed errors in Swagger that made testing the API calls fail and show no response. Was due to a CORS issue. Also tested several APIs for getting info from ISBN numbers. Created a repo for the project and mirrored it so that it is now on Github and Gitlab. + +Small little things can cause so much aggravation and pain. Case in point, the CORS issue. Was caused by the server being configured with **_0.0.0.0_** as the host, and the browser checking **_localhost_** :) APIs also seem to change. Product API now needs confirmation and approval of Amazon Associate, which you only get with 3 purchases in 180 days which then triggers a review process. + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + From 8175dbd1b22898b1e57e7421c56ba07aea21d692 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Thu, 31 May 2018 03:26:37 -0400 Subject: [PATCH 05/12] R1D3 --- log.md | 13 ++++++++++--- r1-log.md | 12 +++++++++++- 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/log.md b/log.md index ea3c2bd9005..cceb74d1194 100755 --- a/log.md +++ b/log.md @@ -1,7 +1,6 @@ # 100 Days Of Code - Log ### Day 1: May 28th, 2018 - **Today's Progress:** Started a book exchange / marketplace app. Setup the main framework with Node and HAPI. Setup Routing, and also added Swagger to document the API. The basic API now returns the data in JSON format from the CSV input. **Thoughts:** @@ -9,10 +8,18 @@ The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in **Link to work:** [Tweet for R1D1](http://bit.ly/2xm5qiG) +--- ### Day 2: May 29th, 2018 - **Today's Progress:** Fixed errors in Swagger that made testing the API calls fail and show no response. Was due to a CORS issue. Also tested several APIs for getting info from ISBN numbers. Created a repo for the project and mirrored it so that it is now on Github and Gitlab. **Thoughts:** Small little things can cause so much aggravation and pain. Case in point, the CORS issue. Was caused by the server being configured with **_0.0.0.0_** as the host, and the browser checking **_localhost_** :) APIs also seem to change. Product API now needs confirmation and approval of Amazon Associate, which you only get with 3 purchases in 180 days which then triggers a review process. -**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 3: May 30th, 2018 +**Today's Progress:** Separated back end from front end in same repo. Back end is in Node + Hapi, Front end is in Angular 6 and Material. Also added Mocha, and Chai for testing purposes + +**Thoughts:** Have to wrap my head around testing with Mocha and Chai before moving full speed ahead on the project. Need to get up to speed with the intricacies of Typescript and ES6. + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index aedfce48fde..4dbd7aa1fd3 100755 --- a/r1-log.md +++ b/r1-log.md @@ -1,9 +1,10 @@ -# #100DaysOfCode Log - Round 1 - [Your Name Here] +# #100DaysOfCode Log - Round 1 - Rohit Kilpadi The log of my #100DaysOfCode challenge. Started on May 28th, 2018. ## Log +--- ### R1D1 Started a book exchange / marketplace app. Setup the main framework with Node and HAPI. Setup Routing, and also added Swagger to document the API. The basic API now returns the data in JSON format from the CSV input. @@ -11,6 +12,7 @@ The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in [Tweet for R1D1](http://bit.ly/2xm5qiG) +--- ### R1D2 Fixed errors in Swagger that made testing the API calls fail and show no response. Was due to a CORS issue. Also tested several APIs for getting info from ISBN numbers. Created a repo for the project and mirrored it so that it is now on Github and Gitlab. @@ -18,3 +20,11 @@ Small little things can cause so much aggravation and pain. Case in point, the C [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] +--- +### R1D3 +Separated back end from front end in same repo. Back end is in Node + Hapi, Front end is in Angular 6 and Material. Also added Mocha, and Chai for testing purposes + +Have to wrap my head around testing with Mocha and Chai before moving full speed ahead on the project. Need to get up to speed with the intricacies of Typescript and ES6. + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + From aabc48f167c001634f573e7785cb758a5f925d69 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Fri, 1 Jun 2018 02:34:37 -0400 Subject: [PATCH 06/12] R1D4 --- log.md | 10 +++++++++- r1-log.md | 8 ++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/log.md b/log.md index cceb74d1194..04a22032807 100755 --- a/log.md +++ b/log.md @@ -22,4 +22,12 @@ The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in **Thoughts:** Have to wrap my head around testing with Mocha and Chai before moving full speed ahead on the project. Need to get up to speed with the intricacies of Typescript and ES6. -**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) \ No newline at end of file +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) + +--- +### Day 4: May 31st, 2018 +**Today's Progress:** Working on Angular and Material. Fixed several errors. Created a new component and set up the basic version of it. + +**Thoughts:** Lots of work still to do. Need to format the JSON output from the API into a better version. Still need to better understand some of the Angular 6 intricacies. The Material and FlexLayout for Angular6 are just not as well documented as the one for AngularJs. + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 4dbd7aa1fd3..da00ae7e3ba 100755 --- a/r1-log.md +++ b/r1-log.md @@ -28,3 +28,11 @@ Have to wrap my head around testing with Mocha and Chai before moving full speed [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] +--- +### R1D4 +Working on Angular and Material. Fixed several errors. Created a new component and set up the basic version of it. + +Lots of work still to do. Need to format the JSON output from the API into a better version. Still need to better understand some of the Angular 6 intricacies. The Material and FlexLayout for Angular6 are just not as well documented as the one for AngularJs. + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + From bf3ea85bf744ef3ee8507ceef69227602bf15401 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Sat, 2 Jun 2018 03:14:39 -0400 Subject: [PATCH 07/12] R1D5 --- log.md | 11 ++++++++++- r1-log.md | 9 +++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/log.md b/log.md index 04a22032807..76e52edf9d5 100755 --- a/log.md +++ b/log.md @@ -22,7 +22,7 @@ The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in **Thoughts:** Have to wrap my head around testing with Mocha and Chai before moving full speed ahead on the project. Need to get up to speed with the intricacies of Typescript and ES6. -**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] --- ### Day 4: May 31st, 2018 @@ -30,4 +30,13 @@ The data file cleanup took a bit of time. Had to also wrap the _fs.ReadFile_ in **Thoughts:** Lots of work still to do. Need to format the JSON output from the API into a better version. Still need to better understand some of the Angular 6 intricacies. The Material and FlexLayout for Angular6 are just not as well documented as the one for AngularJs. +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 5: June 1st, 2018 +**Today's Progress:** JSON output from API endpoint works now. +Booklist now shows book covers from the OpenLibrary API. + +**Thoughts:** Need to get better data source for the API. Improve Layout. Need to study Material and Flex a bit more in depth for Angular 6. Still having trouble getting it to do what could be easily done in Angular 1x with Material + **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index da00ae7e3ba..8d7cb460d2f 100755 --- a/r1-log.md +++ b/r1-log.md @@ -36,3 +36,12 @@ Lots of work still to do. Need to format the JSON output from the API into a bet [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] +--- +### R1D5 +JSON output from API endpoint works now. +Booklist now shows book covers from the OpenLibrary API. + +Need to get better data source for the API. Improve Layout. Need to study Material and Flex a bit more in depth for Angular 6. Still having trouble getting it to do what could be easily done in Angular 1x with Material + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + From 81e96f886eccbdc0b0e8e808965c1f65dbf58617 Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Tue, 5 Jun 2018 02:35:03 -0400 Subject: [PATCH 08/12] R1D6 & R1D7 --- log.md | 16 ++++++++++++++++ r1-log.md | 17 +++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/log.md b/log.md index 76e52edf9d5..5f6646855fd 100755 --- a/log.md +++ b/log.md @@ -39,4 +39,20 @@ Booklist now shows book covers from the OpenLibrary API. **Thoughts:** Need to get better data source for the API. Improve Layout. Need to study Material and Flex a bit more in depth for Angular 6. Still having trouble getting it to do what could be easily done in Angular 1x with Material +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 6: June 3rd, 2018 +**Today's Progress:** **Lambda** functions, **serverless architecture** oh my! :) Planning on moving some of my projects to **AWS** to better utilize serverless architecture + +**Thoughts:** Didn't code yesterday. Did tutorials & read up on new tech that I want to use, but no code so doesn't count. + +**Link to work:** [Tweet for R1D6](http://bit.ly/2JqnJbl) + +--- +### Day 7: June 4th, 2018 +**Today's Progress:** API research and testing for book metadata retrieval and some coding around [SQLite](http://bit.ly/2sCFnhy) to prepare for the main core of the project + +**Thoughts:** Need to work more on testing with [Mocha](http://bit.ly/2HlFwLK) and [Chai](http://bit.ly/2sBuZXw). Not being very consistent. It is a little tricky to set up and I get too impatient + **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 8d7cb460d2f..d161b3fe843 100755 --- a/r1-log.md +++ b/r1-log.md @@ -45,3 +45,20 @@ Need to get better data source for the API. Improve Layout. Need to study Materi [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] +--- +### R1D6 +**Lambda** functions, **serverless architecture** oh my! :) +Planning on moving some of my projects to **AWS** to better utilize serverless architecture + +Didn't code yesterday. Did tutorials & read up on new tech that I want to use, but no code so doesn't count. + +[Tweet for R1D6](http://bit.ly/2JqnJbl) + +--- +### R1D7 +API research and testing for book metadata retrieval and some coding around [SQLite](http://bit.ly/2sCFnhy) to prepare for the main core of the project + +Need to work more on testing with [Mocha](http://bit.ly/2HlFwLK) and [Chai](http://bit.ly/2sBuZXw). I am not being very consistent. I find it a little tricky to set up and I get too impatient + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + From 3790818be4617b15f3e4181fb9735f69d826f05a Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Fri, 8 Jun 2018 02:50:31 -0400 Subject: [PATCH 09/12] R1D8 & R1D9 --- log.md | 16 ++++++++++++++++ r1-log.md | 7 +++++++ 2 files changed, 23 insertions(+) diff --git a/log.md b/log.md index 5f6646855fd..8961d74d844 100755 --- a/log.md +++ b/log.md @@ -55,4 +55,20 @@ Booklist now shows book covers from the OpenLibrary API. **Thoughts:** Need to work more on testing with [Mocha](http://bit.ly/2HlFwLK) and [Chai](http://bit.ly/2sBuZXw). Not being very consistent. It is a little tricky to set up and I get too impatient +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 8: June 6th, 2018 +**Today's Progress:** Studied and tried out various service worker scripts and AWS Lambda. Focused on Angular 6. + +**Thoughts:** Serverless architecture is really interesting! + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 9: June 7th, 2018 +**Today's Progress:** Partially migrated a theme from Pixelarity to a Ghost Theme. This will be used as the main site for my projects and I will be moving some of the jquery scripts to Angular 6. + +**Thoughts:** Difficult to find time every single day for coding that is not work related. Not giving up though .. just restarting with vigor. + **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index d161b3fe843..2129ef22b58 100755 --- a/r1-log.md +++ b/r1-log.md @@ -62,3 +62,10 @@ Need to work more on testing with [Mocha](http://bit.ly/2HlFwLK) and [Chai](http [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] +--- +### R1D8 +Partially migrated a theme from Pixelarity to a Ghost Theme. This will be used as the main site for my projects and I will be moving some of the jquery scripts to Angular 6. + +Could not do any coding apart from work related coding for the last couple of days. Not giving up though .. just restarting with vigor. + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] From 27857dc2b02a13d63fcee032fa6ae30a2c029b6e Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Sun, 10 Jun 2018 23:31:38 -0400 Subject: [PATCH 10/12] R1D10-R1D11 --- log.md | 16 ++++++++++++++++ r1-log.md | 24 ++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/log.md b/log.md index 8961d74d844..d6f4f4fbf65 100755 --- a/log.md +++ b/log.md @@ -71,4 +71,20 @@ Booklist now shows book covers from the OpenLibrary API. **Thoughts:** Difficult to find time every single day for coding that is not work related. Not giving up though .. just restarting with vigor. +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 10: June 9th, 2018 +**Today's Progress:** Worked on website for the project. Should be ready and public in a couple of days + +**Thoughts:** Wonder whether it is better to keep website, angular app, and api separate or to run them unified + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 11: June 10th, 2018 +**Today's Progress:** Did some coding tests and working through some advanced Angular 6 concepts + +**Thoughts:** Going to keep the three parts separate for now. + **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file diff --git a/r1-log.md b/r1-log.md index 2129ef22b58..3fabd9a17b9 100755 --- a/r1-log.md +++ b/r1-log.md @@ -64,8 +64,32 @@ Need to work more on testing with [Mocha](http://bit.ly/2HlFwLK) and [Chai](http --- ### R1D8 +Studied and tried out various service worker scripts and AWS Lambda. Focused on Angular 6. + +Serverless architecture is really interesting! + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### R1D9 Partially migrated a theme from Pixelarity to a Ghost Theme. This will be used as the main site for my projects and I will be moving some of the jquery scripts to Angular 6. Could not do any coding apart from work related coding for the last couple of days. Not giving up though .. just restarting with vigor. **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### R1D10 +Worked on website for the project. Should be ready and public in a couple of days + +Wonder whether it is better to keep website, angular app, and api separate or to run them unified + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### R1D11 +Did some coding tests and working through some advanced Angular 6 concepts + +Going to keep the three parts separate for now. + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file From dac619c18094322aab1cdcfaa57d49f72d1d1f9b Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Tue, 12 Jun 2018 04:44:03 -0400 Subject: [PATCH 11/12] R1D12 --- log.md | 10 +++++++++- r1-log.md | 11 ++++++++++- 2 files changed, 19 insertions(+), 2 deletions(-) diff --git a/log.md b/log.md index d6f4f4fbf65..5b595c545f7 100755 --- a/log.md +++ b/log.md @@ -87,4 +87,12 @@ Booklist now shows book covers from the OpenLibrary API. **Thoughts:** Going to keep the three parts separate for now. -**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### Day 12: June 11th, 2018 +**Today's Progress:** Worked on the website design for the main site as well as some Material and Flex with Angular 6. Very basic angular part is [now online](http://bit.ly/2l5fBiG) This will be fleshed out and improved + +**Thoughts:** Need to work on the UX/UI + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] diff --git a/r1-log.md b/r1-log.md index 3fabd9a17b9..bb2ecd8cab3 100755 --- a/r1-log.md +++ b/r1-log.md @@ -92,4 +92,13 @@ Did some coding tests and working through some advanced Angular 6 concepts Going to keep the three parts separate for now. -[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] \ No newline at end of file +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) ] + +--- +### R1D12 + +Worked on the website design for the main site as well as some Material and Flex with Angular 6. Very basic angular part is [now online](http://bit.ly/2l5fBiG) This will be fleshed out and improved + +Need to work on the UX/UI + +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] \ No newline at end of file From a10462e8de0e38a445b54ae0df5514b8c519460a Mon Sep 17 00:00:00 2001 From: Rohit Kilpadi Date: Thu, 28 Jun 2018 02:53:52 -0400 Subject: [PATCH 12/12] R1D13 After a two week break :( --- log.md | 8 ++++++++ r1-log.md | 10 +++++++++- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/log.md b/log.md index 5b595c545f7..6696ee143ce 100755 --- a/log.md +++ b/log.md @@ -96,3 +96,11 @@ Booklist now shows book covers from the OpenLibrary API. **Thoughts:** Need to work on the UX/UI **Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] + +--- +### Day 13: June 27th, 2018 +**Today's Progress:** Set up API with a very rough import function into a local sqlite3 database. The import function is really very rough. Will refactor later + +**Thoughts:** Will investigate differences between local sqlite3 and Mongodb Atlas + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] diff --git a/r1-log.md b/r1-log.md index bb2ecd8cab3..acc95117aec 100755 --- a/r1-log.md +++ b/r1-log.md @@ -101,4 +101,12 @@ Worked on the website design for the main site as well as some Material and Flex Need to work on the UX/UI -[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] \ No newline at end of file +[ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] + +--- +### R1D13 +Set up API with a very rough import function into a local sqlite3 database. The import function is really very rough. Will refactor later + +Will investigate differences between local sqlite3 and Mongodb Atlas + +**Link to work:** [ [Github](http://bit.ly/2snBVYg) | [Gitlab](http://bit.ly/2H4F3NQ) | [Demo](http://bit.ly/2l5fBiG) ] \ No newline at end of file