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.
Feel free to comment with what you learnt and/or reference your TIL post to give it some more exposure.
#todayilearned
Summarize a concept that is new to you.

Latest comments (42)
I learnt Axios is using the old XMLHttpRequests as its backend, no wonder it has so many bugs recently.
Then I did some research on fetch api based api client, SuperAgent seems to be the best choice
I learned Unit Test with .Net Core 6 and the importance to try to not leave technical debt in your projects.
E-commerce is hard.
Optimising pages for web vitals.
Getting UX right for customers to not feel lost or overwhelmed.
Competing with the large market places is tough.
But....
It's all great fun
I had an exciting deep dive into the upcoming Terraform v1.2 release features! And wrote a blog about that π€©
I got a book about object-oriented programming, so I'm learning that right now! I'm already familiar with JSON, so that makes it a lot easier!
I have not!! But woooahhh, this looks right up my alley indeed. Might even get me to learn a bit of code. π
I see that we got a few folks on DEV who've written on it as well.
Wow, I'm seriously going to look into this some more. Thanks a bunch for sharing!
This week I learned that you can measure the use of "curl | bash" from the server-side :)
Learned and still learning Integration and unit tests with cypress, coming from jest and mocha it is pretty easy to get up and running with.
Especially love the fact that it comes bundled with native browser support and can still be run in headless mode for CI/CD with is important to me for my web dev projects
sourceKing
I re learned that html IDs can just be typed into the console just like the $0 trick for quick play
really