
On first attempt I thought about mimicking the column layout by using “flex-direction: column”. The issue with using “column” is that you need to define a height for the layout so that columns start wrapping. But this isn’t ideal as any overflow becomes horizontally scrollable. Either that or you need to k…
We’ll make the load balancer ping / to see if our server is alive. Make sure that the route you put in here will send a 200 OK response when a GET request is made to it. Otherwise the load balancer will think your webserver is broken and won’t forward any traffic to it.