Maybe I Don't Really Know R After All
A developer reflects on mastering multiple languages after encountering a tricky JSON parsing issue in R while maintaining a CRAN package.
A developer reflects on mastering multiple languages after encountering a tricky JSON parsing issue in R while maintaining a CRAN package.
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.
A cautionary analysis of the Code Spaces hack, explaining how similar cloud security breaches can happen on AWS, Azure, or any host, and outlining basic mitigation steps.
Learn how to use Python's multiprocessing module for parallel programming to overcome the GIL and utilize multiple CPU cores effectively.
A guide to using Python's multiprocessing module for parallel programming to overcome the GIL and utilize multi-core CPUs.
A guide to installing the Groove Basin music player server on a Raspberry Pi, with comparisons to alternatives like the BeagleBone Black.
The story behind the new CSS color 'rebeccapurple', created in memory of Eric Meyer's daughter, and a tool for browser compatibility.
A retrospective on the daloRADIUS open-source RADIUS management project, celebrating its 7th anniversary and its development history.
A technical guide to the Parzen-Rosenblatt window method for non-parametric kernel density estimation, including implementation and applications.