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!
Top comments (6)
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 π₯΄π₯΄π₯΄.
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.
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. (-:
I just re-learned Nuxt again. It improves a lot after the last time I used it.
I learned about the difference between npm and pnpm while trying to restore an archived project in order to submit to the hackathon :)
I am learning scrapy python framework and XPath. Welcome your feedback on how I can learn this optimally.