|
You are here |
swiftwithmajid.com | ||
| | | | |
trycombine.com
|
|
| | | | | Swift development related blog-posts. Combine, modern concurrency model, Instruments, and more. | |
| | | | |
www.massicotte.org
|
|
| | | | | Swift 5.9 introduced a feature, via SE-0392, called custom actor executors. This was a low-level concurrency feature that made it possible to control the context an actor uses for execution. You don't need to understand the how or even the why here. All that's important is to know that without that change, some pre-existing systems could not easily integrate into Swift's concurrency model. | |
| | | | |
lukecsmith.co.uk
|
|
| | | | | Combining multiple async await operations | |
| | | | |
hartenfeller.dev
|
|
| | | In this post, we look into how we can build our own Authentication and Authorization solution for SvelteKit. We will store and hash user credentials, create sessions with Cookies, and make the session info available to the app through hooks and locals. | ||