Home

Posts

AIMING: First Time Right While Developing Software

This blog dives into the philosophy of First Time Right, highlighting its importance in reducing chaos and delivering high-quality software. Through personal stories and practical insights, it shows how preparation and collaboration can save time, build confidence, and lead to successful outcomes.

Securing the websocket connection

Learn how to secure WebSocket connections by comparing session-based authentication and JWTs, understanding the importance of WSS over WS, and implementing additional security measures like message validation, rate limiting, and CORS policies. This blog builds on our FastAPI WebSocket implementation to ensure your real-time applications are both performant and secure.

WebSockets in FastAPI: From Basics to Scaling

Implement WebSockets in FastAPI, from basic setups for small projects to advanced, scalable solutions for industry-level applications, with practical examples and best practices.

Own Your Work

Taking responsibility for your work, managing tasks independently, and seeking help after making an effort to solve issues is what defines ownership.