Sunday 15 November 2015

Global Day of Code Retreat 2015 and what I've learnt

Recently I've attended the event that I planned to attend year after year and never really did it. This year it finally happened. You can read more about the event itself here. What I want to write about here is what I've learnt during the event. And (to my surprise) there was quite a lot of it.

Tuesday 9 September 2014

New version of XQuery plugin released

New version of plugin has been released. You can check the changelog here.
Changes include things that I'm sure many people waited for.

Sunday 31 August 2014

Efficient XQuery development (using IntelliJ)

Intro

tl;dr: We needed a modern IDE with high productivity features.

When I first started working on a project which used XQuery I didn't know the language at all. Just like the rest of the team. Step by step, by reading more about it, finding solutions to our problems on stackoverflow and generally using it, we started getting to know it. Most of the codebase in the project was Java. It seemed natural to use a good IDE for Java. Most senior people in the project had really positive experience with IntelliJ IDEA and they shared their knowledge and infectious enthusiasm with the rest of the team and taught us how to use it efficiently.
Still there was that part of the codebase that was written in XQuery. We tried out existing IDEs (Eclipse with XQDT, Oxygen) that did support the implementation that we were using (Saxon) and decided that they were not giving us the required support.