You are viewing a plain text version of this content. The canonical link for it is here.
Posted to marketing@couchdb.apache.org by Dave Cottlehuber <dc...@jsonified.com> on 2014/10/14 09:55:04 UTC

weekly news items

Weekly news

- Steve’s new Dartlang library (below)
- using property-based testing on CouchDB internals - http://www.quviq.com/adding-a-github-repository-to-quickcheck-ci/ 
- read Erlang In Anger - http://www.erlang-in-anger.com/ a great free ebook about real-world Erlang, from reading code, to diagnosing production problems, from the author of LYSE http://learnyousomeerlang.com/

Relaxing - a great talk on mindfulness from Jon Kabat-Zinn at Google’s Tech talks in 2007.

http://www.youtube.com/watch?v=3nwwKbM_vJc

-----Original Message-----
From: Steve Hamblett <st...@linux.com>
Reply: dev@couchdb.apache.org <de...@couchdb.apache.org>>
Date: 14. Oktober 2014 at 08:40:05
To: dev@couchdb.apache.org <de...@couchdb.apache.org>>
Subject:  CouchDB library for the Dart language

Just letting you know there is now a CouchDB library implementation in 
Dart. This is both a server and browser based library. 
Its name is Wilt, github is here <https://github.com/shamblett/wilt>, the 
officially released package in the Dart ecosystem can be found here 
<https://pub.dartlang.org/packages/wilt>, also the API docs 
can be found here 
<http://www.dartdocs.org/documentation/wilt/3.1.0/index.html#wilt> 

You may want to list it in the libraries section of your Wiki. 



Re: weekly news items

Posted by Lena Reinhard <le...@thehoodiefirm.com>.
Great content, thanks, Dave and Alex!

On 14.10.2014, at 10:44, Jan Lehnardt <ja...@apache.org> wrote:

> Good find Alex!
> 
> Best
> Jan
> --
> 
>> On 14.10.2014, at 10:25, Alexander Shorin <kx...@gmail.com> wrote:
>> 
>> Not directly about CouchDB, but about Cloudant and Akamai:
>> http://www.networkworld.com/article/2692859/cloud-storage/is-it-time-to-move-your-databases-to-the-cloud.html
>> --
>> ,,,^..^,,,
>> 
>> 
>>> On Tue, Oct 14, 2014 at 11:55 AM, Dave Cottlehuber <dc...@jsonified.com> wrote:
>>> Weekly news
>>> 
>>> - Steve’s new Dartlang library (below)
>>> - using property-based testing on CouchDB internals - http://www.quviq.com/adding-a-github-repository-to-quickcheck-ci/
>>> - read Erlang In Anger - http://www.erlang-in-anger.com/ a great free ebook about real-world Erlang, from reading code, to diagnosing production problems, from the author of LYSE http://learnyousomeerlang.com/
>>> 
>>> Relaxing - a great talk on mindfulness from Jon Kabat-Zinn at Google’s Tech talks in 2007.
>>> 
>>> http://www.youtube.com/watch?v=3nwwKbM_vJc
>>> 
>>> -----Original Message-----
>>> From: Steve Hamblett <st...@linux.com>
>>> Reply: dev@couchdb.apache.org <de...@couchdb.apache.org>>
>>> Date: 14. Oktober 2014 at 08:40:05
>>> To: dev@couchdb.apache.org <de...@couchdb.apache.org>>
>>> Subject:  CouchDB library for the Dart language
>>> 
>>> Just letting you know there is now a CouchDB library implementation in
>>> Dart. This is both a server and browser based library.
>>> Its name is Wilt, github is here <https://github.com/shamblett/wilt>, the
>>> officially released package in the Dart ecosystem can be found here
>>> <https://pub.dartlang.org/packages/wilt>, also the API docs
>>> can be found here
>>> <http://www.dartdocs.org/documentation/wilt/3.1.0/index.html#wilt>
>>> 
>>> You may want to list it in the libraries section of your Wiki.
>>> 
>>> 


