Creating a documentation system - Part 1

5 min read
A while ago we started revamping the documentation of RavenDB. The work on that resulted in quite a nice documentation system that will be described in general in this post, and more posts will follow as we make more progress and introduce new features to it. For some time now it was clear that much...

Whose bug is it anyway? Google vs Microsoft

2 min read
Consider the following code (.NET): [code lang="csharp"] public static IEnumerable<SyndicationItem> ReadFeed() { IEnumerable<SyndicationItem> ret; using (var reader = XmlReader.Create(ListAtomUrl)) { var feed = SyndicationFeed.Load(reader); if (feed == null) return null; ret = feed.Items...

Some words on HebMorph's licensing

5 min read
Without being a lawyer, and trying real hard not to become one, it is not easy to be an author of an open-source project. Apparently it takes quite a lot of thought, and definitely a lot of reading, to make sure the code you release has an appropriate license that specifies your intent correctly. If...

Showing 10 posts out of 138 total, page 12

Previous page Next page