Sinatra: Up and Running (e-bog) af Haase, Konstantin
Haase, Konstantin (forfatter)

Sinatra: Up and Running e-bog

94,98 DKK (inkl. moms 118,72 DKK)
Take advantage of Sinatra, the Ruby-based web application library and domain-specific language used by Heroku, GitHub, Apple, Engine Yard, and other prominent organizations. With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications.Sinatra serves as a lightweight wrapper around Rack middleware,...
E-bog 94,98 DKK
Forfattere Haase, Konstantin (forfatter)
Udgivet 21 november 2011
Længde 122 sider
Genrer Web programming
Sprog English
Format epub
Beskyttelse LCP
ISBN 9781449323974
Take advantage of Sinatra, the Ruby-based web application library and domain-specific language used by Heroku, GitHub, Apple, Engine Yard, and other prominent organizations. With this concise book, you will quickly gain working knowledge of Sinatra and its minimalist approach to building both standalone and modular web applications.Sinatra serves as a lightweight wrapper around Rack middleware, with syntax that maps closely to functions exposed by HTTP verbs, which makes it ideal for web services and APIs. If you have experience building applications with Ruby, youll quickly learn language fundamentals and see under-the-hood techniques, with the help of several practical examples. Then youll get hands-on experience with Sinatra by building your own blog engine.Learn Sinatras core concepts, and get started by building a simple applicationCreate views, manage sessions, and work with Sinatra route definitionsBecome familiar with the languages internals, and take a closer look at RackUse different subclass methods for building flexible and robust architecturesPut Sinatra to work: build a blog that takes advantage of service hooks provided by the GitHub API