Last Thursday I gave my Walking Skeleton presentation to the department I’m working in at my client’s client. Rather than a room of developers, I had a room full of designers and managers, but with a good amount of development experience. About half of them had written a line of code in the previous twelve months and all bar one had written a line of code at some point in their career. They were all keen to learn and to interact and this meant the material stretched out a little beyond the allotted 90 minutes. Next Tuesday I have an hour to give the same presentation to a group of experienced developers. It will be interesting to see if a different audience allows me to move that much faster.
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