~/pito salas
home blog link blog pages + new post
admin

Posts tagged #sinatra

8 posts

  • 2022-03-10

    Sinatra Forms Params - Learn.co

    Learn about Sinatra Forms Params . Start learning to code for free with real developer tools on Learn.co.

  • 2021-04-06

    Get started with Sinatra | Tutorial | .net magazine

    Sinatra applications are often a single file that contain just enough to get the job done. The framework is best suited for smaller web applications, but if a large web app requires an API or web interface for some secondary functionality, then Sinatra is ideal.

  • 2021-04-06

    Sinatra + Rack + Rake + ActiveRecord

    How to build an application with Sinatra, Rack and ActiveRecord?

  • 2021-04-06

    In Sinatra(Ruby), how should I create global variables which are assigned values only once in the application lifetime? - Stack Overflow

    Sinatra state management tips

  • 2021-04-06

    Sinatra/Heroku microservices | silk and spinach

    How to build microservices on Heroku with Sinatra. Realy useful!

  • 2021-04-06

    ruby - Is a global variable defined inside a Sinatra route shared between requests? - Stack Overflow

    Say I've got: get '/' do $random = Random.rand() response.body = $random end If I have thousands of requests per second coming to /, will the $random be shared and 'leak' outside the context or...

  • 2021-04-06

    How to Enable Sessions with Sinatra | getLaura

    Useful things to remember about using sessions in Sinatra

  • 2021-04-06

    Hanami | Introducing Hanami::API

    Faster than Sinatra? By that much? Hard to believe.

© Salas Blog. All rights reserved.