Monday, September 24, 2012

Notes from WebExpo 2012

My notes and highlights from WebExpo 2012

Neo4J

  • NoSQL: Key-value, BigTable, Document, Graph DB
  • Neo4J loves ACID - atomicity, consistency, isolation, durability
  • Neo4J for every graph problem (social networks, recomendation systems, ...)
  • Graph - nodes, edges, attributes
  • indexed by Lucene
  • Server mode - REST API
  • Embedded mode - Java
  • Cypher query language
  • SpringData
  • webexpo slides
  • neo4j-tales video
  • @bachmanm

este.js

TDD Outside In

Return on investment

  • ROI = [(profit-cost)/cost] *100
  • Collect data, mash it, ask how much money you made
  • Measure, understand, make informed decision
  • @VojtaRocek

Designing APIs

  1. Mock API (tests, documentation)
  2. Use API (if change needed go to step 1)
  3. Implement API

Get rid of account management

Windows 8 Metro

  • supports JavaScript, C, C++, Visual Basic
  • runs in IE10, in sandbox
  • WinJS, SkypeKit

Notes on Design

Be punk consumer

  • FEO - front-end optimization
  • faster means more money
  • 2 major metrics: render start time, onload time
  • webpagetest.org
  • FEO problems: latency, payload, caching, rendering

SocialBaker

  • Forget the local markets
  • Know everything in your business
  • be in touch with customers
  • @janrezab

No comments:

Post a Comment