06 – Addendums | JavaScript for WordPress
Creativity, curiosity, and code
This is the excerpt for your very first post.
Bootpack is a Laravel 5 package bootstraper by Erik Campobadal that helps you create new Laravel 5 packages with a composer file, version control, autoloading, and a package service provider.
Laravel Tinx is a new package by Anders Jürisoo that allows you to reload a Laravel Tinker shell from inside of tinker and gives you automatic shortcuts for things like first(), find(), and search().
UXmas is a digital advent calendar for user experience designers. Every day throughout December in the lead-up to Christmas, a bauble is opened to reveal a new gift to the UX community.
Urban Sketchers is a global community of artists. We share our love for the places where we live and travel—one drawing at a time.
Though WordPress coding standards are important to keep things uniform, there are reasons to break them and to your own way.
Unexpected changes in your JavaScript code can be a real headache. When working with objects, it can be even harder to prevent unintended mutation. Zell Liew shows us some tricks (and libraries) to…