elifnurkarakoç

Blog

Thoughts, tutorials, and articles on engineering and design.

FILTER:
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
January 20, 20224 min read

Clean Code with Uncle Bob

In this article, I shared the notes I took in the Meaningful Names and Functions chapters while reading the Clean Code Book.

#clean-code#uncle-bob#tech
Read article