Skip to main content

Home/ Arquitectura?/ Group items tagged docs

Rss Feed Group items tagged

Pablo Lalloni

Frequently Asked Questions | CockroachDB Docs - 0 views

  •  
    "CockroachDB is a distributed SQL database built on a transactional and strongly-consistent key-value store. It scales horizontally; survives disk, machine, rack, and even datacenter failures with minimal latency disruption and no manual intervention; supports strongly-consistent ACID transactions; and provides a familiar SQL API for structuring, manipulating, and querying data. "
Pablo Lalloni

Slick - Scala Language Integrated Connection Kit - Slick 1.0.0 documentation - 0 views

  •  
    Documentación de referencia de SLICK 1.0.0 (ex scalaquery) recientemente liberado. Pegarle una mirada.
Pablo Lalloni

InfoQ: Grails Best Practices - 0 views

  • Prefer dynamic scaffolding to static scaffolding until the former no longer satisfies your requirements. For example, if only “save” action needs to be modified, you can override just that “save” action and generate scaffolded code dynamically at runtime.
  • To install any plugin in your application, it's better to declare it in BuildConfig.groovy rather than using the install-plugin command. Read this thread for a detailed explanation.
  • Always ensure that you include an externalized config file (even if it's an empty file), so that any configuration that needs to be overridden on production can be done without even generating a new war file.
  • ...2 more annotations...
  • Keep personal settings (such as local database username or passwords, etc) in a <Local>Config.groovy file and add to version control ignore list, so that each team member can override configuration as per their specific needs.
  • In Grails 2.0 “grails.hibernate.cache.queries = true" by default, which caches queries automatically without a need to add cache:true. Set it to false, and cache only when it genuinely helps performance.
  •  
    This article is a basic list of best practices that our Grails projects follow, gathered from mailing lists, Stack Overflow, blogs, podcasts and internal discussions at IntelliGrape.
Pablo Lalloni

Home - Forge - Project Documentation Editor - 0 views

  •  
    A core framework and next-generation shell for tooling and automation at a command line level; with APIs for integration in IDEs, extending built in functionality with plugins, and scripting for automating repetitive tasks, Forge is a tool every open-source developer should be looking at. A core framework for rapid-application development in a standards-based environment. Plugins / incremental project enhancement for Java EE, and more.
Pablo Lalloni

Performance Characteristics - Scala Documentation - 1 views

  •  
    Qué útil esta página!
Pablo Lalloni

API Endpoints - foursquare - 0 views

  •  
    Documentación de la API REST de foursquare. Ejemplar.
Pablo Lalloni

Neo4J REST API - 1 views

  •  
    Documentación de la API REST de Neo4J. Ejemplar.
  •  
    Realmente es muy educativo ver como está diseñada esta API, tiene las restricciones del estilo ReST muy bien aplicadas.
Pablo Lalloni

Monads in Scala - 0 views

  •  
    Y otra intro a Monad y a su aplicación en scala. Particularmente simple y comprensible.
1 - 20 of 49 Next › Last »
Showing 20 items per page