Applying complex gestures to a SwiftUI view
A technical guide on implementing complex gestures like presses, drags, and taps in SwiftUI using a custom GestureButton.
A technical guide on implementing complex gestures like presses, drags, and taps in SwiftUI using a custom GestureButton.
Introduces new _flex() functions in the mapBliss R package for custom, per-label positioning on maps, enhancing map art creation.
Debunks the myth that StringBuilder is always faster in C#, showing scenarios where simple concatenation or List<string> is better.
Explains how to measure heap allocations in .NET and reveals that an empty array consumes 24 bytes due to object overhead.
A developer shares their experience moving from Twitter to Mastodon, discusses the tech community exodus, and provides helpful resources for newcomers.
A guide to using AutoFixture with xUnit to generate anonymous test data, making unit tests more robust and maintainable.
A Golang tutorial demonstrating how to resize images encoded in base64 using the imaging library.
Explains software design patterns like Mediator, Strategy, Singleton, and Proxy using simple sketches and real-world analogies.
A guide on using GitHub Codespaces to develop and test Azure PowerShell Function apps in a pre-configured cloud environment.
Twitter is phasing out its Revue newsletter platform, prompting users to migrate their subscribers to alternative services.
Author updates on new web design book edition, potential Vim/JavaScript projects, and shares experiences with custom keyboards and input devices.
Explores the pitfalls of mutable value types in C#/.NET, explaining why they are often avoided and the performance reasons for their limited use.
A guide to automating pull request creation and auto-merging for content updates using GitHub Actions and the GitHub CLI.
Explains the 'shift left' approach to integrating security early in the DevOps software development lifecycle for better outcomes.
Explores the history of copy-paste keyboard shortcuts, the Ctrl+C conflict in terminals, and proposes using Super+C as a universal solution.
Explains how to use .NET's ObsoleteAttribute and RequiresPreviewFeaturesAttribute to mark APIs as deprecated or experimental.
The author works on Python exercises using Exercism and adds PDF page numbering to a Django-based homeschool application.
A collection of technical infographics covering .NET, C#, Entity Framework, exceptions, operators, and query safety.
Compares C# local functions and lambda expressions, highlighting key differences in recursion, yield usage, and performance.
An interview about The Collab Lab, a program providing real-world team collaboration experience for early-career and underrepresented web developers.