elifnurkarakoç
Welcome to my creative space

Hi, I am Elif Nur Karakoç

Computer Engineer & Senior Frontend Developer 💜

I engineer modern frontend applications. Follow along as I share my coding journey, tutorials, and tech insights.

Recent Posts

All Posts
March 22, 20255 min read

⚛️ Memoization in React

When you use React, you might see your page becoming slow or some components rendering again and again.

#react18#react#tech#useMemo#useCallback#memoization
Read article
January 31, 20243 min read

Asynchronous Programming in JavaScript

JavaScript is considered a single-threaded language that can handle only one operation at a time. Synchronous processes wait for each to finish before moving on to the next.

#asynchronous#js#tech
Read article