Month: December 2015

Building a Javascript Embedded Widget

As primarily an API / backend coder in recent years I’ve always thought that Javascript looks amazing when it works (and making it work when it seems such an ambiguous language is half the battle). However, recently I’ve had reason to write a lot more Javascript (and learn a lot along the way!), let’s start with the widget I’ve built.
(more…)

Creating artisan commands in Laravel

This is part of a two part series in fetching Delicious bookmarks into Laravel. in this part we create our new console command for fetching bookmarks and the class for handling them.
(more…)