Category: Best Practices and Tutorials

Managing Data Sprawl for Developers

Managing Data Sprawl for Developers

When we developers hear the term data sprawl, it may sound a little bit like a business term like TCO, ROI and the likes. All these terms have a reality for developers, outside of the analyst and manager realm. So...

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 3 of 3)

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 3 of 3)

Understanding TLS within Couchbase Server In Part 1 and Part 2 of this guide, we explained the history of TLS, the components involved and how it works. In this final 3rd part of the guide we combine this all together...

Couchbase Visual Studio Code Plugin: Supercharge Your Development

Couchbase Visual Studio Code Plugin: Supercharge Your Development

Couchbase is a leading NoSQL database that offers high performance, scalability, and flexibility for modern applications. Whether you’re building a web app, mobile app, or any other software that relies on fast and efficient data storage, Couchbase has you covered....

October 13, 2023
How to Build a Cloud-Based Application

How to Build a Cloud-Based Application

At this point, cloud-based applications aren’t a new concept. Many organizations have shifted from legacy systems to the cloud to build faster applications that better fulfill customer needs and meet their demands. If you’re just beginning your modernization journey, this...

October 9, 2023
Can Developers Reduce Software TCO with AI? 

Can Developers Reduce Software TCO with AI? 

Long gone are the days when you would buy a Nintendo cartridge and never update the software on it. The world has changed, and so has software. Instead of living in its own tiny (awesome) gray and black box, software...

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 2 of 3)

In part 1 of this 3 part series we learned about the components of TLS, in part 2 we will see how the TLS components interact with each other.  In Part 3 of this guide, we’ll see how the components...

Your Guide to Scaling Microservices

Your Guide to Scaling Microservices

As applications become more complex, developers have moved from a monolithic architecture to microservices to more easily scale individual services and meet user expectations.  Because of their scalability, microservices have become popular for developing modern web, mobile, and cloud-based applications....

September 24, 2023
Offline-first: a mindset for developing faster, more reliable mobile apps

Offline-first: a mindset for developing faster, more reliable mobile apps

What does offline-first mean? The term “offline-first” describes a mobile app that is built to perform most, or all, of its core functionality without access to the Internet. The concept is simple enough, but all too often this is not...

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 1 of 3)

Securing Communication with TLS Certificates: A Definitive Guide for Couchbase Server (Part 1 of 3)

Transport Layer Security (TLS) certificates are vital components in securing network communications with a Couchbase Server deployment. TLS ensures the confidentiality, integrity, and authenticity of data transmitted between clients and servers. This comprehensive guide aims to demystify the configuration and...

A Guide to Backend Databases

A Guide to Backend Databases

The backend is the part of an application responsible for storing and processing data. It’s the opposite of the front end, the part of the application that users interact with. The backend typically comprises servers, application programming interfaces (APIs), and...

September 7, 2023
Videos: Putting the SQL back into NoSQL

Videos: Putting the SQL back into NoSQL

Are you interested in using the familiar SQL language while also benefiting from the flexibility of JSON data? We’ve got a series of three videos that can help you achieve the best of both worlds. Putting the SQL back into...

September 5, 2023
Build a Survey App with Netlify and Couchbase

Build a Survey App with Netlify and Couchbase

The Couchbase DevRel team has been working with the Bad Website Club on freeCodeCamp materials.  freeCodeCamp is a non-profit organization that consists of an interactive learning web platform, an online community forum, chat rooms, online publications and local organizations that...