Student Filtering UI - Building SaaS #114
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A developer builds a user interface for filtering students by school breaks in a SaaS application using Django and Python.
A developer stream episode on building a SaaS app, focusing on adding student filtering for school breaks using Django and Python.
Explains how Swift 5.5's MainActor attribute automates dispatching UI updates to the main queue, replacing manual DispatchQueue.main calls.
A guide to using iOS 15's new native bottom sheet (sheetPresentationController) for UIKit, covering setup, customization, and programmatic control.
A tutorial on recreating the interactive macOS Dock animation using Svelte, Popmotion, and Vite in under 100 lines of code.
An interview with iOS developer Oleg Dreyman discussing his journey into programming, learning Swift, and insights from his WWDC-winning project Paperville.
A comprehensive guide to using UIMenu in iOS development, covering basic setup, actions, submenus, and customization options.
Explains why the 'Replace Fonts' option is disabled in Apple Keynote and provides a simple solution to fix it.
A tutorial on creating a simple, reusable tooltip component for Blazor applications using Razor and CSS isolation.
A technical overview of the new UIColorWell control in iOS 14, covering its basic usage and integration without Interface Builder.
A guide to accessibly hiding and styling checkboxes and radio buttons using SVG, focusing on maintaining usability for all users including screen reader users.
A technical guide on creating animated sparkle effects for text and images in React, including planning, animation, and accessibility.
A tutorial on implementing a modern swipe-to-delete action with a custom trash icon in an iOS TableView using trailingSwipeActionsConfiguration.
A Swift developer reflects on mistakes using UICollectionView for iOS input forms and shares lessons learned about better practices.
Explains why CSS :hover, :focus, and :active states should be styled differently for better accessibility and user experience.
The article argues for more intuitive and enjoyable user interfaces for working with variable fonts, comparing current tools to clunky emoji selection.
A developer details the creative process of building a light switch toggle UI component using mostly CSS, gradients, and shadows.
Ink is a React renderer for building command-line interfaces (CLIs), bringing React components and hooks to terminal applications.
Tips for writing responsive UI code in WPF by offloading CPU-bound work to background threads and avoiding common async/await pitfalls.