DEV Community

Discussion on: September 10th, 2020: What did you learn this week?

Collapse
 
ridhikgovind profile image
Ridhik Govind

As a newbie to Web Development, this week I learned a lot ! Although, it did take me a hella lot of time to wrap my head around some concepts ! Here are somethings I learned this week:

  1. fetch an API
  2. Use express.js to create static web page server
  3. Use npm
  4. Use nedb as a database to store the response from the API and also grab the data from the database.
  5. Learned how the whole relationship between the client and the server side and how both work together. (especially while creating the "endpoints" part)
Collapse
 
nickytonline profile image
Nick Taylor

That's awesome! 🔥

Yes, that's awesome!