Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taranjeet/100-days-of-code-journal
A modified version of the progress of 100 days of code challenge
https://github.com/taranjeet/100-days-of-code-journal
Last synced: 4 days ago
JSON representation
A modified version of the progress of 100 days of code challenge
- Host: GitHub
- URL: https://github.com/taranjeet/100-days-of-code-journal
- Owner: taranjeet
- License: mit
- Created: 2018-07-02T17:03:34.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-22T16:38:02.000Z (over 6 years ago)
- Last Synced: 2024-11-10T06:41:47.001Z (2 months ago)
- Size: 29.3 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Roadmap: roadmap.md
Awesome Lists containing this project
README
# 100-days-of-code-journal
A modified version of the progress of 100 days of code challenge## Day 1: 2 July 2018
**Today's Progress** : Started Learning React, Learned how to think in components, Created a CRUD app(using state and api integration). Created a backend api server using DRF.
**Thoughts** : I simplified the learning by first creating totally state managed application in react and then adding api integration.
**Link to Work** :
* [todo-app-backend](https://github.com/taranjeet/todo-app-backend)
* [todo-app-frontend](https://github.com/taranjeet/todo-app-frontend)## Day 2: 3 July 2018
**Today's Progress** : Added bootstrap in todo app frontend. Setup JWT based authentication in todo app backend. Created authentication (Login/Signup) using JWT.
**Thoughts** : Followed this [tutorial](https://medium.com/@dakota.lillie/django-react-jwt-authentication-5015ee00ef9a) to implement JWT based authentication in Django and react. Next step would be to integrate this in todo app frontend.
**Link to Work** :
* [todo-app-backend](https://github.com/taranjeet/todo-app-backend)
* [todo-app-frontend](https://github.com/taranjeet/todo-app-frontend)
* [auth-app-frontend](https://github.com/taranjeet/auth-app-frontend)## Day 3: 4 July 2018
**Today's Progress** : Created Github user info application.
**Thoughts** : Needs more work on the UI side. Some props were not properly passed to Card. Will pick this up tomorrow. Also need to refactor UI for authentication app.
**Link to Work** :
* [react-github-user-info](https://github.com/taranjeet/react-github-user-info)## Day 4: 5 July 2018
**Today's Progress** : Updated UI of Github user info application. Fixed some bugs related to props.
**Thoughts** : Need to refactor UI for authentication app.
**Link to Work** :
* [react-github-user-info](https://github.com/taranjeet/react-github-user-info)## Day 5: 6 July 2018
**Today's Progress** : Created Single Page application using react router.
**Thoughts** : Next would be to implement dynamic url based routing.
**Link to Work** :
* [react-spa-demo](https://github.com/taranjeet/react-spa-demo)## Day 6: 7 July 2018
**Today's Progress** : Update UI of authentication app.
**Thoughts** : Next would to figure what should be the plan for next week.
**Link to Work** :
* [auth-app-frontend](https://github.com/taranjeet/auth-app-frontend)## Day 7: 8 July 2018
**Today's Progress** : Implemented dynamic routing using react-router-v4. Selected the roadmap for next week.
**Thoughts** : This [tutorial](https://medium.com/@pshrmn/a-simple-react-router-v4-tutorial-7f23ff27adf) and [this](https://scotch.io/tutorials/routing-react-apps-the-complete-guide) helped in creating today's content. Next thing that can be picked will be to create a static business listing website (with proper design)
**Link to Work** :
* [react-movie-detail-demo](https://github.com/taranjeet/react-movie-detail-demo)## Day 8: 9 July 2018
**Today's Progress** : Implemented basic version of tic-tac-toe game
**Thoughts** : Followed the official [tutorial](https://reactjs.org/tutorial/tutorial.html#setup-for-the-tutorial) of react. Need to implement history feature.
**Link to Work** :
* [react-tic-tac-toe](https://github.com/taranjeet/react-tic-tac-toe)## Day 9: 13 July 2018
**Today's Progress** : Fixed major bug(0 based indexing) in tic-tac-toe.
**Thoughts** : Due to this bug, the matching part was not working in the game. Could not code for 3 days due to some personal work. Next day, I expect to implement history feature.
**Link to Work** :
* [react-tic-tac-toe](https://github.com/taranjeet/react-tic-tac-toe)## Day 10: 14 July 2018
**Today's Progress** : Implemented history traversal feature in tic-tac-toe.
**Thoughts** : Busy day, so could not work for longer time.
**Link to Work** :
* [react-tic-tac-toe](https://github.com/taranjeet/react-tic-tac-toe)## Day 11: 16 July 2018
**Today's Progress** : A detour from learning react. Did a basic learning session on Ansible(101 sort of)
**Thoughts** : Busy day, so could not work for longer time.
**Link to Work** :
* [Ansible 101](https://github.com/taranjeet/taranjeet.github.io/blob/master/notes/ansible.md)## Day 12: 17 July 2018
**Today's Progress** : One more day on Ansible. Learned more about Playbooks, Variables and Precedence Order.
Made an upstream contribution to ansible docs as well :)**Thoughts** : Spent most of the day in reading and learning
**Link to Work** :
* None## Day 13: 22 July 2018
**Today's Progress** : Did some research on mapping and various methods for preprocessing text before indexing document. Wrote some python code to do the same.
**Thoughts** : Spend most of today's time in planning stuff.
**Link to Work** :
* None