Skip to main content

Home/ Groups/ Future of Web Programming
1More

NoSQL Databases: Why, what and when - 0 views

  •  
    NoSQL databases get a lot of press coverage, but there seems to be a lot of confusion surrounding them, as in which situations they work better than a Relational Database, and how to choose one over another. This talk will give an overview of the NoSQL landscape and a classification for the different architectural categories, clarifying the base concepts and the terminology, and will provide a comparison of the features, the strengths and the drawbacks of the most popular projects (CouchDB, MongoDB, Riak, Redis, Membase, Neo4j, Cassandra, HBase, Hypertable).
1More

Code School - Explore and Master Chrome DevTools - 0 views

  •  
    "Explore and Master Chrome DevTools"

Malta Web Development Services - 1 views

started by charm felipps on 30 Aug 13 no follow-up yet
1More

HTML5 Cheatsheet - 0 views

  •  
    Classification des tags HTML 5 : "nouveaux", "existants" et "obsolètes" et support en fonction de chaque navigateur
1More

Parsing Large XML Using PHP (PHP XMLReader) - 0 views

  •  
    I had some issue with parsing large xml files using php DOM. DOM or Simplexml can be used in case of smaller files. In case of large files using DOM may not be memory efficient. DOM parser will load whole XML file to the memory and may cause performance issues. In this case we can use php XMLReader.
« First ‹ Previous 561 - 580 Next › Last »
Showing 20 items per page