Coder Social home page Coder Social logo

Hi πŸ‘‹, I'm Khasanjon πŸ‘¨πŸ»β€πŸ’»

⚑ Young Backend Developer ⚑

πŸ”­ I’m currently working as a Backend Developer πŸ”΄

☁️ On the cloud side, I know AWS ( EC2 ) & HEROKU πŸ”΅

βš™οΈ I’m currently learning DEVOPS 🟠

πŸ‘¨β€πŸ’» Some of my projects are available at my GitHub! 🟒

⚑ Fun fact about me: Keep learning! πŸ”΄

πŸ’¬ Ask me about Backend Architecture πŸ”΅

MY TECH STACK

MY STATS

khasanjon-dev khasanjon-dev

khasanjon-dev

Khasanjon's Projects

nginx-load-balancer-ip-hash icon 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.

nginx-load-balancer-least-conn icon 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

nginx-load-balancer-least-time icon 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.

nginx-load-balancer-round-robin icon 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)

nginx-load-balancer-round-robin-weighted icon 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.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.