-
I posted to youtube.com
What’s New with Chrome and the Web (Google I/O'19)
Some very cool features from Google I/O'19 for…
May 8 2019, 12:23am | Comments »
-
I posted to twitter.com
It’s alright @NHL, #webdev is hard, hit me up if you need some help https://t.co/MvrchnwrT7
February 3 2018, 3:35pm | Comments »
-
I posted to delicious.com
Adonis - Nodejs MVC Framework Inspired by Laravel
This new NodeJS framework was inspired by Laravel, with similar folder structure and includes IOC container, very similar router, service providers, middlewares, even Views similar to blade. Utilizes ES6 classes for controllers. Even has an ORM called Lucid.
January 20 2016, 7:08pm | Comments »
-
I posted to twitter.com
LetsEncrypt.org, the project working to make SSL cert’s free, is now trusted by all major browsers https://t.co/22n1DseSyo #webdev
October 20 2015, 2:58pm | Comments »
-
I posted to vimeo.com
September 29 2015, 5:39pm | Comments »
-
I posted to delicious.com
JSON API — A specification for building APIs in JSON
Building a JSON API, you should be trying to follow the JSON API spec. Save your team the effort of arguing the best response format. It reached version 1.0 earlier this year, so it's safe to say there…
September 27 2015, 4:34pm | Comments »
-
I posted to delicious.com
JMS Serializer - Convert objects to and from JSON, XML, YAML, etc
Say you're building an API, you need to convert the objects you send in the response to JSON representation (removing certain properties like passwords, and modifying others like dates) you can use JSMSerializer to define how that happens…
September 27 2015, 3:53pm | Comments »
-
I posted to delicious.com
Dredd is a command-line tool for validating API documentation written in API Blueprint format against its actual code. With Dredd you can easily plug your API documentation into a Continous Integration system like Travis CI or Jenkins and…
September 26 2015, 8:59pm | Comments »
-
I posted to delicious.com
Database Backup Manager for PHP
Database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud. Supports MySQL and PostgreSQL. A laravel specific package is also available for easy integration.
September 4 2015, 6:24pm | Comments »