Laravel on Heroku - Using a Buildpack locally to mimic your Heroku environment (Nginx)
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A guide on using Heroku's PHP buildpack locally to create a development environment that mirrors a Laravel app's Nginx setup on Heroku.
A critique of Python's datetime module, comparing its limitations to C#/.NET's more robust date and time handling.
A Python tutorial covering essential tools and techniques for machine learning, including data visualization, PCA, LDA, and classification.
A tutorial on using Python tools for machine learning, covering data loading, visualization, preprocessing, and classification with scikit-learn.
Explains the programming placeholder terms 'foobar', 'foo', and 'bar', and encourages their use in collaborative coding and whiteboard sessions.
A technical overview of molecular docking, focusing on using AutoDock 4.2 to estimate protein-ligand binding free energies and comparing scoring functions.
A developer reflects on mastering multiple languages after encountering a tricky JSON parsing issue in R while maintaining a CRAN package.
Microsoft releases a public Office 365 roadmap, regularly updated with feature development and rollout status.
Analysis of Google's strategy to bridge the open web and native apps, focusing on developer tools and services announced or anticipated at Google I/O.
Summary of a Google I/O 2014 talk on building a team-wide performance culture for web development, focusing on mobile users and metrics.
A technical guide on using Julia to integrate data from Hadoop and Teradata Aster for visualization, demonstrating its role as a 'glue' language.
Introduces Xamarin.Forms.Labs, a community-driven toolkit extending Xamarin.Forms for cross-platform mobile development with C# and XAML.
A technical guide on implementing Google Analytics in multi-tenant SaaS applications, covering tracking setup and reporting per tenant.
Survey results on SQL Server database ownership reveal security risks, with recommendations for best practices and secure configurations.
Explains why running SSH servers in Docker containers is bad practice and recommends better alternatives for debugging and management.
An update on measuring .NET GC performance, correcting methodology and interpreting results with expert feedback.
A guide on setting up wildcard subdomains in Laravel Forge to serve multiple subdomains from a single Laravel application.
Explores using Xcode 6's IBInspectable feature to create visual editors for custom Behaviours, improving the Interface Builder workflow.
A technical guide on how to properly call closures stored in a Rust Vec, addressing common borrowing and mutability errors.
A technical guide on writing custom log messages to the EC2 console/System Log for debugging Windows AMI builds on AWS.