Colossal Coaster and Stripe CSP - Building SaaS #152
A developer stream recap covering Python list methods, Stripe integration, and Firefox Content Security Policy warnings.
A developer stream recap covering Python list methods, Stripe integration, and Firefox Content Security Policy warnings.
A developer discusses solving a Python Blackjack exercise on Exercism and fixing a bug in a Django app's teacher checklist feature.
Explains how to measure heap allocations in .NET and reveals that an empty array consumes 24 bytes due to object overhead.
Python development episode covering Exercism string exercises and fixing Django 4.1 template caching issues in a homeschool app.
Strategies for managing complex, semantic code migrations in large, multi-team mobile codebases, focusing on coordination and tooling.
Explains the difference between 'throw;' and 'throw exc;' in C#, focusing on how the latter truncates the stack trace.
A developer's detailed account of migrating a custom domain email to ProtonMail, covering setup, client integration, and email import.
A developer's October 2022 status update detailing progress on the Helios kernel, including scheduler improvements, userspace API redesign, and threading features.
Explains why async/await in ASP.NET Core improves scalability by freeing worker threads during I/O, not raw performance.
A guide to using CSS container queries, a new feature for component-based responsive web design, including browser support and polyfill updates.
Developer updates on Hare language cross-compiling, TLS support, a new Linux power management tool, and Helios OS refactoring while recovering from COVID-19.
Explores how intentional rituals can build belonging, engagement, and culture within engineering teams, with examples from past workplaces.
The article discusses the shift from traditional debugging methods like printf to modern observability tools and structured event systems for distributed applications.
A guide on giving effective feedback in tech teams, emphasizing the importance of balancing critique with specific, meaningful praise.
A comparison of four popular Git branching strategies: Git-Flow, GitHub-Flow, GitLab-Flow, and Trunk-Based Development, detailing their pros, cons, and use cases.
A tutorial on improving the user experience of a Blazor WebAssembly app by creating a custom loading screen with a progress bar.
A senior engineer at Lyft outlines the risks of using third-party libraries in production apps and proposes a framework for consistent risk assessment.
Explores methods for statistical inference by combining survey data with other datasets, using examples from public health and rank tests.
Explains the benefits of writing weekly 15-5 reports for productivity, visibility, and team trust in a tech/engineering context.
Explains how to use SwiftUI's new .presentationDetents modifier in iOS 16 to create custom-sized sheets with multiple detents and handle controls.