Building RESTful API in Laravel – part 3 – Integration with BackboneJS

For those of you who haven’t been following this blog – I am posting a short series of tutorials that guide you through creating a simple API in Laravel 3 and integrating it with a client application – in this case TodoMVC BackboneJS application (see screenshot below). Part 1 of the tutorial is here : https://maxoffsky.com/code-blog/building-restful-api-in-laravel-start-here/ […]

Read More

Building RESTful API in Laravel – part 2 – Design API Controller

In the previous tutorial (https://maxoffsky.com/code-blog/building-restful-api-in-laravel-start-here/) I shared the basics of RESTful controller structure and a route that we will need to build a RESTful web application. As promised, in this tutorial we will explore how exactly to make our API work with our data. We will explore a simple Todo list application as and example. […]

Read More

7 javascript plugins to code your own online presentations

If you ever need to quickly make a presentation but hate or don’t have Powerpoint – try out these tools that allow you to quickly make your own presentations that work on almost any browser: http://lab.hakim.se/reveal-js/ (Comes with a nice service for editing presentations – RVL.io) http://bartaz.github.com/impress.js  (There is also a CDN for it : […]

Read More