Implementing image comparison view in 20 minutes
A technical tutorial on implementing an interactive image comparison/split view in iOS using CoreAnimation, CAShapeLayer, and gesture recognizers.
A technical tutorial on implementing an interactive image comparison/split view in iOS using CoreAnimation, CAShapeLayer, and gesture recognizers.
Optimizing ASP.NET vNext package restore speed by configuring NuGet feeds in the project's NuGet.config file.
A reflection on the ethical responsibilities of open source maintainers, especially regarding security and user dependency, beyond the 'volunteer' excuse.
Explains how to detect environments in Laravel Forge using environment variables and recommends best practices.
Building a Web Forms app integrated with Office 365 using the Exchange REST API to display email stats with gauges.
A patch fixes a bug in daloRADIUS's user refill feature, correcting a database column name in the billing history table.
A developer's perspective on using Stack Overflow downtime as an opportunity to improve problem-solving skills and avoid over-reliance on copy-pasting code.
Explains how Java 8's default methods, while useful for API evolution, can unexpectedly break existing user code and cause compilation errors.
A tutorial on using Visual Studio Online's REST API to retrieve and filter work item discussion history, including code examples.
A tutorial on configuring Laravel Forge to send application and system logs to the Papertrail logging service for centralized monitoring.
A guide to setting up and managing text expansion shortcuts in OS X 10.9 Mavericks, including syncing with iOS via iCloud.
A step-by-step guide to deploying your first Laravel application using Laravel Forge, a platform-as-a-service for server management.
A guide to essential testing tools and principles for Node.js, focusing on clarity and confidence over cleverness.
A guide to using the built-in QuickTime Player in OS X Mavericks 10.9 to create screen recordings without extra software.
An overview of the Model-View-ViewModel (MVVM) pattern for .NET platforms, discussing core interfaces and components needed for implementation.
An article explaining the concept of net neutrality, its importance for innovation and fair access, and its specific relevance to Kenya's digital economy.
Troubleshooting a specific configuration error in Oracle OBIEE's Mobile App Designer (MAD) related to publishing and subscribing to apps.
Compares three methods for building JSON strings in R, discussing the pros and cons of each approach for developers.
Explores the implementation of responsive images using srcset, sizes, and picture elements, advocating for a combined front-end and server-side approach.
A tutorial explaining Python namespaces, scope resolution, and the LEGB rule for variable lookup with practical examples.