Laura Czajkowski | Couchbase Blog

Author

All posts by Laura Czajkowski, Developer Community Manager, Couchbase

Laura Czajkowski is the Snr. Developer Community Manager at Couchbase overseeing the community. She’s responsible for our monthly developer newsletter.

Docker and Vaadin Meet Couchbase – Part 2

Docker and Vaadin Meet Couchbase – Part 2

How to develop and run a Couchbase powered, fully functional Spring Boot web application using the Docker toolset. In part one of the series, I demonstrated how to run two Docker containers to run a functional application with a presentable...

Docker and Vaadin Meet Couchbase – Part 1

Docker and Vaadin Meet Couchbase – Part 1

Running Couchbase as a Docker container is fairly easy. Simply inherit from the latest, official Couchbase image and add your customized behavior according to your requirement. In this post, I am going to show how you can fire up a...

FakeIt Series 4 of 5: Working with Existing Data

FakeIt Series 4 of 5: Working with Existing Data

FakeIt allows you to provide existing data to your models through JSON, CSV or CSON files. This data is exposed as an inputs variable in each of a models *run and *build functions.

Document-Oriented Database and N1QL

Document-Oriented Database and N1QL

Michael  K. Aboagye works as an application security engineer and web pentester with good knowledge in Linux, Git, PHP, Java, RDMS and Nosql database development. He likes to dabble in devops also. Document-Oriented Database and N1QL For this article, I will share...

Get to know our Couchbase Community Meet – Shivansh Srivastava

Get to know our Couchbase Community Meet – Shivansh Srivastava

In our latest interview for Get to Know Our Couchbase Community Champions, we meet Shivansh Srivastava from Delhi, India. Tell us about yourself and what you do in your daily role? I consider myself to be a polyglot developer and a...

FakeIt Series 3 of 5: Lean Models through Definitions

FakeIt Series 3 of 5: Lean Models through Definitions

Definitions are a way of creating reusable set(s) within your model. It allows you to define a set of properties / values one time, referencing them multiple times throughout your model. Definitions in a FakeIt model are very similar to...

Get to know our Couchbase Community Meet – Abbas Ahmed

Get to know our Couchbase Community Meet – Abbas Ahmed

Meet this week’s Couchbase Community Champion – Abbas Ahmed from Rentalcars.com in Manchester! Where are you based and what do you like to do in your spare time? I am based in Manchester, U.K., which is also my birthplace and...

FakeIt Series 2 of 5: Shared Data and Dependencies

FakeIt Series 2 of 5: Shared Data and Dependencies

There are tons of random data generators available, a simple Google Search will give you more than enough to choose from. However, almost all of these have the same frustrating flaw, which is they can only ever deal with a...

FakeIt Series 1 of 5: Generating Fake Data

FakeIt Series 1 of 5: Generating Fake Data

There are countless blog posts on data modeling, key and document patterns. All of these posts give a great introduction into how to structure and model your documents in Couchbase, but none of them tell you what to do next....

Get to know our Couchbase Community Meet – Ian Merrington

Get to know our Couchbase Community Meet – Ian Merrington

In this week’s Get to Know Our Couchbase Community Champion, we go to the Sky! Meet Ian Merrington from London who works at Sky U.K. Tell us about yourself and what you do in your daily role. I work in the OTT Persistence...

Offline-first apps with Couchbase Sync Gateway

Offline-first apps with Couchbase Sync Gateway

In this article, I’m going to propose an offline-first development using Couchbase as the communication tool between the backend and frontend.

Introduction to offline data storage and sync with PouchBD and Couchbase

Introduction to offline data storage and sync with PouchBD and Couchbase

Offline-first is an approach to software development that is different from the traditional approach – where lack of network connection is treated as an error, thereby affecting the overall user experience. With the traditional approach, you start with the most...