Cagatay Unal

Cagatay Unal @cagatayunal

About: Code Padawan 🚀

Location:
Antalya
Joined:
Dec 6, 2020

Cagatay Unal
articles - 5 total

Managing Software Complexity - The Cynefin Framework

The Cynefin Framework was developed by IBM researchers, including Dave Snowden, to help people...

Learn More 1 0Nov 2 '24

useDebounce Hook 🚀

I'll tell you about the use of Debounce Function as useDebounce Hook in React, which positively...

Learn More 4 0Mar 6 '23

Atomic Design System

The Atomic Design System is a methodology for designing digital products based on a hierarchy of...

Learn More 3 0Mar 5 '23

Debounce Function in Javascript 🚀

let count = 0; const debounce = (func, delay) => { let timer; return function(){ ...

Learn More 4 0Sep 17 '21

How to use CSS Media Query Breakpoint in Styled-Components

Create and Use Breakpoint in Styled-Components Step 1: Create breakpoints.js and define si...

Learn More 195 12Mar 30 '21