Using GitHub Actions to build automagic Hugo previews of draft articles
A guide to setting up automated Hugo blog draft previews using GitHub Actions and Surge.sh for collaborative review.
A guide to setting up automated Hugo blog draft previews using GitHub Actions and Surge.sh for collaborative review.
A developer's monthly update on TinyPilot, covering revenue growth, product updates, and business challenges in the tech hardware space.
A beginner-friendly tutorial on building a Todo List web application using Express.js and Node.js, covering setup, routing, templating, and deployment.
Jakarta Security 3's major update introduces OpenID Connect authentication, alongside its core API and underlying SPIs for Jakarta EE.
A guide on calling GraphQL APIs from Azure Logic Apps using the HTTP Action, with a practical example using the Meetup API.
A guide to creating a low-allocation, faster StringBuilder alternative in C# using Span<T> for improved performance in string concatenation.
A humorous April Fool's project for printing git commits on paper and mailing them, with a look at the prototype code.
A tutorial on creating a reusable loading bar component in Blazor using C#, Bootstrap, and data binding with INotifyPropertyChanged.
A developer shares a curated list of productivity tools for macOS and cross-platform use, including Raycast, Fig, and Starship.
Final part of a UNO Platform tutorial series, implementing drag-and-drop functionality and state persistence for a Todo app.
An argument for implementing generics in PHP via static analysis, discussing the technical challenges and required mindset shift for developers.
Explores the common anxieties engineers face when transitioning between management and individual contributor roles, focusing on career path fears.
Part 4 of a tutorial series on building a Todo app with the UNO Platform, focusing on adding created items to a view model collection.
A guide to debugging and inspecting files in iOS apps using the Files app and Xcode's container download feature.
A technical guide explaining the Trie data structure, its implementation in C#, and its advantages for autocomplete and search operations.
A developer shares common tips and feedback from reviewing over 10 iOS app press kits, focusing on content, screenshots, and asset presentation.
Part 3 of a tutorial series on building a Todo app with the UNO Platform, focusing on creating a dialog component for user interaction.
Part 2 of a tutorial series on building a Kanban-style Todo app using the UNO Platform for cross-platform development.
Explains how to migrate Active Directory groups between forests using ADMT and Azure AD Connect while maintaining Azure AD links via specific GUID attributes.
A tutorial on building a cross-platform Kanban-style Todo application using the UNO Platform with C# and XAML.