Laura Czajkowski | Couchbase Blog

Author

All posts by Laura Czajkowski

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

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

This article focuses on how we can represent a user's JSON model using YAML to document and describe how a properties value should be generated.

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

The author Rafael Ugolini of this post focuses on an offline-first development using Couchbase as the communication tool between the backend and frontend.

Using Couchbase Full Text Search Service in Java
Using Couchbase Full Text Search Service in Java

Full-text based search is a feature that allows users to search based on texts and keywords, and is very popular among users and the developer community. So it’s a no-brainer that there are lots of APIs and frameworks that offer...

Graphql server with node and couchbase, ottoman and spatial view
Graphql server with node and couchbase, ottoman and spatial view

Learn how to perform a geographical query in our data with couchbase.and how we can avoid underfetching or overfetching using Graphql.

Couchbase Meets .Net Core and Docker
Couchbase Meets .Net Core and Docker

With the release of the Couchbase .NET SDK 2.4.0, Couchbase now has official support for .NET Core. This opens up a wide new world for .NET Couchbase developers. In particular, we can now use Docker to easily manage our applications...

Using Autonumber in Couchbase
Using Autonumber in Couchbase

During software development we often to generate a unique key in an orderly sequential fashion. Learn about the process of using Autonumber in Couchbase.

Develop a REST API with Couchbase Ottoman + Node.js + hapi.js
Develop a REST API with Couchbase Ottoman + Node.js + hapi.js

Learn how to develop a REST API using Node.js and Couchbase ODM Ottoman. See how to use hapi.js, which makes it easy to start and develop an API.