

Potluck × Testing Animations × Tools for Learning × Coding Related Injuries
Mar 29, 2023
Explore the aftermath of completing client projects, including ongoing support versus independence. Dive into the debate on testing animations to ensure production accuracy while balancing speed. Learn how to choose the right front-end frameworks and the nuances of using CSS Grid. Plus, get insights on managing coding-related injuries and the importance of ergonomic practices. The hosts also encourage audience engagement, showcasing intriguing YouTube channels, and share tips for effective learning tools.
AI Snips
Chapters
Transcript
Episode notes
Client Project Handover
- Consider offering continued support and hosting to clients you enjoy working with for recurring revenue.
- Clearly communicate the cost of hosting and support to manage client expectations and ensure fair compensation for your time.
Testing Animations
- Test animations by checking for animation classes and ensuring elements appear/disappear correctly.
- Use synthetic waits to prevent test flakiness from animations or explore prefers-reduced-motion.
ChatGPT and SSE
- ChatGPT uses server-sent events (SSE) for responses, offering a one-way communication channel.
- SSEs, unlike WebSockets, use HTTP and only send data from server to client.