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.

Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 4
Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 4

Learn how to manage to run the photogallery app in a Docker container talking to another container without installing anything on the local machine.

Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 3
Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 3

Part 1 and Part 2 is mostly about Couchbase. This part focuses on building a photogallery app with auto tagging using AWS Rekognition and Couchbase.

Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 2
Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 2

Check out “likes” and show by tagname features of the app. In Part 1, we learned how to store and retrieve image metadata to and from a Couchbase bucket.

Get to know our Couchbase Community Meet – Iain Cartledge
Get to know our Couchbase Community Meet – Iain Cartledge

This article focuses on getting to know our Couchbase Community Meet - Iain Cartledge and what made him choose Couchbase and which features he uses.

Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 1
Build a photogallery app with auto tagging using AWS Rekognition and Couchbase – Part 1

Learn the photo gallery application which allows users to upload any image of their choice and view all the images that have been uploaded by other users.

Persist and Abstract Data in a Nativescript Typescript Application
Persist and Abstract Data in a Nativescript Typescript Application

Couchbase is a great tool to persist data inside our app. If you haven’t heard of it, it’s a document object storage that allows you to save your data. If you are using NativeScript-Angular, there are already some great tutorials...

Get to know our Couchbase Community – Meet André Vellori
Using Docker to develop with Couchbase
Using Docker to develop with Couchbase

See how to create a modular Couchbase image that doesn’t require any Web UI interaction to have a ready-to-go database for you.

FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway
FakeIt Series 5 of 5: Rapid Mobile Development with Sync-Gateway

How we can leverage FakeIt + Couchbase Server + Sync Gateway to get our local environment up and running for mobile development. We will be doing this by using Docker and docker-compose.

Get to know our Couchbase Community Meet Zijun Yang
Get to know our Couchbase Community Meet Zijun Yang

Meet this week’s Couchbase Community Champion, Zijun Yang Tell us about yourself and what you do in your daily role? I am a System Architect in a startup company named Paclane in Peking, China. I have 10 years experience in system...

A Comparison of SQL and NoSQL to Simplify Your Database Decision
A Comparison of SQL and NoSQL to Simplify Your Database Decision

Learn how to decide how to structure your data and whether a SQL database or a NoSQL database is right for your environment.

Testing your Sync Gateway functions with synctos
Testing your Sync Gateway functions with synctos

Synctos includes a built-in test-helper module that helps you to write tests that validate your document definitions. It's always a good idea to test your code/configuration for bugs, and your synctos document definitions are no different.