Custom conditionals with Laravel's Blade Directives
Learn how to create custom Blade directives in Laravel to simplify conditional logic in your views, using a multitenant app as an example.
Learn how to create custom Blade directives in Laravel to simplify conditional logic in your views, using a multitenant app as an example.
Explains how Intel's cache partitioning technology enables higher server utilization by isolating workloads, based on Google's research.
Explores the motivations and challenges of open source maintainers, and why they sometimes hand off projects.
A developer argues against committing commented-out code, explaining why it harms code readability and maintainability.
A developer explains the problems with committing generated files to a Git repository's master branch and why they stopped the practice.
Explains how to implement lazy loading for route components in Angular 2 to improve application performance by reducing initial bundle size.
Analysis of how 'limping' or slow hardware nodes can severely degrade distributed system performance, based on academic research.
A hiring manager at Tighten shares do's and don'ts for applying to their web developer jobs, based on reviewing hundreds of applications.
Explains the new task execution system in Gulp 4, focusing on the gulp.series and gulp.parallel functions for managing task order.
Author shares the journey and process of writing 'Python Machine Learning,' a technical book for aspiring machine learning practitioners.
A guide to using PHPDotEnv for secure, environment-specific configuration in CraftCMS, avoiding hard-coded settings in version control.
A deep-dive technical guide into Laravel Spark, an alpha-release tool for quickly building SaaS applications with Laravel.
An article about using Ruxit's web monitoring tool to identify deployment errors after a login system change.
Solutions for common Gulp.js issues encountered after upgrading to Node.js 4.0.0, including segmentation faults and libsass errors.
Explains how to use Gulp 4's gulp.lastRun for incremental builds to speed up development by only processing changed files.
A guide to implementing Access Control List (ACL) authorization using the Gate system in Laravel 5.1.
A developer shares a curated list of useful Python tutorials covering topics like memory leaks, Flask APIs, and command-line libraries.
Explains the 'passthrough' feature in Gulp 4, allowing gulp.src to be used mid-stream for merging files.
A tutorial on JavaScript arrays covering creation, properties like length, and methods like push, concat, and join.
Explains the new built-in sourcemaps feature in Gulp 4, including how to use it and when the old plugin is still needed.