There is no limit to technology

A short essay by Maks Surguy, technology enthusiast. Since my childhood I was really into technology. I built my own FM transmitters, robots, RC airplanes and other toys. I have been getting into 3D printing lately and this past month made me realize that there is basically no limit to technology and business opportunities that arise […]

Read More

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

Laravel Udemy Course offer

Hi friends! As you might know, I really like Laravel PHP framework and I love telling others about it. I built http://bootsnipp.com from scratch in 4 days with Laravel and want others to get to know such great framework. I have finished creating my Laravel course on Udemy and I decided to give every one of my […]

Read More