Skip to content

Latest commit

 

History

History
executable file
·
62 lines (34 loc) · 2.63 KB

log.md

File metadata and controls

executable file
·
62 lines (34 loc) · 2.63 KB

100 Days Of Code - Log

Day 1: August 9, 2019

Today's Progress: I've gone through many exercises on FreeCodeCamp on the React Challenges. I stopped at "Create a Stateful Component"

Thoughts I feel like i'm making progress in React and that i can do some things on my own

Day 2: August 10, 2019

Today's Progress: I've gone through 14 exercises on FreeCodeCamp on the React Challenges. I stopped at "Manage Updates with Lifecycle Methods"

Thoughts It was a bit harder on the challenge "Manage Updates with Lifecycle Methods" because if forgot to use this.setState and modified the state directly instead

Points to work on Listeners in javascript

Day 3: August 11, 2019

Today's Progress: Worked on a new little project : A minecraft server management application

The goal is to manage my local server (Start/Stop Server and minecraft service) directly from one interface. I already did this in PHP but i wanted to do it in React/Node JS

Points to work on My attention and patience

Day 4: August 12, 2019

Today's Progress: Finished React challenges on learn.freecodecamp.org

Points to work on I will now try to learn Redux and work on my little project

Day 5: August 13, 2019

Today's Progress: Advanced through my minecraft server manager project So far now i can see the players connected with their avatar and the possibility of downloading there skins (Thanks crafatar) I can also send rcon commands to my server and see the result in real time with the use of socket.io on the console output

I also managed to push to production my react and node app on a raspberry pi but with some problem with CORS

Points to work on Deployment on my raspberry pi, design of my application in general (Bootstrap but no margin are used so everything is very compact)

Day 6 : August 14, 2019

Today's Progress: Advanced again through my minecraft server manager. Corrected a lot of bugs (Could not access the query protocol of my server) I also separated the divs of each component in one col each with react-bootstrap.

Points to work on Need to correct a bug where the players would not update on the application

Day 7 : August 15, 2019

Today's Progress: Fixed some bugs on minecraft mgmt (Auto update fixed), css fixes

Day 8 : August 16, 2019

Today's Progress: Added the level of the player on minecraft management

Points to work on Add life and armor meter

Day 9 : August 18, 2019

Today's Progress: Player Health and armor are now visible is my minecraft server mgmt app. I used the Dynmap plugin api which gives more info about the players connected in JSON format.