Deep Dive: Tailscale 1.60 Subnet Routing and How to Use for Home Lab Access Home labs are a staple for IT pros, developers, and hobbyists looking to test software, host services, and learn new technologies. But accessing home lab resources remotely often requires complex VPN setups, port forwarding, or dynamic DNS. Tailscale, a zero-config mesh VPN, simplifies remote access — and its 1.60 releas
Some time ago, I was building a chat application using AWS Websocket API gateway. Things were going smoothly. I created a WebSocket API Gateway, added $connect, $disconnect, and sendMessage/addGroup routes. From the frontend (React) side, everything was fire-and-forget. You send a message, and the onMessageHandler takes care of it 💪🏼 But then a new requirement of uploading files using S3 signed