Calculate nth prime in ruby
Jan 7, 2018
This program calculates nth prime in ruby
Calculate nth prime in golang
Jan 1, 2018
This program calculates nth prime in golang
Go JobQueue implementation
Oct 28, 2017
introduction An example implementation of job queue with load balancer mechanism. Used grpc in order to gain maximum performance.
theory central server application listens to thousands of requests per second and loads them in to a queue.
...
➦