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.

That's awesome! 🔥
I want to learning it too, its neo-vim and vim are same?
They are not the same. But I believe that the most recent versions of vim and neovim can do the same things.
I am currently trying my hands on steganography and playing around with CTFs. As well as Iearned about Vuetify and am using it in my nuxt project
I learnt a bit of pandas in python, like how to control the display of dataframes... Note I can use pandas to print out tables without worrying about pandas auto truncating the data... Yay!!!
Panda!
This week I learned to build web frontend using only WebAssembly. Look ma! (Almost) no HTML and javascript!
I learned how to mock a ldap server in Spring.
Nice!
I learn what is reduce, how to use it and when. Because last week I understood state management and used it with Context and Hooks
I've learned React Transition Group to make animations when mounting and unmouting a component.