Re: weekly news items

Posted by Jan Lehnardt <ja...@apache.org>.
Good find Alex!

Best
Jan
--

> On 14.10.2014, at 10:25, Alexander Shorin <kx...@gmail.com> wrote:
> 
> Not directly about CouchDB, but about Cloudant and Akamai:
> http://www.networkworld.com/article/2692859/cloud-storage/is-it-time-to-move-your-databases-to-the-cloud.html
> --
> ,,,^..^,,,
> 
> 
>> On Tue, Oct 14, 2014 at 11:55 AM, Dave Cottlehuber <dc...@jsonified.com> wrote:
>> Weekly news
>> 
>> - Steve’s new Dartlang library (below)
>> - using property-based testing on CouchDB internals - http://www.quviq.com/adding-a-github-repository-to-quickcheck-ci/
>> - read Erlang In Anger - http://www.erlang-in-anger.com/ a great free ebook about real-world Erlang, from reading code, to diagnosing production problems, from the author of LYSE http://learnyousomeerlang.com/
>> 
>> Relaxing - a great talk on mindfulness from Jon Kabat-Zinn at Google’s Tech talks in 2007.
>> 
>> http://www.youtube.com/watch?v=3nwwKbM_vJc
>> 
>> -----Original Message-----
>> From: Steve Hamblett <st...@linux.com>
>> Reply: dev@couchdb.apache.org <de...@couchdb.apache.org>>
>> Date: 14. Oktober 2014 at 08:40:05
>> To: dev@couchdb.apache.org <de...@couchdb.apache.org>>
>> Subject:  CouchDB library for the Dart language
>> 
>> Just letting you know there is now a CouchDB library implementation in
>> Dart. This is both a server and browser based library.
>> Its name is Wilt, github is here <https://github.com/shamblett/wilt>, the
>> officially released package in the Dart ecosystem can be found here
>> <https://pub.dartlang.org/packages/wilt>, also the API docs
>> can be found here
>> <http://www.dartdocs.org/documentation/wilt/3.1.0/index.html#wilt>
>> 
>> You may want to list it in the libraries section of your Wiki.
>> 
>> 

Re: weekly news items

Posted by Alexander Shorin <kx...@gmail.com>.
Not directly about CouchDB, but about Cloudant and Akamai:
http://www.networkworld.com/article/2692859/cloud-storage/is-it-time-to-move-your-databases-to-the-cloud.html
--
,,,^..^,,,


On Tue, Oct 14, 2014 at 11:55 AM, Dave Cottlehuber <dc...@jsonified.com> wrote:
> Weekly news
>
> - Steve’s new Dartlang library (below)
> - using property-based testing on CouchDB internals - http://www.quviq.com/adding-a-github-repository-to-quickcheck-ci/
> - read Erlang In Anger - http://www.erlang-in-anger.com/ a great free ebook about real-world Erlang, from reading code, to diagnosing production problems, from the author of LYSE http://learnyousomeerlang.com/
>
> Relaxing - a great talk on mindfulness from Jon Kabat-Zinn at Google’s Tech talks in 2007.
>
> http://www.youtube.com/watch?v=3nwwKbM_vJc
>
> -----Original Message-----
> From: Steve Hamblett <st...@linux.com>
> Reply: dev@couchdb.apache.org <de...@couchdb.apache.org>>
> Date: 14. Oktober 2014 at 08:40:05
> To: dev@couchdb.apache.org <de...@couchdb.apache.org>>
> Subject:  CouchDB library for the Dart language
>
> Just letting you know there is now a CouchDB library implementation in
> Dart. This is both a server and browser based library.
> Its name is Wilt, github is here <https://github.com/shamblett/wilt>, the
> officially released package in the Dart ecosystem can be found here
> <https://pub.dartlang.org/packages/wilt>, also the API docs
> can be found here
> <http://www.dartdocs.org/documentation/wilt/3.1.0/index.html#wilt>
>
> You may want to list it in the libraries section of your Wiki.
>
>