Posts

Add Authentication and SSO to Your Shiny App

In this tutorial, you’ll learn how to implement authentication and SSO in a Shiny app.
Add Authentication and SSO to Your Shiny App

How to Reduce the Cost of Data Collection

In this article, you’ll learn about different factors that influence data collection costs as well as strategies to estimate and reduce these costs. We’ll also cover some of the pros and cons of in-house scraping versus third-party solutions.
How to Reduce the Cost of Data Collection

Build and test a LlamaIndex RAG application

LlamaIndex is available in Python and TypeScript. In this tutorial, you will learn how to build a RAG-powered question-answering (QA) system using LlamaIndex and expose the functionality as a REST API. You will learn how to write unit tests for it using pytest and automate the build and test process using continuous integration with CircleCI.
Build and test a LlamaIndex RAG application

How to Scrape Google Trends with Python

In this article, you’ll learn how to scrape data from Google Trends using Python and how to store and analyze that data effectively.
How to Scrape Google Trends with Python

Web Scraping with Google Sheets

In this tutorial, you’ll learn how to set up and use Google Sheets for web scraping.
Web Scraping with Google Sheets

Add Auth and Access Control to a Pinecone RAG App

In this tutorial, you will learn how to implement authentication and authorization (relationship-based access control or ReBAC) using Descope in a RAG application.
Add Auth and Access Control to a Pinecone RAG App

A Tutorial on Setting Up and Using the Workday SOAP API

The Workday APIs can be used for various tasks, including managing employee data, integrating financial systems, handling recruitment processes, managing time tracking, and facilitating benefits administration. In this guide, you will learn how to use Workday APIs with TypeScript and understand how to simplify the integration using the Apideck Unified HRIS API.
A Tutorial on Setting Up and Using the Workday SOAP API

Build and deploy a Dockerized OpenCV application on AWS Lambda

This tutorial walks you through the steps for creating an OpenCV function to convert a color image to a grayscale image. You will learn how to containerize the application with Docker and to deploy your container image to AWS Lambda. You will also learn how to automate your deployments with CircleCI for faster, more reliable updates.
Build and deploy a Dockerized OpenCV application on AWS Lambda

SonarQube Setup Guide: Integrating Quality Gates into Your CI/CD Pipeline

Quality gates are predefined criteria that ensure only high-quality code progresses through the development pipeline. Integrating quality gates into your CI/CD pipelines ensures these checks are performed automatically and continuously to improve software reliability and security.
SonarQube Setup Guide: Integrating Quality Gates into Your CI/CD Pipeline

Add Authentication to Your Kong API Gateway with Descope

In this tutorial, you will learn about the Kong Gateway and API gateway authentication. You will also learn how to implement authentication in the Kong Gateway with Descope Flows.
Add Authentication to Your Kong API Gateway with Descope