Last week I have released a new app made with Laravel 4 that I have been working on for almost two weeks. This app is called Mymaplist.com. If you ever wanted to make a list of places on a map and share that map with somebody, this web application is for you. It allows users […]
Login with AJAX – including PhoneGap apps Oh God. For a few weeks I was researching what is a good way to login to a Laravel web app via AJAX and it turns out I was over-preparing for some problems that after all weren't even there. Example – you made a web app in Laravel […]
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. […]
Over the past few weeks I’ve been very busy learning basics of Backbone – an MV* framework for Javascript because it simplifies creation of one page applications (great for mobile devices!). In just two weeks I built a working mobile app for the company I’m working for, and soon it will be released to Android […]
App in Ruby – outputs the usernames and statuses from Twitter’s public timeline