Summer Reading 2023

View from a beach restaurant

I’m about to jet off on my sunny* summer holidays, so it’s a good time to leave you with my recommended reading and learning. Are they all my books and content? Yes. But I do have discounts and deals for them, so that’s something, right? Working With Code in IntelliJ IDEA (Online course) I’ve just … Read more

Java 8 MOOC – Session 1 Summary

The Sevilla Java User Group is working together towards completing the Java 8 MOOC on lambdas and streams. As part of this, we're running three sessions during the course so we can, as a group, ask questions about the lectures, get help with the homework, and (if we're feeling very smart!) help people who may be struggling (or might not have watched the videos).

Read more

Java at 20

I was asked three simple questions about my thoughts on Java turning 20, and ended up writing a guest post for Voxxed. No wonder I can’t seem to find the time to write these days.

SVQ JUG: The State of Java

I think living in a beautiful city in a fantastic climate has its advantages. Not just the obvious ones, but we find people unusually keen to come and visit us on the pretence of presenting at the Sevilla Java User Group (and please, DO come and present at our JUG, we love visitors).

This week we were really lucky, we had Georges Saab and Aurelio Garcia-Ribeyro giving us an update on where Java is now and where it looks like it's going in the future.

Read more

Getting Started with MongoDB and Java

We've been missing an introduction to using MongoDB from Java for a little while now - there's plenty of information in the documentation, but we were lacking a step-by-step guide to getting started as a Java developer.

I sought to rectify this with a couple of blog posts for the MongoDB official blog: the first, an introduction to using MongoDB from Java, including a non-comprehensive list of some of the libraries you can use; the second, an introductory guide to simple CRUD operations using the Java driver:

Read more