2022 June. Conferences.
A developer's monthly digest covering books, courses, and personal reflections on attending tech conferences like app.js and Devoxx Poland.
A developer's monthly digest covering books, courses, and personal reflections on attending tech conferences like app.js and Devoxx Poland.
A guide to dynamically switching between SwiftUI's HStack and VStack layouts based on device orientation or screen size.
Explains the difference between abstract classes and interfaces in C# using real-world analogies like animals and ATMs.
Explores different methods for internationalizing (i18n) website URLs, discussing explicit vs. implicit styles and best practices for language selection.
A developer shares a technique for refactoring complex Ecto queries in Elixir using the `reduce` function for cleaner, more compositional code.
A guide explaining React Portals, their purpose for rendering components outside parent DOM hierarchy, and how to use them for modals and popups.
Argues that traditional B2B app development is flawed for multi-party interactions and calls for a new platform.
An overview and technical exploration of Poem, a feature-rich, Rust-based web framework, covering its setup, features, and examples.
Argues against learning JavaScript frameworks before mastering the underlying web platform (HTML, CSS, JS) for better long-term skills and compatibility.
A tutorial explaining the if...else-if...else conditional statement in JavaScript with practical examples and logic flow.
A developer discusses the importance of testing websites on ultrawide (21:9) screens, not just standard 16:9, and provides a simple method for emulating these resolutions.
A developer shares their journey of joining Microsoft as a Senior Content Developer for Azure, retiring from the MVP program, and embracing new learning opportunities.
Discusses strategies for handling website support for Internet Explorer after its official retirement, advocating for progressive enhancement over polyfills.
Explains methods for estimating NPM package market share, using Redux and state management libraries as examples with various data sources.
A monthly update on TinyPilot, a tech hardware/software project, covering revenue, software licensing, and development progress.
A guide to updating Hugo tweet shortcodes using PowerShell, curl, and the Twitter API to comply with new syntax requirements.
Explores the benefits of hot reloading for Swift/iOS development, comparing it to other platforms and discussing its potential to save significant development time.
A tutorial on implementing swipe actions (like delete and favorite) in iOS Collection Views using UICollectionLayoutListConfiguration.
A tutorial on creating and customizing lists in iOS apps using UICollectionView's Compositional Layout API.
Challenges the common practice of using powers of 2 for neural network batch sizes, examining the theory and practical benchmarks.