
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.
This week I learnt about nuxtjs colour module and using nuxtjs/content module and also that I need to learn some more Vue...
Interesting I am also learning nuxt its great but I faced some issues while connecting Vuetify with it in production. Also can you tell about these modules that you mentioned.
I read the posts on the official blog they are well documented:
@nuxtjs/color-mode
zh.nuxtjs.org/blog/going-dark-with...
and the latest post on using content module:
zh.nuxtjs.org/blog/creating-blog-w...
Hope this helps. I've such fun learning them and want to learn more.
I learned how to mock a ldap server in Spring.
Nice!
This week I learned to build web frontend using only WebAssembly. Look ma! (Almost) no HTML and javascript!
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!
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.