Posts Categorized: frameworks

Cash Machine app to try frameworks

Posted & filed under frameworks .

In our days there a lot of javascript client and backend side frameworks. But for best understanding we should do practice, so I created repo to write there the same app "cash machine" using different frameworks. The app has two sides back and client. On back there is api and on client there is ui. Website: [Cash Machine](https://butuzgol.github.io/cashmachine/) Repo: [Github](https://github.com/ButuzGOL/cashmachine/) It's something similar to [TodoMVC](https://github.com/tastejs/todomvc)

JavaScript skeleton(starter, example) using Express and Chaplin

Posted & filed under frameworks , my projects .

If you want to start a project in pure JavaScript it is one of the options of project structure. I was faced with this problem, considered a lot of projects and collect this one. The project structure is divided into two parts, the frontend and backend. This two parts are very similar in structure using **MVC**. The app works on the principle of building ui based on data from the backend as **JSON**. Also in this project you can find a few examples (authorization using passport, test coverage on frontend, etc.) [Github](https://github.com/ButuzGOL/gss) [Demo](http://butuzgol-gss.herokuapp.com/) (email@email.com:password)

Sinatra Ruby

Posted & filed under frameworks .

It is very small framework but I think it has all needed things for building website. Also it is very light, you can see it on main page of Sinatra Framework that has example. It has good documentation full of examples. Also I found out that Heroku  helps Sinatra. You can try it be tutorials that I found: net.tutsplus.com, titusd.co.uk. Sinatra has two books "Sinatra: Up and Running" on Amazon (you will find tutorial when you would read last chapter so I build it and you can watch source code github.com) and another book on Sinatra website.

Sinatra really cool web framework that has good support.