It's that time of the week again. So wonderful devs, what did you learn this week? It could be programming tips, career advice etc.

Awesome!
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.
I learnt about using Assertion Scope in C# with Fluent Assertions.
TLDR; If you write a test that uses multiple assertions, you can check the result for all of them at once using a Assertion Scope rather than having to fix your code each time your test fails on a Assertion!
I think it'll need to be my next #csharp blog post 😊
Nice!
Since I'm always curious to design things, so I made my own VS Code theme extension this week and added colors that match my desktop setup. I have made a blog too this Sunday. Here is the link:
dev.to/gauravsinhaweb/i-made-my-ow...
Learned to make professional menu bars with HTML and CSS
I learned how to do mini filter image app with JS and CSS and used also input file to upload to the browser the image that I want to change with filters.
That's awesome! 🔥