/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.avanderlee.com
| | benoitpasquier.com
2.1 parsecs away

Travel
| | In the last couple years, Apple has made some good efforts to improve their testing tools. Today, I'll walk you through some tips to make sure your test suite run at their best capacity.
| | www.vadimbulavin.com
1.2 parsecs away

Travel
| | Learn four techniques of unit testing concurrent code in Swift using the XCTest framework: mocking, test before & after, XCTestExpectation, busy assertion.
| | gist.github.com
3.7 parsecs away

Travel
| | Concrete proposal for async semantics in Swift. GitHub Gist: instantly share code, notes, and snippets.
| | ponyfoo.com
12.9 parsecs away

Travel
| [AI summary] This technical article explains the async/await feature in JavaScript, detailing its relationship with Promises and generators, and provides code examples demonstrating how to handle asynchronous operations, concurrent tasks, and errors.