Introducing Laravel Mix (new in Laravel 5.4)
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
A guide to creating a custom Visual Studio Code extension for extracting and managing JavaScript annotations, covering setup and command integration.
An experiment implementing Angular's dependency injection mechanism in React, exploring how DI concepts work across frameworks.
Overview of new and upcoming ECMAScript regular expression features like dotAll mode, lookbehind assertions, named capture groups, and Unicode property escapes.
A technical guide on using CSS custom properties to manage responsive state changes, like a collapsible menu, without duplicating breakpoint logic.
Explores the evolution of JavaScript test runners, comparing Mocha, Tape, and Ava, and highlighting modern features like speed and parallel execution.
A guide on integrating Rollbar, an error monitoring service, into an Ember.js application to track and fix bugs.
A guide to writing effective assertions in automated testing, covering principles like single-subject tests and strict validation.
A tutorial for artists on using a pre-trained recurrent neural network with Javascript and p5.js to generate interactive handwriting and vector artwork.
A guide to using RequireJS's onResourceLoad API with NProgress for more accurate loading bar progress during script loading.
A technical guide exploring advanced JavaScript regex concepts: grouping, capturing groups, and the RegEx API for pattern matching.
A software engineer with extensive experience in open source, security, and multiple languages announces they are seeking a new role focused on impactful information security work.
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
A beginner-friendly introduction to Regular Expressions in JavaScript, covering basic concepts, syntax, and practical applications.
A tutorial on using nested array syntax in HTML form field names to group related data, like employee information.
Learn how to externally resolve JavaScript Promises using a clever technique with getters and setters for better code architecture.
Announcing Voca, an open-source JavaScript library for comprehensive and modular string manipulation.
A guide to optimizing Microsoft Application Insights for ASP.NET Core apps by moving the tracking script to an external file for better performance and security.
Rittman Mead announces open-source release of key BI/DI tools including a JavaScript API for OBIEE frontends and visual plugins.
A guide to safely using client-side JavaScript libraries like imagesloaded in universal (isomorphic) React apps by preventing server crashes.