Hey my peeps π
What's everybody learning about 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 all have wonderful weekends and that your learning sesh goes well. Work that brain muscle! π§ πͺ
Top comments (11)
Learning about getting some rest and downtime with family π
so... You're learning RESTful implementation?
@michaeltharrington whats on your learning agenda?
Sorry for the hold up... I actually took off for the holiday and just returned late last night.
Lol, loving your #2 goal. π
Anywho, what am I learning on? Let's see... over break, I was teaching myself how to make beats on a Teenage Engineering Pocket Operator (PO-33 sampler) and created a little lofi hip hop version of Bing Crosbyβs βWhite Christmasβ using just the PO-33 and my Moog Grandmother (synth).
Here are two versions of it for ya to check out:
Aside from music-making, I've just been chilling... can't say I have loads on my learning agenda at the moment. However, I'm trying to think of something good to focus on in the new year β always good to keep growing!
I like the second one better sounds slightly more upbeat. The idea of what to do in 2024 will come to you as you already know the answer and it's already in motion.
Thanks a bunch, Stefan! π
Lots of Leetcode. Trying to get better at some somewhat advanced topics.
I learnt two things. Firstly, Apple TV+ is offering two months free for new and returning subscribers, perfect for binging this festive season.
Secondly, I learnt about the lru_cache() function in Python. No idea why I didn't know about this before.
I am learning the book 'grokking algorithms'. It looks interesting.
i am learning ai
Learning ReactJS.
My current understanding of what React is doing under the hood.
Batching
Batching is also one of the advantages of React where it batches together multiple state updates in a single render cycle.
-> My understanding about batching is that it is like the debouncing technique where instead of sending one backend request per key-stoke while searching for something we wait for the user to type multiple letters or wait for a set amount of time so that the user finishes typing and then send the backend request for that entire typed word or sentence. I might be completely off the mark here though.
Happy learning.