پستها
نوشتههای من
Polling and Pushing Mechanisms in Web Development
بهروزرسانیشده در: at ۱۷:۵۷Web development often involves the implementation of real-time communication mechanisms to enhance user experience and keep data up-to-date. Two common approaches for achieving real-time updates are polling and pushing mechanisms.
SSE and Long Polling Mechanisms in Web Development
بهروزرسانیشده در: at ۱۶:۲۲In web development, polling is a technique used to retrieve updated information from a server by periodically sending requests. The client regularly checks for new data by making HTTP requests at fixed intervals. While simple to implement, polling can be inefficient as it may lead to unnecessary requests even when there is no new information.
Advantages of pipenv
بهروزرسانیشده در: at ۱۷:۵۷Advanteges of pipenv over pip
Nginx security practices
بهروزرسانیشده در: at ۱۷:۵۷Nginx security practices
Django mixin meta
منتشرشده در: at ۰۹:۳۰How to make reusable model mixins with custom meta