shermix' weblog

A lair to write on my adventures with open source, codes and life alike. keybase.io/shermix on web.

  • Proposed architecture for ct-api here in osdc repo.
  • Learnt concepts on Mongoose driver, MongoDB and using GraphQL with MongoDB.
  • Setup local environments for Mongo and setup MongoDB Atlas Cluster.

~Day60


#Feb20 #daysofcode

  • Proposed a project on building OSDC Community tools for solving the meetup workflow with an API first platform and a SPA with integrations. Integrations proposed are endpoints in API for telegram bots, automated merges to md files at osdc/meetup repo for maintaining archival data among many others.

GitHub Issue and proposed features can be found at the OSDC repository at github.com/osdc/meetups/issues/40.

~Day58


#Feb20 #daysofcode

  • Finished “Complete Intro to Containers” by Brian Holt on FrontendMasters. ( 5/9 sub-modules today on Making tiny containers and Features in Docker (Bind mounts, volumes, containers and dev env w/o Vs Code, networking, Docker compose, Kubernetes fundamentals, Kompose, Buildah & Podman OCIs)

~Day57


#Feb20 #daysofcode

  • Done with 4/9 sub-modules on Introduction, Containers, Docker and The Dockerfile from the course on “The Complete Intro to Containers!” as taught on Frontend Masters by Brian Holt.

~Day56


#Feb20 #daysofcode

  • Finished the frontend React+Apollo part of howtographql.com : (3 sub modules for today). A 98% score is good to have but doesn't actually mean much.

TODO Revise advanced React concepts on hooks, fragments and go through Apollo client docs in context of hwotographql frontend tutorial hackernews clone project context.

~Day55


#Feb20 #daysofcode

  • 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