Open source is (not) insecure
Debunks the myth that open source software is inherently insecure, comparing it to proprietary alternatives and explaining its security advantages.
Debunks the myth that open source software is inherently insecure, comparing it to proprietary alternatives and explaining its security advantages.
A guide to fixing Windows domain trust relationship issues using PowerShell without requiring a system reboot.
Analysis of .NET vNext's BYOT (Bring Your Own Tool) approach, enabling development on non-Windows platforms like Mac and Ubuntu.
A guide to the challenges and best practices of micro and nano-benchmarking in software development, using .NET examples.
Explores JavaScript monkey patching, a powerful but dangerous technique for modifying objects and classes, with warnings and practical examples.
A Swift tutorial on checking iOS versions using NSFoundationVersionNumber for backward compatibility with iOS 7 and iOS 8.
A guide on checking iOS versions in Swift for backward compatibility with iOS 7 and iOS 8.
Custom Capistrano tasks for Symfony2 deployment, including targeted cache clearing and automatic asset versioning.
A developer critiques Responsive Web Design (RWD), arguing for device detection as a complementary approach to improve performance and user experience.
Explains the technical difference between Laravel's Redirect::to() and Redirect::away() methods for internal vs. external URL redirection.
A guide to implementing authentication and authorization in an AngularJS/Spring Boot app using Spring Security and Spring Session.
A developer's deep dive into debugging an unexpected UIMenuController behavior in iOS, revealing intricacies of the responder chain and canPerformAction.
A guide to performing nonlinear dimensionality reduction using RBF Kernel PCA, including theory, implementation, and examples.
Explains how to use the RBF kernel trick to perform nonlinear dimensionality reduction via Kernel PCA for complex datasets.
A mathematical model of traffic flow explaining phantom traffic jams using car-following equations.
Author shares slides from two Spring One 2GX 2014 presentations on AngularJS with Spring Boot and Spring Batch performance tuning.
A guide explaining why the Get-Help cmdlet is the most crucial resource for learning and using Windows PowerShell effectively.
Author celebrates Programmers' Day by sharing an old Haskell Z-machine emulator project and suggests sharing old code on GitHub.
Learn how to implement a Binary Search Tree iterator using ES6 generators in JavaScript, covering generator syntax and the iterator pattern.
Explains the new directory structure and namespace changes in Laravel 5.0, highlighting the shift from a catch-all 'app' folder to a more organized, PSR-4 compliant layout.