21st April 2020 at 10:12
A quick tip for Firefox users on Mac to enable tab navigation for links by adjusting the accessibility.tabfocus setting.
A quick tip for Firefox users on Mac to enable tab navigation for links by adjusting the accessibility.tabfocus setting.
Part 3 of a React Native chat app tutorial: creating Firestore collections for chat rooms and implementing navigation with modals.
Analysis of Stripe.js library's hidden data collection, including user browsing activity and mouse movements on client websites.
Practical advice for writing technical blog posts and web content, focusing on clarity, structure, and engaging readers effectively.
Final part of a series on Mobile Blazor Bindings, covering navigation challenges and using Xamarin Essentials for cross-platform APIs.
A developer shares a post-mortem analysis of a free workshop they created to help fellow developers build their personal brand and improve job security.
SQLPort celebrates its 10th anniversary with a series of 10 technical webinars on Microsoft Data Platform topics like Always Encrypted and Azure Synapse.
A guide to replicating data from Confluent Cloud to a local Kafka cluster for offline development using Docker and Confluent Replicator.
A clear guide explaining how variable scope works in JavaScript, covering block, function, module, and global scopes.
A technical guide on manually installing and building the Kafka debugging tool kafkacat (now kcat) on a Fedora system.
A guide on how to run legacy Nancy API endpoints alongside new ASP.NET Core endpoints for a gradual migration strategy.
A tutorial on building an iOS expense tracker app using Core Data for data persistence and SwiftUI for the user interface.
A developer's guide to implementing a user-toggleable dark mode on a website using CSS custom properties and JavaScript.
A guide to configuring the aerc email client for a git send-email workflow, including custom keybindings for patch review and merging.
A 25-hour live stream event featuring deep dives, interviews with Java experts, and discussions on Java's ecosystem, future, and career advice.
A tutorial on using AWS AutoGluon, an AutoML library, to build an object detection model with minimal code.
A guide on migrating a website from WordPress to the Eleventy static site generator using a custom Node.js script.
A developer argues for starting with larger, monolithic components in Angular to avoid premature abstraction and complexity, then refactoring for performance or reusability.
A personal account of downsizing a PC build into a compact mini-ITX case, comparing form factors and detailing component choices for a high-performance system.
An in-depth look at how React Hooks like useState and useEffect work by building a simplified React engine from scratch.