DEV Community

Discussion on: June 25th, 2021: What did you learn this week?

Collapse
 
skidragon profile image
Simon Davis

I learned about docker which creates an environment container for my app to run in. Great for different team members who uses different OS. I did learn about how to use the GraphCMS to do content modeling and create my category and product queries. Also graphql codegen to create my types and my calls via my graphql files and schema so now I have my product pages statically generated with Next.js. On a conceptual level, I did look into the SOLID principle for OOP. Also learned about spies and stubs for mocking purposes. My goal next week is hopefully get react hooks form, stripe, the email service implemented in the app with the addition of using CMS web hooks for emailing when a new product comes out or when the order is created and at least get an MVP project.