Laravel 5.0 - Method Injection
Explains method injection in Laravel 5.0, a feature allowing dependency injection directly into controller methods.
Explains method injection in Laravel 5.0, a feature allowing dependency injection directly into controller methods.
A technical tutorial using Swift code to model and calculate caloric needs for fitness goals, explaining BMR and activity factors.
Critique of outdated government software procurement practices and the need to adopt modern version control and delivery methods.
Explains why simply releasing government source code isn't true open source, which requires licensing, community, and collaboration.
A curated list of resources and tutorials for improving Python programming style, covering basics to advanced topics like design patterns and functional programming.
A collection of practical programming wisdom covering code design, testing, dependencies, and development processes for better software engineering.
Laravel 5.0 introduces cloud file drivers for S3 and Rackspace, allowing seamless file operations across different storage systems.
A guide on using tcpdump to capture network traffic and sending the logs to AWS CloudWatch for debugging Apache server issues.
A guest post in a series exploring methods and best practices for tracking document versions within MongoDB databases.
A guide to using LLDB, the Swift REPL, and Xcode's debugging tools like breakpoints to find and fix errors in Swift code.
Analysis of JavaScript parse and execution times for jQuery across various browsers and devices, using a profiling tool released by Etsy.
A tutorial on implementing custom filter tabs in Sonata Admin bundles, using a workaround inspired by the undocumented Sonata MediaBundle feature.
A summary of Martin Fowler's talk on refactoring workflows, covering the refactoring mindset, the 'two hats' metaphor, and reasons to refactor.
Fixing a VMware ESXi 5.0.U2 error when customizing a Windows Server 2012R2 VM from a template.
Laravel Forge introduces Global Recipes and a fix for a breaking Nginx update that caused PHP white screens on servers.
Explains AWS authentication options like root accounts and IAM users, focusing on security best practices and access control.
A guide on using ADSI Edit to accurately construct LDAP Distinguished Names for Active Directory integration with SaaS applications.
How to fix the CVE-2014-6271 Bash vulnerability on Laravel Forge-managed servers, including manual update commands.
Explains how to use PowerShell splatting to improve code readability and reduce duplication when calling cmdlets with many parameters.
A CTO's perspective on Microsoft's vNEXT platform, analyzing its impact on development approaches and future .NET frameworks.