An opinionated list of Python frameworks, libraries, tools, and resources
The world does not need another note-taking app. Or does it? If you search for 'note-taking' today, you'll find the old guard like Evernote and Google Keep, alongside modern giants like Notion and Obsidian. It seems everyone is building a 'personal project' in this space because we all want to customize our digital lives. Each one promises to be the 'second brain' that finally organizes your life—
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