Software Alternatives & Reviews

What’s the difference between frontend and backend?

Sinatra Sidekiq Redis Bootstrap Capistrano
  1. Classy web-development dressed in a DSL
    Pricing:
    • Open Source
    But if the application must offer a simple API, there are interesting micro-frameworks such as Sinatra , which allows you to implement routing and controllers in a single file.

    #Ruby Web Framework #Web Frameworks #Ruby MVC Framework 36 social mentions

  2. Sidekiq is a simple, efficient framework for background job processing in Ruby
    Pricing:
    • Open Source
    But it is not all about presenting information to the user who is browsing your website. Sending email notifications is something that is managed by a queuing system that runs asynchronously to improve concurrency. There are several solutions to this matter. In Ruby’s world a popular system is Sidekiq , which uses Redis to get quick access to what it needs to process.

    #Ruby On Rails #Ruby #Background Processing 20 social mentions

  3. 3
    Redis is an open source in-memory data structure project implementing a distributed, in-memory key-value database with optional durability.
    Pricing:
    • Open Source
    But it is not all about presenting information to the user who is browsing your website. Sending email notifications is something that is managed by a queuing system that runs asynchronously to improve concurrency. There are several solutions to this matter. In Ruby’s world a popular system is Sidekiq , which uses Redis to get quick access to what it needs to process.

    #Key-Value Database #NoSQL Databases #Databases 183 social mentions

  4. Simple and flexible HTML, CSS, and JS for popular UI components and interactions
    Pricing:
    • Open Source
    To make the job easier, frontend developers usually use some kind of CSS framework, being Twitter Bootstrap the most popular. This represents having a series of files that define the basis of the style, and the frontend developer can customize it.

    #CSS Framework #Development Tools #Design Tools 326 social mentions

  5. A remote server automation and deployment tool written in Ruby
    Pricing:
    • Open Source
    Finally, the application must be transferred to the server. Except for Microsoft web technologies, the rest use Linux servers, so the backend developer needs to have the knowledge to setup and optimize this operating system. So, with the help of a deployment tool (like Capistrano ), only the changes are transferred.

    #DevOps Tools #IT Automation #Disk Analyzer 9 social mentions

Discuss: What’s the difference between frontend and backend?

Log in or Post with