[태그:] 편안한
-

Going Full Stack with Node.js, Vue.js, and Couchbase NoSQL
If you’ve been keeping up, I’m a huge advocate for Node.js development and the JavaScript development stack. Previously I had written about the Couchbase, Express, AngularJS, and Node.js (CEAN) stack and modernized the backend…
-

Node.js와 N1QL을 사용한 URL 단축기 제작 비디오 튜토리얼
얼마 전 저는 Node.js와 Couchbase를 사용하여 URL 단축기를 만드는 방법에 대한 긴 튜토리얼을 작성했습니다. 이 튜토리얼에서는 데이터를 쿼리하기 위해 N1QL을 사용했습니다. 해당 글을 보완하기 위해 저는...
-

명령줄을 사용하여 Couchbase 서버 인스턴스 프로비저닝하기
When you’re a Database or System Administrator, you don’t always have time to go through the setup wizards when deploying a new piece of software. Probably because you are managing massive amounts of systems…
-

Developing an API with Golang using Couchbase NoSQL and N1QL
Have you ever wanted to create a RESTful API with Golang, but didn’t know where to start? What do you do about URL routing, data modeling, or even the data layer in general? In…