Laurent Doguin | Couchbase Blog

Author

All posts by Laurent Doguin, Developer Advocate, Couchbase

Laurent is a Paris based Developer Advocate where he focuses on helping Java developers and the French community. He writes code in Java and blog posts in Markdown. Prior to joining Couchbase he was Nuxeo’s community liaison where he devoted his time and expertise to helping the entire Nuxeo Community become more active and efficient.

Build a Survey App with Netlify and Couchbase

Build a Survey App with Netlify and Couchbase

The Couchbase DevRel team has been working with the Bad Website Club on freeCodeCamp materials.  freeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that...

Sponsoring DevoxxUK 2023 London

Sponsoring DevoxxUK 2023 London

Couchbase Sponsored the DevoxxUK 2023 conference in London, UK. It was a real pleasure to meet the organizer team again, to meet all the participants. A big thank you to everyone that came to our booth! This year we gave...

Enjoying Devoxx France 2023 – Paris

Enjoying Devoxx France 2023 – Paris

Couchbase Sponsored the DevoxxFR 2023 conference in Paris, France. I want to thank everyone who came to our booth with their questions and curiosity! It was a pleasure to see you all and to talk to our existing customers as...

Explore your Couchbase Buckets with Azimutt

Explore your Couchbase Buckets with Azimutt

Azimutt is a Next-Gen ERD that allows you to Design, Explore, Document and Analyze your database. What is an ERD, you ask? ERD stands for Entity Relationship Diagram. Because, yes, you can have (virtual) entity relationships in a document database....

Couchbase Developer Release – Put some cURL in your N1QL

Couchbase Developer Release – Put some cURL in your N1QL

What is cURL? Ever heard of cURL? It’s a famous command line tool for sending/receiving data using URL syntax, says wikipedia here. Let’s start with an example related to Couchbase. The N1QL query service is available through a REST API....

Couchbase Developer Release – What’s new for FTS?

Couchbase Developer Release – What’s new for FTS?

Couchbase FTS is our new Fulltext Index and Query engine. We previously introduced it last year, I invite you to read this post and the reference documentation for a better understanding of what it can do for you. If you...

Integration Tests and your Couchbase Application

Integration Tests and your Couchbase Application

Proper integration tests require a complete setup of your infrastructure. And this can be a litle hard to put in place sometimes, especially when you need to support your developer lapop, your CI node, or any other machine where you...

Testing Spring Data Couchbase Applications with TestContainers

Testing Spring Data Couchbase Applications with TestContainers

In a previous series of blog posts I explained how to use TestContainers for your Java Junit tests. Some of the issues we did not address were about how to test N1QL, create your own buckets, index etc… This post...

Using XRebel with Couchbase

Using XRebel with Couchbase

I recently was in Tallinn for a conference called TopConf and a local Docker meetup. And you might think that this doesn’t have much to do with the title of this post but actually it does. Tallinn is also where...

New Raw Query Result for the Java SDK

New Raw Query Result for the Java SDK

Latest version of our Java SDK (2.3.3 at the time of writing) introduces a new class: RawQueryExecutor. It gives you the direct result of a N1QL or FTS query as a JSON String or JsonObject, just like if you were...

Actualité chargée pour Couchbase en France

Actualité chargée pour Couchbase en France

Rentrée chargée pour Couchbase en France, nous vous proposons trois événements pour la rentrée. À commencer par un meetup dédié à Couchbase Mobile chez SOAT le 14 Septembre. Couchbase Meetup Au programme de ce meetup, Pascal Batty nous parlera de...

Configure the Official Couchbase Docker Image at Test Runtime with TestContainers

Configure the Official Couchbase Docker Image at Test Runtime with TestContainers

In the previous blog posts I explained how to use Docker containers running Couchbase during your tests. Both post had this requirements that you had to build your own Couchbase Docker image with the cluster and data already configured. In...