Laravel 5.0 - Eloquent Attribute Casting
Explains Laravel 5.0's Eloquent attribute casting feature, which automatically converts model attributes to specific data types like boolean or integer.
Explains Laravel 5.0's Eloquent attribute casting feature, which automatically converts model attributes to specific data types like boolean or integer.
A developer revisits the LESS CSS preprocessor, comparing it to Sass and highlighting new features like 'extend'.
A discussion of different approaches to organizing PHP class namespaces, focusing on modularity and cohesion in small-to-medium apps.
An introduction to PHP namespaces, explaining their purpose, syntax, and how to use them for better code organization.
Exploring methods for processing binary protocols in client-side JavaScript, from XMLHttpRequest to modern binary WebSockets with a proxy.
Explores the feasibility of CPU backdoors, how they could be implemented, and the security risks they pose.
A guide to creating custom error pages (like 404) in Laravel 5.0 by adding specific view files.
A tutorial explaining Principal Component Analysis (PCA), a dimensionality reduction technique used in machine learning and data analysis.
Explains how to use Laravel 5.0's event:generate Artisan command to automatically create event and handler files.
A guide on how to extend Laravel's core Application class to customize default paths, such as the storage directory.
A step-by-step tutorial for creating a basic area chart using the D3.js JavaScript library, focusing on simplicity and core concepts.
A blogger weighs the pros and cons of running ads, using their own traffic stats to analyze potential revenue and user experience impact.
A guide to the new event and handler system in Laravel 5.0, explaining how to create and bind them.
A tutorial on how to re-enable the Whoops error handler in Laravel 5.0, providing prettier error pages for debugging.
A guide on upgrading a Laravel 4 application to Laravel 5 by starting from a fresh install and migrating code.
The author asks readers to choose which of his two Python web scraping projects he should write a tutorial about next.
A guide to implementing a weighted majority rule ensemble classifier in scikit-learn to combine different ML models and improve prediction accuracy.
An overview of major CPU developments since the 1980s, focusing on features programmers can leverage for performance.
Explores methods for scheduling future posts with the Sculpin static site generator, including using the 'at' command and different deployment strategies.
A guide on how to revert a single file to a previous state using Git commands like 'checkout' and 'reset'.