An opinionated list of Python frameworks, libraries, tools, and resources
Ladybird Browser Engine: SerenityOS's Bold Challenge to Web Monoculture In a technology landscape often characterized by incremental feature additions and layers of abstraction, the endeavor of constructing a new web browser engine from the ground up in the 21st century appears, to many, as an exercise in futility. Industry analysts and seasoned engineers frequently dismiss such projects as econ
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