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.

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

Ratnopam Chakrabarti is a software developer currently working for Ericsson Inc. He has been focused on IoT, machine-to-machine technologies, connected cars, and smart city domains for quite a while. He loves learning new technologies and putting them to work. When he’s...

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

Ratnopam Chakrabarti is a software developer currently working for Ericsson Inc. He has been focused on IoT, machine-to-machine technologies, connected cars, and smart city domains for quite a while. He loves learning new technologies and putting them to work. When he’s...

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

Ratnopam Chakrabarti is a software developer currently working for Ericsson Inc. He has been focused on IoT, machine-to-machine technologies, connected cars, and smart city domains for quite a while. He loves learning new technologies and putting them to work. When he’s...

Get to know our Couchbase Community Meet – Iain Cartledge

Get to know our Couchbase Community Meet – Iain Cartledge

We’re excited to announce our newest Couchbase Community Champion, Iain Cartledge, who is based in Cambridge, U.K. Tell us about yourself and what you do in your daily role? I’m a software architect at Bango, where I’ve been working for about five and...

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

In this post we'll introduce you to a photo gallery application which allows users to upload any image of their choice (in .png or .jpg format) and view all the images that have been uploaded by other users. The app...

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

Docker is a great project that is helping developers around the world run applications in containers. This not only helps shipping software faster, but it also results with the famous “it works in my machine” phrase. In this article I...

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

Have you been investing your time, effort, and resources in building ETL procedures that keep migrating data from one database to another? Is your RDBMS fully equipped to deal with unstructured and non-traditional data? With Big Data becoming the hottest...

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.