Archive

Archive for March, 2010

Nitrogen Web Framework for Erlang

March 10th, 2010 No comments

Nitrogen brings cutting-edge web development to Erlang.

Nitrogen was created by Rusty Klophaus. It is in active development, and is available for use under the MIT License.

http://nitrogenproject.com/

Categories: software development Tags: ,

Erlang (programming language)

March 10th, 2010 No comments

Erlang is a general-purpose concurrent programming language and runtime system. The sequential subset of Erlang is a functional language, with strict evaluationsingle assignment, and dynamic typing. For concurrency it follows theActor model. It was designed by Ericsson to support distributed, fault-tolerant, soft-real-time, non-stop applications. The first version was developed by Joe Armstrong in 1986.[1] It supports hot swapping thus code can be changed without stopping a system.[2] Erlang was originally a proprietary language within Ericsson, but was released as open source in 1998.

http://en.wikipedia.org/wiki/Erlang_(programming_language)

Categories: software development Tags: ,

Mnesia

March 10th, 2010 No comments
Categories: software development Tags: ,

MongoDB

March 10th, 2010 No comments

Combining the best features of document databases, key-value stores, and RDBMSes.

MongoDB (from “humongous”) is a scalable, high-performance, open source, schema-free, document-oriented database.

http://www.mongodb.org/display/DOCS/Home

Categories: software development Tags: ,

Riak

March 10th, 2010 No comments

Riak combines a decentralized key-value store, a flexible map/reduce engine, and a friendly HTTP/JSON query interface to provide a database ideally suited for Web applications.

http://riak.basho.com/

Categories: software development Tags: ,

Apache CouchDB

March 10th, 2010 No comments

Apache CouchDB is a document-oriented database that can be queried and indexed in a MapReduce fashion using JavaScript. CouchDB also offers incremental replication with bi-directional conflict detection and resolution.

http://couchdb.apache.org/

Categories: software development Tags: ,

Adobe Flex 3

March 10th, 2010 No comments

Create engaging, cross-platform rich Internet applications

Flex is a highly productive, free open source framework for building and maintaining expressive web applications that deploy consistently on all major browsers, desktops, and operating systems. While Flex applications can be built using only the free open source framework, developers can use Adobe® Flex® Builder™ software to dramatically accelerate development.

Categories: software development Tags: ,

Grails (framework)

March 10th, 2010 No comments

Grails is an open source web application framework which leverages the Groovy programming language (which is in turn based on the Java platform). It is intended to be a high-productivity framework by following the “coding by convention”paradigm, providing a stand-alone development environment and hiding much of the configuration detail from the developer.

http://en.wikipedia.org/wiki/Grails_(framework)

Categories: software development Tags: ,

Google App Engine GAE

March 10th, 2010 No comments

Run your web apps on Google’s infrastructure.
Easy to build, easy to maintain, easy to scale.

http://code.google.com/appengine/

Scrum

March 10th, 2010 No comments

Scrum is an iterative, incremental framework for agile software development. Although the word is not an acronym, some companies implementing the process have been known to spell it with capital letters as SCRUM. This may be due to one of Ken Schwaber’s early papers, which capitalized SCRUM in the title.[1]

Although Scrum was intended for management of software development projects, it can be used to run software maintenance teams, or as a general project/program management approach.

http://en.wikipedia.org/wiki/Scrum_(development)