Skip to main content

Home/ Arquitectura?/ Group items tagged guide

Rss Feed Group items tagged

Pablo Lalloni

Introduction - 0 views

  •  
    "MICROSERVICES ARCHITECTURE GUIDE"
Pablo Lalloni

Speaking JavaScript: An In-Depth Guide for Programmers - 0 views

  •  
    "Speaking JavaScript: An In-Depth Guide for Programmers"
Sebastián Zaffarano

Unit testing best practices : Junit Reference guide « How to do in "JAVA" - 1 views

  •  
    Muy buen artículo sobre todo si se lee desde punto de vista mas general que junit+java. Me gustó particularmente la cita: "It's overwhelmingly easy to write bad unit tests that add very little value to a project while inflating the cost of code changes astronomically."
Pablo Lalloni

elasticsearch: scan and scroll - 3 views

  •  
    Con esto eliminamos la necesidad de ordenar globalmente para paginar y resolvemos el problema de los cambios concurrentes durante una consulta paginada.
Pablo Lalloni

http://resources.idgenterprise.com/original/AST-0137772_WebSphere_Portal_Version_8.0_Re... - 0 views

  •  
    IBM WebSphere Portal and Web Content Manager Version 8.0.0.1 Reviewer's guide
munyeco

OpenAM Administration Guide - 0 views

  • An authentication service confirms the identity of a user or a client application.
  • OpenAM is most frequently used to protect web-accessible resources. Users browse to a protected web application page. An agent installed on the server with the web application redirects the user to OpenAM for access management. OpenAM determines who the user is, and whether the user has the right to access the protected page. OpenAM then redirects the user back to the protected page, with authorization credentials that can be verified by the agent. The agent allows OpenAM authorized users access the page.
Pablo Lalloni

http://www.itshq.co.nz/wp-content/uploads/2015/06/450097_forrester_wave_api_management_... - 0 views

  •  
    "In Forrester's 40-criteria evaluation of application programming interface (API) management solutions, we identified the 11 most significant software providers in the category - 3scale, Apigee, Axway, CA Technologies, IBM, Informatica, Intel Services, MuleSoft, SOA Software, Tibco Software, and WSO2 - and researched, analyzed, and evaluated them. This report details our findings about how well each vendor's products fulfill our criteria and where they stand in relation to each other. This analysis, combined with three buying guides that highlight key make-or-break decision factors, will help AD&D professionals select the right partner for their API management needs."
Pablo Lalloni

The Journey of Go's Garbage Collector - The Go Blog - 1 views

  •  
    "The Go language features, goals, and use cases have forced us to rethink the entire garbage collection stack and have led us to a surprising place. The journey has been exhilarating. This talk describes our journey. It is a journey motivated by open source and Google's production demands. Included are side hikes into dead end box canyons where numbers guided us home. This talk will provide insight into the how and the why of our journey, where we are in 2018, and Go's preparation for the next part of the journey."
Pablo Lalloni

The 2018 DevOps RoadMap - Hacker Noon - 0 views

  • 6. Learn Infrastructure as code
  •  
    "An illustrated guide to becoming a DevOps Engineer with links to relevant courses"
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.
1 - 20 of 27 Next ›
Showing 20 items per page