Category: Best Practices and Tutorials

GenAI: A New Tool in the Developer Toolbox

GenAI: A New Tool in the Developer Toolbox

Developers craft software that both delight consumers and deliver innovative applications for enterprise users. This craft requires more than just churning out heaps of code; it embodies a process of observing, noticing, interviewing, brainstorming, reading, writing and rewriting specifications; designing,...

November 19, 2023
What is Cloud Monitoring? Types, Best Practices, Tools

What is Cloud Monitoring? Types, Best Practices, Tools

Cloud monitoring is the process of monitoring, analyzing, and troubleshooting cloud-based systems, applications, and infrastructure to ensure they’re running smoothly, efficiently, and securely. It involves collecting data and metrics from various sources, such as cloud computing platforms, applications, and services....

November 15, 2023
Learning on the Couch with FreeCodeCamp: Intro to Code Editors

Learning on the Couch with FreeCodeCamp: Intro to Code Editors

Software Development as a field can be very overwhelming. There seems to be an endless stream of new tools, languages, frameworks and we often have no idea where to start. Among those various tools is a code editor. We’re going...

The Roadmap to Becoming a Digital Enterprise

The Roadmap to Becoming a Digital Enterprise

What is a Digital Enterprise? A digital enterprise is a business that has fully integrated digital tools and technologies across all aspects of its operations, from ideation to realization to utilization. Integrating digital tools and technologies enables your enterprise to...

October 24, 2023
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...