by James S. A. Corey
ISBN-13: 978-0356504254
After the slow start to Cibola Burn, Nemesis Games was straight back on form. I loved the split story lines which made it feel like a proper space opera again. The bad guys were easy to dislike, the good guys were wonderful. Avasarala was back in all here sweary goodness, but not in it as much as this part of the TV series. The TV series changed a lot of things and I’m not sure it maintains the same story lines sufficiently any more. We’ll see, if they ever pick it up and make more.
I was out walking with a techie friend of mine I’d not seen for a while and he asked me if I’d written anything recently. I hadn’t, other than an article on data sharing a few months before and I realised I was missing it. Well, not the writing itself, but the end result. In the last few weeks, another friend of mine, John Cricket , has been setting weekly code challenges via linkedin and his new website, https://codingchallenges.fyi/ . They were all quite interesting, but one in particular on writing load balancers appealed, so I thought I’d kill two birds with one stone and write up a worked example. You’ll find my worked example below. The challenge itself is italics and voice is that of John Crickets. The Coding Challenge https://codingchallenges.fyi/challenges/challenge-load-balancer/ Write Your Own Load Balancer This challenge is to build your own application layer load balancer. A load balancer sits in front of a group of servers and routes client requests across all of the serv...
Comments
Post a Comment