▶ VIDEO Learn Linux TV

The Most Interesting Linux Hardware and Software I Use

The presenter utilizes Fedora with the Cosmic desktop environment for its auto-tiling capabilities and performance, while maintaining Debian and GNOME as fallbacks for stability and Red Hat independence. Server infrastructure is transitioning from Debian to Alma Linux to align with ecosystem goals, while daily hardware consists of System76 Pangolin laptops and Thelio Mira desktops capable of rendering 4K video in 90 seconds. Peripheral choices prioritize wired mechanical keyboards like the System76 Launch model paired with USB switchers to ensure compatibility with Linux-native configuration tools. This setup balances cutting-edge features with long-term redundancy strategies to mitigate potential corporate policy shifts in the Linux ecosystem.

▶ VIDEO Net Ninja

Firebase Crash Course (Auth & Firestore) #12 - Firestore Queries

The tutorial addresses a critical security flaw where unauthenticated users can view and delete other users' data in a Firestore database. By implementing Firestore queries, the solution filters documents to display only those matching the current user's unique ID (UID). This approach restricts data access to the specific logged-in user, preventing unauthorized cross-user visibility and modification. The process involves importing the query and where functions to apply a strict equality condition on the UID property within the real-time subscription.