DEV Community

Michael Tharrington for CodeNewbie

Posted on

What you learning about this weekend?

Hey y'all ๐Ÿ‘‹

What ya learning on this weekend?

Whether you're sharpening your JS skills, making PRs to your OSS repo of choice ๐Ÿ˜‰, sprucing up your portfolio, or writing a new post here on DEV, we'd like to hear about it.

Hope ya have a nice productive weekend!

cartoon kitten typing away at a computer... or possibly just "making biscuits" on the keyboard

Top comments (6)

Collapse
 
ashcript profile image
As Manjaka Josvah

I've just tried socket.io on my RT reactJS chat app. It's pretty easy but, I've got some trouble about the dynamic rendering and state management... I've spent a lot of time grinding on it and trying to find solution. Finally, it worked but I'm not satisfied with my code... (I've used some vanilla JS ๐Ÿ˜œ). I guess there is still a lot of stuffs I must learn about JS world, especially ReactJS ๐Ÿฅด๐Ÿฅด๐Ÿฅด.

Collapse
 
davidhurtadodev profile image
David Hurtado

The last few weeks I've been reading A Common-Sense Guide tp Data Structures and Algorithms by Jay Wengrow. This weekend I read the chapter about Recursion. I would definitely recommend this book to people who already have some coding experience and who want to delve deeper into algorithms and data structure.

Collapse
 
ananfito profile image
Anthony Nanfito

I've been practicing my JavaScript skills by building a movie watchlist that uses the Open Movie Database API. It got a little tricky yesterday when I had some issues rendering the API data, but thanks to the kind and helpful folks in the Scrimba Discord community, I was able to solve the issue and get it working. (-:

Collapse
 
pontakornth profile image
Pontakorn Paesaeng

I just re-learned Nuxt again. It improves a lot after the last time I used it.

Collapse
 
callmehongmaybe profile image
CallmeHongmaybe

I learned about the difference between npm and pnpm while trying to restore an archived project in order to submit to the hackathon :)

Collapse
 
arvindsridharan profile image
arvindsridharan • Edited

I am learning scrapy python framework and XPath. Welcome your feedback on how I can learn this optimally.