toad.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
Mastodon server operated by David Troy, a tech pioneer and investigative journalist addressing threats to democracy. Thoughtful participation and discussion welcome.

Administered by:

Server stats:

218
active users

#errorhandling

0 posts0 participants0 posts today

Introducing a new open-source #Swift package that I've been working on for 8 months! Say hello 👋 to #ErrorKit – a set of APIs that simplify #ErrorHandling in Swift 6. Built to be actually helpful, not only for large teams but also for #IndieDev's like myself. And boy have I documented it! 💯

Please check it out & give it a ⭐️ on GitHub: #iOSDev #SwiftLang
github.com/FlineDev/ErrorKit

GitHubGitHub - FlineDev/ErrorKit: Simplified error handling with built-in user-friendly messages for common errors. Fully localized. Community-driven.Simplified error handling with built-in user-friendly messages for common errors. Fully localized. Community-driven. - FlineDev/ErrorKit

Part 8 is live! Explore "Error Handling and Graceful Shutdowns in Socket Programming"

Learn how to handle network errors, set timeouts, & shut down sockets properly in C#. Build resilient apps that stay stable under pressure.

woodruff.dev/error-handling-an

woodruff.devError Handling and Graceful Shutdowns in Socket Programming – Chris Woody Woodruff

Exploring common error handling techniques in GraphQL API implementation can significantly enhance your system's robustness. Key methods include using objects in the response and leveraging union types to manage diverse error scenarios effectively. These practices ensure more predictable and manageable error handling, contributing to a seamless developer experience and improved application stability. #GraphQL #ErrorHandling

buff.ly/3ArXU7s

Composite Thrashing Code · Composite Thrashing Code Adron's success in misadventures of thrashing coding and calamity! GraphQL Error HandlingThe following post is based on some of the common error handling techniques I’ve seen in use when implementing GraphQL APIs. The following examples include; Objects in the Response. Union Typ…