How I automate my Substack newsletter with content from my blog
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.
A developer explains his automated workflow using SQL, Datasette, and Observable to generate a Substack newsletter from his blog content.
Learn how to use Swift's new Observations framework to observe @Observable model properties outside of SwiftUI with Xcode 26 and Swift 6.2.
Explains how RxJS operators create chains of Subscribers to handle data, errors, and completion signals in reactive programming.
A tutorial on integrating rx-query into an Angular project to simplify HTTP data fetching, caching, and state management.
Explains the correct methods to import RxJS operators in Angular & TypeScript projects, covering polyfill imports and tree shaking.
Explains why manually removing listeners is error-prone and introduces the ListenerHandle pattern for cleaner, safer event management in object-oriented code.
A guide to implementing a custom Observable property wrapper in Swift, covering API design, type conversion, and current language limitations.
Explains how to convert C# Tasks into Observables using Rx's ToObservable method, with a practical example comparing it to Task Parallel Library.
A tutorial on using Reactive Extensions (Rx) to replace traditional C# events, explaining the benefits and providing code examples.