پستها
نوشتههای من
Non Durable Database for CI/CD Pipeline
بهروزرسانیشده در: at ۱۷:۴۷How to apply non durable config to postgres in CI/CD pipeline
Feature Flags in django
بهروزرسانیشده در: at ۱۷:۵۷How to implement feature flags in djago applications
Named Tuple در پایتون
بهروزرسانیشده در: at ۰۹:۱۳مزیتهای استفاده از named tuple
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.