Date: 12 June 2019
🎯Continued the Full Stack Project, completed basic backend including API data endpoints, JWT Auth. Also fixed lot of boilerplate errors & restructured most of our code for efficiency & speed. Working on UI as of now.
#100DaysOfCode@AltCampus#AltCampus
Heads up for anyone new to working on a full fledged web app...
Use tools like Create react app instead of creating or using a boilerplate. Might save you some time on solving unexpected errors.
#100DaysOfCode#AltCampus.
Day 4: #100DaysOfCode#AltCampus
Today I learnt about 'Flexbox' and why it is better than using floats and inline-block elements. Implemented various types of lists in HTML.
check out the code here: https://t.co/tacPlxZlVp
Day9: Today's session on #Git#Github shed some good light into why you should push your code fast🤓
Code collaboration on scale is facilitated by version control services like (git) GitHub & resolving merge conflicts becomes easy.
#100DaysOfCode#CodeNewbie#AltCampus#Webdev
Learned about client side routing and how it can be used to process less data for example a specific component.
P.S Axios cuts the two step process of fetch of making a request and and to call the .json method to just sending the data object directly.
#AltCampus#100DaysOfCode
I was kind of already familiar with the basics of #UNIX and #Git. But today's session at @AltCampus made me understand the actual power of it.
UNIX was created with developers in mind. And think of #Github as google drive for your code.
GitHub can also host your page.
Day 3: #100DaysOfCode#AltCampus
Today I learnt about Git, and learnt how to collaborate with other people while working on a project and resolve merge conflicts. Also got introduced to 'Zsh'. I must say I'm tempted to ditch Bash for Zsh.
Happy Coding!
Had a great session on Unix and Git. The most interesting part was resolving the merge conflicts, and @dprank explained everything flawlessly. I now understand how collaborative efforts lead to great softwares, all thanks to Git and @AltCampus