Most people try to improve their lives without ever measuring how they actually feel. I used to do the same. Some days felt productive, others didn’t — but I had no way to understand why. So I decided to build something simple. Not another complex app. Just tools that answer one question: 👉 “How am I actually doing right now?” 🔹 What I Built I created a few simple tools: A happiness score calcul
Power BI is a powerful business analytics service developed by Microsoft that empowers users to visualise data and share interactive dashboards across their organisation. While Power BI can handle data from various sources, its true potential is unleashed when connected to robust data sources like SQL databases. SQL databases—such as PostgreSQL, MySQL, and SQL Server—are the industry standard for
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