Skip to main content

Home/ Arquitectura?/ Group items tagged presentations

Rss Feed Group items tagged

Pablo Lalloni

Simple Made Easy - 2 views

  •  
    Rich Hickey discusses simplicity, why it is important, how to achieve it in design and how to recognize its absence in the tools, language constructs and libraries.
Pablo Lalloni

The Top 10 Javascript MVC Frameworks Reviewed - CodeBrief - 1 views

    • Pablo Lalloni
       
      Estos features me parecen que son excelentes objetivos a buscar.
  • Specifically, the following four features are very important to me: UI Bindings - I’m not just talking about templates, I’m talking about a declarative approach to automatically updating the view layer when the underlying model changes. Once you have used a framework (such as Flex) that supports UI bindings, you can never go back. Composed Views - Like all software developers, I enjoy creating modular reusable code. For this reason, when programming UI, I would like to be able to compose views (preferably at the template layer). This should also entail the potential for a rich view component hierarchy. An example of this would be a reusable pagination widget. Web Presentation Layer - We are programming for the web here people, the last thing I want are native-style widgets. There is also no reason for a web framework to create it’s own layout manager. HTML and CSS are already the richest way to do style and layout in existence, and should be used as such. The framework should be centered around this concept. Plays Nicely With Others - Let’s face it, jQuery is pretty amazing. I don’t want a framework which comes bundled with a sub-par jQuery clone, I want a framework which recommends using jQuery itself.
    • Pablo Lalloni
       
      ESTOS features
Pablo Lalloni

Extreme Cleverness: Functional Data Structures in Scala - 2 views

  •  
    Daniel Spiewak shows how to create immutable data that supports structural sharing, such as: Singly-linked List, Banker's Queue, 2-3 Finger Tree, Red-Black Tree, Patricia Trie, Bitmapped Vector Trie.
Pablo Lalloni

Infinispan: Keynote of the decade: behind the scenes, an Infinispan perspective - 0 views

  •  
    Cómo se hizo la presentación "de redhat"...
Pablo Lalloni

JBoss World Keynote Series: The story, the code, the projects, and the developers - JBo... - 0 views

  •  
    La famosa presentación "de RedHat"... JA!
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.
‹ Previous 21 - 39 of 39
Showing 20 items per page