Skip to main content

Home/ Arquitectura?/ Group items matching "work" in title, tags, annotations or url

Group items matching
in title, tags, annotations or url

Sort By: Relevance | Date Filter: All | Bookmarks | Topics Simple Middle
Pablo Lalloni

http://sarhaonline.afip.gob.ar/v2/sistema/sarha_planeamiento_desarrollo/ - 0 views

  •  
    Este espacio contiene material de ayuda y orientación respecto de la Clasificación de Puestos (Catálogo, Modelo de Competencias de Gestión y Materiales Disponibles), el Programa de Movilidad Interna (Manuales de Usuarios) y Dotaciones (Instructivo de Aplicación SARHA del Plan Anual de Dotaciones y estadísticas respecto de la composición de la Dotación AFIP).
Pablo Lalloni

Andrzej on Software: Frontend is a separate application - 0 views

  • Despite my experience with working on desktop applications, I've been avoiding any frontend (here meaning JavaScript/html) for years.
Pablo Lalloni

CS276B Project Report: Streaming XPath Engine - 0 views

  •  
    "Our project (titled xstream)  concentrated on evaluation of XPath over XML streams. This research area contains multiple challenges resulting  from both the richness  of the language and the requirement of having only a single  pass over the data. We modified and extended one of the known algorithms, TurboXPath  [4], a tree-based IBM algorithm. We also  provide extensive comparative analysis between  TurboXPath and XSQ [5], currently the most advanced of  finite automata (FA)-based algorithms."
Pablo Lalloni

SSH Can Do That? Productivity Tips for Working with Remote Servers | Smylers [blogs.perl.org] - 1 views

  • these OpenSSH tips sound useful to you, it may be worth giving Copssh a try (or indeed switching to a dif
Chancha Mazzoni

Docker Ships HDP Into the Cloud - 0 views

  •  
    SequenceIQ is a new Hortonworks Technology Partner and recently achieved HDP and YARN Ready certification for Cloudbreak, the SequenceIQs Hadoop as a Service API. In this guest blog, SequenceIQ Co-founder and CTO Janos Matyas (@sequenceiq), describes provisioning and autoscaling HDP cluster with Cloudbreak. During our daily work at SequenceIQ, we are provisioning HDP clusters on different environments.
Chancha Mazzoni

Jonathan Bergknoff: Building good docker images - 0 views

  •  
    The [docker registry](https://registry.hub.docker.com/) is bursting at the seams. At the time of this writing, a search for "node" gets just under 1000 hits. How does one choose? ## What constitutes a good docker image? This is a subjective matter, but I have some criteria for a docker image that I consider good: * **working**.
Pablo Lalloni

Microservices and PaaS - Part I | ActiveState - 0 views

  • Instead of building software that resembles our existing organizations, we should figure out how we want our software to look, then build the organization around that. Or reorganize it if it's already in place.
    • Pablo Lalloni
       
      Las implicancias de esta idea en nuestra organización...
  • When deploying a new feature, enhancing or fixing an existing capability, or deploying an experimental line of code, the previous code remains available and accessible. New code is deployed alongside the old code, with mechanisms in place to instantly route to one or another version.
  • Importantly, the old code is not replaced, but remains part of the system, and is kept running. If, as is often the case, the widespread introduction of the new feature results in unforeseen consequences, the feature flag can be toggled off, and the old version is instantly used instead.
  • ...13 more annotations...
  • In a microservices architecture, an application is comprised of a number of small, independent composable services that interact by way of an external published protocol, such as REST, or a messaging service.
  • Each service is focused on an individual targeted business capability, and thus its scope is minimized. For functionality out of scope, the microservice calls out to other microservices via the published protocol.
  • Small independent microservices can be built using the technology best suited for their requirements. No longer does every application component need to be built on a common company-mandated language and framework such as Java/Spring or Ruby on Rails.
  • Similarly, there's no reason to standardize on a single persistence layer across an entire application. Some microservices might best be served by Redis, others by Oracle.
  • Each microservice can be updated independently, no longer requiring the entire application to be redeployed.
  • Microservices drastically improve the time required to push out a new update, allowing a much more agile development process.
  • Many organizations consist of specialized silo teams (UI, database, API, etc) where costly handoffs and intercommunication are required to coordinate all the pieces of application construction. These handoffs cause overhead, and the need for them should be eliminated.
  • With small teams, each focused on an individual microservice, Netflix enables developers to push code to production, instead of getting mired in a complex deployment process involving several teams.
  • With microservices, the old IT mindset just doesn't work.
  • A centralized IT department cannot possibly cover the wide array of technologies spanning all microservices.
  • Instead a DevOps structure, where each team is responsible for the management of the corresponding microservice, is essential.
  • Enable developers to concoct systems of their choosing with minimal or no interaction from IT, management, VPs, hardware or other groups. "Self Service" is one of the major capabilities offered by the cloud and there's every reason to take advantage of this.
  • Now, IT can be considered as a cloud API available to the developer on-demand 24x7, instead of a complex, process-mired division hidden behind obscure process.
Chancha Mazzoni

Using Puppet Enterprise with Containers - 0 views

  •  
    Interesante. Utilizan puppet en la construcción de las imagenes In recent months we've received a lot of questions about how Puppet Enterprise works with containers. We have some really helpful resources for using Docker (like the Puppet Approved module), and I'd also like to point you toward the awesome talks given at this year's PuppetConf.
agufiuba

A successful Git branching model - 1 views

  •  
    In this post I present the development model that I've introduced for all of my projects (both at work and private) about a year ago, and which has turned out to be very successful.
« First ‹ Previous 41 - 51 of 51
Showing 20 items per page