Portrait

👋 Hey, I'm Yosef

💻 front-end developer
☕ coffee drinker
🎒 high school student
🤓 maths geek
🌐 languages enthusiast

Work

Writing

Reflecting on my first 1,500 hours of programming!
📅 Sat Nov 13 2021

In this article, I go through my first 1,500 of programming, the resources I learned from, and some stuff that helped me to improve that may help you too.

📖 Read

How to prefetch data statically in regular components?
📅 Thu Oct 21 2021

Prefetching data in a non-page component is not enjoyable to do, so I decided to share with you a better way of doing it with a node script!

📖 Read

Implementing undo/redo in a drawing app with Redux,
📅 Sun Sep 26 2021

undo/redo is a cool future to add in your apps and redux makes it easy, but how can I handle it when my state is huge, like in a drawing app for example?

📖 Read