FQFawale Queeninqueenislamiat.hashnode.dev·Jan 13, 2025 · 3 min readUnderstanding Vocabulary Design SystemWhen I started my Outreachy internship with Creative Commons, I knew it’d be exciting, but I didn’t anticipate just how rewarding and growth-filled the journey would be. My project focuses on consolidating and implementing Vocabulary—the Creative Com...00
FQFawale Queeninqueenislamiat.hashnode.dev·Jan 1, 2025 · 3 min readEverybody StrugglesThere’s a reason why this blog post is coming later than scheduled: I’ve been struggling to even admit that I am, in fact, struggling. The past three weeks have flown by so quickly, and while it’s been exciting, it’s also been a rollercoaster. I’m wo...00
FQFawale Queeninqueenislamiat.hashnode.dev·Dec 9, 2024 · 3 min readHello, OutreachyHi, I’m Queen — and no, it’s not a nickname! I’m a fresh pharmacy graduate from the University of Lagos, officially inducted into the pharmacy profession just last week. My tech journey? Well, it began like many others — “There’s money in tech,” they...02NK
FQFawale Queeninqueenislamiat.hashnode.dev·Oct 15, 2023 · 4 min readHow to Optimize Performance with useCallbackYou have just built a remarkable React application, but as it grows in complexity, it begins to slow down, the themes take a little longer to change, and your animations are slowing down. You set out to identify the root cause of these issues, and mo...00
FQFawale Queeninqueenislamiat.hashnode.dev·Oct 14, 2023 · 6 min readSo, what is the key prop?It would be fair to assume that almost every developer has had a console warning of not providing a key prop when a list was rendered in a React application. To fix this, you pass the key prop and sometimes use the index as the value. But why do you ...00