Pinned Repositories
aiogram-template
certificate-python
dynamic certificate generate using python
django-docker-template
django docker-compose template
docker-compose-zero-downtime
gallery-DRF
go-learning
learning golang
haproxy-load-balancing-web-app
Insta-Bot
Insta-Save-Bot
Instagram save media bot
jenkins
khasanjon-dev's Repositories
khasanjon-dev/Insta-Save-Bot
Instagram save media bot
khasanjon-dev/docker-compose-zero-downtime
khasanjon-dev/aiogram-template
khasanjon-dev/gallery-DRF
khasanjon-dev/oqtepa-lavash-API
khasanjon-dev/certificate-python
dynamic certificate generate using python
khasanjon-dev/django-docker-template
django docker-compose template
khasanjon-dev/go-learning
learning golang
khasanjon-dev/haproxy-load-balancing-web-app
khasanjon-dev/Insta-Bot
khasanjon-dev/jenkins
khasanjon-dev/jenkins-demo
khasanjon-dev/khasanjon-dev
khasanjon-dev/leetcode
khasanjon-dev/nginx-load-balancer
khasanjon-dev/nginx-load-balancer-IP-Hash
IP Hash – The server to which a request is sent is determined from the client IP address. In this case, either the first three octets of the IPv4 address or the whole IPv6 address are used to calculate the hash value. The method guarantees that requests from the same address get to the same server unless it is not available.
khasanjon-dev/nginx-load-balancer-least-conn
Load balancer with nginx algorithm Least Connections – A request is sent to the server with the least number of active connections, again with server weights taken into consideration
khasanjon-dev/nginx-load-balancer-least-time
Least Time – Forwards requests to the least‑loaded server, based on a calculation that combines response time and number of active connections. Exclusive to NGINX Plus. Hash – Distributes requests based on a specified key, for example client IP address or request URL.
khasanjon-dev/nginx-load-balancer-round-robin
Load balancer with nginx algorithm Round Robin – Requests are distributed evenly across the servers, with server weights taken into consideration. This method is used by default (there is no directive for enabling it)
khasanjon-dev/nginx-load-balancer-round-robin-weighted
The weighted round robin algorithm maintains a weighted list of servers and forwards new connections in proportion to the weight, or preference, of each server. This algorithm uses more computation times than the round robin algorithm.
khasanjon-dev/oqtepalavash-bot
khasanjon-dev/physic-bot
khasanjon-dev/postgres-load-balancing
khasanjon-dev/stadium-booking
it is simple booking stadium time
khasanjon-dev/test-bot
khasanjon-dev/test-bot-API
khasanjon-dev/test-bot-keyboard
khasanjon-dev/ToDoWoo-DRF
simple project