AJARYAN JAINinfront-end-with-aj.hashnode.dev·Apr 30, 2022 · 3 min readDebouncing & Throttling in JavaScriptDebouncing & Throttling are techniques in JavaScript to optimize & enhance the performance of your website, also prevent unnecessary API calls. What is debouncing? Debouncing limits the execution of a function call and waits for a some amount of time...00
AJARYAN JAINinfront-end-with-aj.hashnode.dev·Apr 30, 2022 · 2 min readCentering technique in CSS layoutCentering elements with CSS sometimes can be tricky. There are so many different way to use but what technique you should use depends on the element and the content. I need to center… Horizontal Centering Is it inline element like text or link:- Th...00