
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 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! ๐ฅ