James Nocentini | Couchbase Blog

작성자

모든 게시글 작성자 제임스 노센티니, 모바일 테크니컬 라이터, Couchbase

제임스 노센티니는 카우치베이스 모바일의 문서를 담당하는 테크니컬 라이터입니다. 이전에는 개발자 지원 담당자로 일했으며 그 전에는 HouseTrip의 프론트엔드 개발자로 일했습니다. 또한 여가 시간에는 raywenderlich.com에 안드로이드 튜토리얼을 작성하는 것을 즐깁니다.

Tutorial: from Dropbox Datatore Sync to Couchbase Mobile

Tutorial: from Dropbox Datatore Sync to Couchbase Mobile

The Dropbox Datastore and Sync APIs were recently deprecated. Last week, Chris Anderson wrote a blog post on why you should choose open source projects to solve this really challenging problem. Now it’s time to code! We will start with the...

iOS: Pull to refresh with Couchbase Mobile

iOS: 카우치베이스 모바일로 당겨서 새로고침하기

거의 모든 앱에서 정보 목록을 표시해야 하며, 데이터를 다시 로드할 때 사용자는 풀 투 리프레시 기능을 사용할 수 있기를 기대합니다. 동기화 게이트웨이를 사용하여 이를 수행하는 방법을 살펴 보겠습니다.

Syncing with Core Data

핵심 데이터와 동기화

코어 데이터 스택으로 앱을 개발 중이며 이제 클라우드 구성 요소를 추가하려고 합니다. 사용자에게 로그인 메시지를 표시하고 모든 데이터를 클라우드에 저장하여 모든 기기에서 사용할 수 있도록 하세요....

iOS: Background Fetch to sync Hacker News stories

iOS: Background Fetch to sync Hacker News stories

Introduction In this tutorial, you will learn how to use Sync Gateway and Couchbase Lite to sync the Hacker News latest stories to an iOS app. We'll focus specifically on the Background Fetch feature that was added in iOS 7:...

Augment your Sync Function with Roles in Couchbase Sync Gateway

Couchbase 동기화 게이트웨이의 역할로 동기화 기능 강화하기

Roles in Sync Gateway are often overlooked because they seem more complex to use than Users and Channels. However, they provide one additional layer of abstraction and can greatly simplify your data model. Take the example of an application to...

Introducing the React Native Couchbase Lite Module

Introducing the React Native Couchbase Lite Module

Recently, we published a series of articles on the topic of using Couchbase Lite in a React Native application. In this tutorial, you’ll take it one step further and use the recommended Couchbase Lite Module for React Native (available as...

Getting Started with React Native Android and Couchbase Lite

리액트 네이티브 안드로이드와 카우치베이스 라이트 시작하기

리액트 네이티브를 사용하면 자바스크립트만으로 네이티브와 같은 모양과 느낌의 안드로이드 애플리케이션을 빌드할 수 있습니다. 이 예시에서는 UI 상태를 관리하고 모델과 동기화하는 작업을 React Native가 처리합니다. 그리고 다행히도 우리는...

Adding Google Sign-In with Node.js to a Couchbase Mobile application

카우치베이스 모바일 애플리케이션에 Node.js로 구글 로그인 추가하기

Google+와 같은 타사 애플리케이션에서 제공하는 OAuth API를 사용하여 모바일 앱에 로그인하면 사용자에게 즐거운 첫 경험을 제공할 수 있습니다. 사용자는 이미 알고 있고 신뢰하는 계정으로 로그인하여 입력할 수 있습니다.

Getting Started with JavaFX and Couchbase Mobile

JavaFX 및 Couchbase Mobile 시작하기

JavaFX와 카우치베이스 모바일은 풍부한 사용자 인터페이스와 빠른 데이터 액세스를 갖춘 데스크톱 클래스 애플리케이션을 만드는 데 훌륭한 조합입니다. 이 튜토리얼에서는 다음과 같은 핵심 개념을 배웁니다: TodoLite를 사용한 복제, 보안 및 배포에 대해 알아보기...

Sync Gateway Webhooks

동기화 게이트웨이 웹훅

최근에 Couchbase Mobile 1.1을 출시했으며, 이 새 버전에는 많은 새로운 기능이 추가되었습니다. 이 블로그 게시물에서는 동기화 게이트웨이 웹훅을 살펴보고 이를 사용하는 몇 가지 구체적인 예를 생각해 보겠습니다. 1.1 버전 이전의 웹후크...

Displaying a Sync Progress Indicator in an iOS app

iOS 앱에서 동기화 진행률 표시기 표시하기

NSProgress는 일부 작업의 완료를 나타내는 Foundation의 객체입니다. 그 작업은 파일 다운로드, 앱 설치 또는 자체 애플리케이션이 수행하는 작업일 수 있습니다. NSProgress는 진행 상황을 쉽게 보고할 수 있도록 하기 위해 존재합니다.

Live Reload with React Native and Sync with Couchbase Mobile

리액트 네이티브로 라이브 리로드하고 카우치베이스 모바일과 동기화하기

이전에는 React Native Android와 Couchbase Lite를 시작하는 튜토리얼을 작성했습니다. 이 짧은 스크린캐스트에서는 이 튜토리얼의 샘플 프로젝트를 사용하여 다음을 학습합니다: 빌드한 앱을 실행하는 방법...