Posts
All the articles I've posted.
Named tuple in python
Updated: at 09:13 AMAdvantages of using named tuple
Polling and Pushing Mechanisms in Web Development
Updated: at 05:57 PMWeb 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
Updated: at 04:22 PMIn 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
Updated: at 05:57 PMAdvanteges of pipenv over pip
Nginx security practices
Updated: at 05:57 PMNginx security practices