Tag: docker

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.

Containerize a Node.js Application that Communicates with Couchbase Server

Containerize a Node.js Application that Communicates with Couchbase Server

Last month I had written a tutorial on the subject of containerizing a web application that talks to Couchbase Server.  This tutorial called, Deploy a Node.js with Couchbase Web Application as Docker Containers, helped you containerize a Node.js application, but this...

Deploying a Containerized Couchbase NoSQL Database Cluster with Docker – Video Tutorial

Deploying a Containerized Couchbase NoSQL Database Cluster with Docker – Video Tutorial

Docker is all the rage lately so I’ve decided to hop on this train and whip together some content regarding the containerization of Couchbase. I’ve seen a few tutorials that demonstrate the use of Couchbase with Docker, but I’ve decided...

Deploy a Golang Web Application and Couchbase as Docker Containers

Deploy a Golang Web Application and Couchbase as Docker Containers

In my development series regarding Docker containers for the web application developer, I had already gone over deploying Java and Node.js applications as containers alongside Couchbase Server Containers.  This time around I thought it would be cool to deploy a...

Docker and Vaadin Meet Couchbase – Part 2

Docker and Vaadin Meet Couchbase – Part 2

How to develop and run a Couchbase powered, fully functional Spring Boot web application using the Docker toolset. In part one of the series, I demonstrated how to run two Docker containers to run a functional application with a presentable...

Use Docker to Deploy a Containerized Java with Couchbase Web Application

Use Docker to Deploy a Containerized Java with Couchbase Web Application

Not too long ago I wrote about containerizing a Node.js RESTful API and Couchbase Server to demonstrate how easy it is to deploy web applications in a quick and reliable fashion.  In that guide we created a simple API, built...

Docker and Vaadin Meet Couchbase – Part 1

Docker and Vaadin Meet Couchbase – Part 1

Running Couchbase as a Docker container is fairly easy. Simply inherit from the latest, official Couchbase image and add your customized behavior according to your requirement. In this post, I am going to show how you can fire up a...

Docker Node.js Deployment With Couchbase

Docker Node.js Deployment With Couchbase

Docker is becoming increasingly popular and I’ve been slowly introducing it into my projects.  It makes it easy to distribute your applications because regardless of where you deploy your containers to, the experience will be the same. Let’s see how...

Codenvy, Eclipse Che, Docker, and Couchbase: Coding in the Cloud at Devoxx US

Codenvy, Eclipse Che, Docker, and Couchbase: Coding in the Cloud at Devoxx US

This week Couchbase was at Devoxx US.  Devoxx is a hugely influential conference series, well known in Europe.  This was the first one to take place in the United States. While I was there I had a chance to talk...

Workshop Content for Full-Stack Java and NoSQL Development Now Available

Workshop Content for Full-Stack Java and NoSQL Development Now Available

About a week ago I was at DevNexus 2017 in Atlanta, Georgia, giving a workshop on creating full stack applications using a variety of technologies such as Java, Angular, Docker, Couchbase, and JavaFX. Everyone who participated in the full day...

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...