Categoría: Mejores prácticas y tutoriales
-

Escalabilidad frente a elasticidad: Una comparación
La escalabilidad y la elasticidad ayudan a las organizaciones a lograr una mayor flexibilidad y eficiencia en su infraestructura de TI. Sin embargo, la escalabilidad y la elasticidad tienen diferencias distintas que las organizaciones deben tener en cuenta al decidir qué enfoque adoptar. Esto…
-

Cómo hacer que las llamadas a Google Cloud Functions sean más rápidas
Recientemente, mi esposa y yo hemos estado viendo repeticiones de algunos programas de televisión que cuentan con Jeremy Clarkson (Top Gear, The Grand Tour, Clarkson’s Farm). A pesar de sus payasadas, es un tipo bastante inteligente, aunque...
-

Crafting Code With A Conscience: Your Role In Ethical Data Stewardship
If data is gold, then that gold must be protected. In software development, data is often thought to be unbiased, purely mathematical, and have no reason to engage with ethics. However, I want to…
-

Couchbase on Rails: A Guide to Introducing Dynamic and Adaptive Data to Your Application
Ruby on Rails is often the framework of choice for getting new projects off the ground. The speed of development and iteration is in many ways unparalleled. As such, perhaps you want to use…
-

Learning on the Couch with FreeCodeCamp: Website Deployment – Netlify
If you’d like to watch this blog live, here is a video of Nyah Macklin & Jessica Rose walking through the process of installing Visual Studio Code, otherwise read on! In our last post,…
-

Integrating Couchbase Server with Okta: A Step-by-Step Guide to Seamless Authentication
Welcome to this comprehensive guide on integrating Okta with Couchbase Server! In this article, we will walk you through the step-by-step process of setting up a secure and seamless authentication flow using Okta as…
-

A Tour of the Couchbase JetBrains Plugin for Developers
There is a Couchbase plugin available for use with any JetBrains IDE, including: IntelliJ IDEA, Android Studio, AppCode, Aqua, CLion, Code With Me Guest, DataGrip, DataSpell, GoLand, MPS, PhpStorm, PyCharm, Rider, RubyMine, RustRover, and…
-

Elevating Remote Development: Couchbase VSCode Extension Now Supports GitHub Codespaces, Google Project IDX, And More
Welcome to a new era of remote development with Couchbase! We’re thrilled to announce a significant update to our Couchbase VSCode Extension. With our latest release, we’ve expanded our horizons to support GitHub Codespaces…
-

What is Data Mining? Techniques, Tools, and Applications
What is Data Mining? Data mining is a type of data analysis that involves searching through large amounts of information to find patterns and insights. Imagine having a giant library with thousands of books,…
-

Unlock Single Sign-On Capabilities for Couchbase with Keycloak and SAML
Welcome to this comprehensive guide on integrating Couchbase with Keycloak. In today’s digital environment, securing applications and managing identities efficiently is paramount. SAML (Security Assertion Markup Language) and Keycloak, a versatile Identity and Access…
-

Hybrid Search: An Overview
What Is Hybrid Search? Hybrid search typically refers to a search approach that combines multiple search methodologies or technologies to provide more comprehensive and accurate results. In the context of information retrieval, hybrid search…
-

Twitter Thread tl;dr With AI? Part 2
In part 1 we saw how to scrape Twitter, turn tweets in JSON documents, get an embedding representation of that tweet, store everything in Couchbase and how to run a vector search. These are…