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.
And remember, if something you learnt was a big win for you, then you know where to drop it as well.👇👇🏻👇🏼👇🏽👇🏾👇🏿


Latest comments (13)
I started with spring two weeks ago due to the teams needs. This week I have learned the builder pattern, it's clean, it's awesome and it makes me an stronger pro 🤓
I learned how to use
traefikto setup a reverse proxy andTCPport forwarder for docker containers and internal subnet. It used to be such a pain to write nginx config. Thanks #traefik team.Learnt how to properly set up storybook alongside typescript + next.js
Learnt practical use of async and defer attribute in script tag.
As we know that Javascript files are main hindrance in page rendering path. But with help of
asyncwe tell renderer to load this file asynchronously (means dont wait for anything) anddeferrefers to execute it after DOM loaded.Yipeee... #performanceMatters
I really started learning TDD thanks to
Daniel Irvine
and the book Mastering React Test-Driven Development. It's really well explained and I am progressively starting to implement what I am learning in my daily work.
redis for cache in django
That communication skills are far more important than I use to care about sometimes.
I learned that sometimes, when you actually put something live for the first time, no matter how many tests you’ve run and scenarios you’ve tried, you will still find some good and some nasty surprises! So be prepared to learn from them and adapt fast!
I finally got to deploy my AI project. Though it's still a work in progress. I really feel like this was a big win because it got me up on my feet. Looking forward to an even bigger win next week
How to typecheck a visual programming graph