shermix' weblog

Jan20

  • Clarified the data flow, lifecycles and render props concepts in Advanced React
  • Finished till the “More Mutations and Updating the Store” sub-module of the frontend React+Apollo part of howtographql.com : Covered 7/10 sub-modules (6 for today).

~Day54


#Jan20 #daysofcode

~Day53


#Jan20 #daysofcode

  • Wrapped up the back-end graphql-node part on howtographql.com with 98% score.
  • Started with the “Getting Started” section on React + Apollo track on howtographql.com

Note: Still struggling with this error on running npm start with create-react-app. Somebody please Halp

code: 'EADDRINUSE',
  errno: -98,
  syscall: 'listen',
  address: '::',
  port: 4000
}
npm ERR! code ELIFECYCLE
npm ERR! errno 1

Fix : killall -9 node

~Day52


#Jan20 #daysofcode

  • Finished till the authentication sub-module of the back-end graphql-node part of howtographql.com : Covered 7/10 sub-modules for today.

~Day51


#Jan20 #daysofcode

  • Revised concepts of express, node and REST partially.
  • Finished the introductory part of howtographql.com

~Day50

Note:

Archives before this day can be found at write.as/shermixs-blog/


#Jan20 #daysofcode