Skip to content

Instantly share code, notes, and snippets.

View jcorrius's full-sized avatar

Jesús Corrius jcorrius

View GitHub Profile
@jcorrius
jcorrius / demoapi.service
Created November 15, 2018 09:18
Debian service file sample
[Unit]
Description=Demo Api Service
After=network.target
[Service]
Type=simple
ExecStart=/opt/bluekiri/demoapi/demoapi
ExecReload=/bin/kill -HUP $MAINPID
[Install]
@jcorrius
jcorrius / distributions
Created November 15, 2018 10:02
Sample distributions file for a Debian repo
Origin: Bluekiri Demo
Label: bluekiri
Codename: bionic
Architectures: amd64
Components: main
Description: Personal repository
SignWith: B501DE17DA19A16F

Yes, you absolutely can, and it's generally recommended for getting the best context and generative answers from Vertex AI Search when dealing with software projects.

The key is to consider how Vertex AI Search (and the underlying LLM) will interpret the relationship between your source code and its accompanying documentation.

Here are the main strategies, from simplest to most effective:


Strategy 1: Simple Co-location (Easiest to Setup)

@jcorrius
jcorrius / cancelpolicies-investigation-report.md
Created August 17, 2026 07:22
TPN CancelPolicies investigation report — VB→C# migration

Investigation Report — CancelPolicies handled as a single CancelPenalty instead of a list (TPN connector)

Date: 2026-08-17 Repository: travelgate-connectors/integrations-pull-hotel-tpn Related fix: ITPN-971 / PR #265 ("fix: Correct cancelPolicies")


1. Executive summary

@jcorrius
jcorrius / tier1-framework-escalation.md
Last active August 26, 2026 12:16
Tier 1 framework-owned performance costs — escalation brief (connectors-pull-hotel-shopping-tor)

Tier 1 — Framework-owned performance costs (escalation)

Connector: connectors-pull-hotel-shopping-tor (.NET 10) Scope: Search parse hot path (Quote/Book/Cancel share the same framework contracts). Status: These costs are not fixable in the connector repository. This document is the upstream escalation brief for the framework owners.

Framework versions in use

| Package | Version | Owns |