Web_programming
1.14K subscribers
354 photos
14 videos
125 files
1.22K links
Sharif web programming
If you have any questions, please feel free to ask(@yumcoder)
Download Telegram
هنگامی که یک تابع داریم که می خواهیم برای اجرایهای متوالی آن محدویت بگذاریم از debounce استفاده میکنیم

For those of you who don't know what a debounce function does, it limits the rate at which a function can fire. A quick example: you have a resize listener on the window which does some element dimension calculations and (possibly) repositions a few elements. That isn't a heavy task in itself but being repeatedly fired after numerous resizes will really slow your site down. Why not limit the rate at which the function can fire?

#JavaScript #Debounce Function
This media is not supported in your browser
VIEW IN TELEGRAM
augmented reality phone call
در آینده نه چندان دور این طور با دوستان خود تماس برقرار خواهیم کرد :)
This interdisciplinary scientific short book explores the mind at a conceptual level. It touches on its evolutionary development, its algorithmic nature and its scientific history by bridging ideas across Neuroscience, Computer Science, Biotechnology, Evolutionary History, Cognitive Science, Political Philosophy, and Artificial Intelligence
#book
توصیه می کنم قبل از اینکه بخواهید یک کتابخانه جدید بنویسید حتما یک بررسی در پروژه گوگل در لینک زیر بیاندازید احتمالا قبلا نوشته شده است و یا نقظه شروع خوبی در اختیاراتان قرار میدهد.

https://github.com/google/closure-library

#closureـlibrary
#WebAssembly (abbreviated Wasm) is a binary instruction format for a stack-based virtual machine. Wasm is designed as a portable target for compilation of high-level languages like C/C++/Rust, enabling deployment on the web for client and server applications.

https://webassembly.org/
https://webassembly.org/getting-started/developers-guide/