25 followers
Writing about Swift, SwiftUI and other obscure topics.
Building Surplus: Expense Tracker
WebSockets have become the standard network protocol for chat and event-driven based applications given their ability to provide a persistent...
SwiftUI comes with some convenient animation capabilities out of the box. Using the withAnimation function, any interaction that triggers a state...
If you've caught the Combine bug, chances are you are beginning to leverage the framework for all sorts of asynchronous logic in your code base. One...
Dependency injection (DI) is a requirement when it comes to putting together a modular and maintainable code base. But similar to other concepts, DI...
What came first? the chicken or the egg? The ancient paradox that describes the problem of determining cause and effect. Maybe the answer is both?...
Core Data has evolved over the years as one of Apple's most valued frameworks. Within a matter of minutes, a developer can add an object management...