Tech
How to set an image as the background of the NavigationBar in iOS 16 with SwiftUI
Requirements In my new App LinguaTale, I want to make a custom header for a list view which is a sub view of the NavigationView. In this…
CAP Theorem for System Design Interviews
The CAP theorem is an important database concept to understand in system design interviews. CAP stands for consistency, availability and…