Reducing Complexity in Front End Development
A discussion on managing complexity in front-end development, advocating for fewer dependencies and leveraging the web platform.
A discussion on managing complexity in front-end development, advocating for fewer dependencies and leveraging the web platform.
A tutorial on fine-tuning a BERT model for text classification using AWS Trainium instances and Hugging Face Transformers.
Explains how to filter on JSON array columns in Entity Framework Core 7 using SQL workarounds when LINQ translation fails.
A developer's initial thoughts and unanswered questions about Apple's newly announced Vision Pro headset, focusing on its name, field of view, and battery design.
A senior engineer shares advice on driving technical change and influencing teams without formal authority, based on a conference talk Q&A.
A personal reflection on attending FOSDEM 2021, focusing on a talk about using Pandoc for documentation workflows and sharing related tools and resources.
A researcher's informal survey among software engineering academics reveals surprising insights into their personal use of automated refactoring tools in IDEs.
Explains the new TimeProvider abstraction in .NET 8 for mocking and controlling time in tests, making time-dependent code easier to test.
A technical guide on accessing and verifying app logs from within iOS UI Tests using SwiftUI and XCTest.
A tutorial on creating a Python script to serve and stream videos with animated thumbnails from a local network using Python's http.server and other tools.
Explains how to use Kahn's algorithm for topological sorting to detect cycles in graphs, with a practical example of managing employee hierarchies.
A developer's notes on Cory Zue's Django livecoding session, comparing Django's ORM, migrations, and admin UI to Flask development.
A developer reflects on creating an iOS newsletter and shares his current preferred sources for efficient tech information.
A web developer's hands-on review of the Dell 6K 32" monitor, focusing on its use with Macs and why it's a great value despite a major flaw for some users.
A personal blog post reflecting on books read, AI's impact, and developer experience, with a focus on technology and purpose.
RichTextKit update adds indentation support, grouped controls, and bug fixes for rich text editing in SwiftUI & UIKit.
A guide to integrating and configuring Sass (Syntactically Awesome Style Sheets) within ASP.NET Core projects using Visual Studio and VS Code.
A developer reflects on over-engineering a CRUD controller, learning that clever abstractions can create unmaintainable code.
Explores using Momento's serverless cache to improve performance and reduce costs for MongoDB-backed serverless applications.
A guide to debugging JavaScript, covering principles, techniques, and real-world bug stories from conference talks.