Skip to content

Instantly share code, notes, and snippets.

View glaucia86's full-sized avatar
💭
Are you coding?! Yep! Always!

Glaucia Lemos glaucia86

💭
Are you coding?! Yep! Always!
View GitHub Profile
@glaucia86
glaucia86 / 04-release-readiness-pass.md
Created March 18, 2026 18:32
04-release-readiness-pass/SKILL.md

name: release-readiness-pass description: Perform a final release-readiness review to determine whether the project is ready for merge, handoff, staging, or production, then generate RELEASE_READINESS.md. version: 1.0.0 phase: release-readiness requires:

  • QUESTIONS.md
  • IMPLEMENTATION_NOTES.md
  • VERIFICATION.md produces: RELEASE_READINESS.md
@glaucia86
glaucia86 / 03-implementation-verification-pass.md
Created March 18, 2026 18:32
03-implementation-verification-pass/SKILL.md

name: implementation-verification-pass description: Perform a post-implementation verification pass to validate that approved changes were implemented correctly, consistently, and safely, then generate VERIFICATION.md. version: 1.0.0 phase: verification requires:

  • QUESTIONS.md
  • IMPLEMENTATION_NOTES.md produces: VERIFICATION.md next: release-readiness-pass
@glaucia86
glaucia86 / 02-questions-md-resolution-implementation.md
Last active March 23, 2026 13:54
02-questions-md-resolution-implementation
name questions-md-resolution-implementation
description Read an answered QUESTIONS.md file, convert clarified decisions into a scoped implementation plan, apply approved changes safely, and generate IMPLEMENTATION_NOTES.md.
version 1.0.0
phase implementation
requires QUESTIONS.md
produces IMPLEMENTATION_NOTES.md
next implementation-verification-pass
@glaucia86
glaucia86 / codebase-review-question-audit
Last active March 26, 2026 20:20
01-codebase-review-question-audit/SKILL.md
---
name: codebase-review-question-audit
description: Perform a deep structured review of the codebase, identify ambiguities, risks, and missing decisions, and generate a QUESTIONS.md file to clarify architecture, behavior, security, performance, and refactoring concerns before implementation.
version: 1.0.0
phase: discovery
produces: QUESTIONS.md
next: questions-md-resolution-implementation
---
# Codebase Review Question Audit
@glaucia86
glaucia86 / gist:4b6db9c2f5b9575e8c1c3130c7c2795d
Created February 6, 2026 03:20
EPICO - E (Sistema de Estoque)
# [PRD-EPICO-E.md](http://prd-epico-e.md/)
## Épico E — Lista de Compras
---
## 1. Visão Geral
O Épico E introduz uma funcionalidade de **Lista de Compras**, cujo objetivo é orientar os usuários sobre **quais itens precisam ser comprados**, com base na comparação entre o **estoque atual físico** e o **estoque mínimo configurado** para cada item.
# Building a versatile RAG Pattern chat bot with Azure OpenAI and LangChain | Azure Developers JavaScript Day 2024
![alt text](image.png)
> teaser: In the digital realm where the integration of AI and web development is constantly evolving, the JavaScript Developer Days witnessed a fascinating session dedicated to unveiling the intricacies of creating a RAG (Retrieval Augmentation Generation) pattern chatbot utilizing Azure OpenAI and LangChain. The session was enriched by the insights of special guest Lars, a Denmark-based Microsoft MVP, GitHub star, NX Champion, Angular hero of education, and a fervent community organizer. Wassim, a Senior Developer Advocate Engineer at Microsoft, and Natalia, a Principal Product Manager at Microsoft, also shared their expertise, offering a comprehensive guide to developing AI-driven applications with Azure services and Developer Tools.
---
In this second article on this year's Microsoft event aimed at JavaScript developers: _Azure Developers JavaScript Day 2024_, we're

Azure API Center: Centralizing API Management for Enhanced Discovery and Governance

teaser:


ga-apic.png

Have you ever thought about having a single place to manage all your APIs? It could make it easier to find and control your services. Azure API Center is a solution that will help you do this. It offers a single platform for creating, publishing, managing, and monitoring APIs. In this article, we will learn more about this service, its features, benefits, and how it can help you.

# Comunicação entre Sistemas
## Comunicação sincrona vs Assincrona
Em um projeto de microsserviços, a comunicação entre os diferentes serviços é essencial para que eles possam funcionar juntos e trocar informações. A forma como essa comunicação é realizada pode ser síncrona ou assíncrona, cada uma com suas características e considerações específicas.
A comunicação síncrona ocorre quando um serviço envia uma solicitação para outro serviço e aguarda uma resposta imediata antes de prosseguir. Nesse modelo, o serviço solicitante fica bloqueado até que a resposta seja recebida. Esse tipo de comunicação é semelhante a uma chamada de função em programação, onde o fluxo de execução é interrompido até que a função retorne um valor.
A comunicação síncrona é geralmente usada quando uma resposta imediata é necessária, ou quando o serviço solicitante depende do resultado do serviço chamado para continuar sua operação. Isso pode ser útil em casos em que a sincronização de dados é importante ou quando é necessário garan
This file has been truncated, but you can view the full file.
{
"name": "contoso-real-estate",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "contoso-real-estate",
"version": "1.0.0",
@glaucia86
glaucia86 / settings.json
Created May 26, 2020 06:02
My profile setting - New Terminal Windows
{
"$schema": "https://aka.ms/terminal-profiles-schema",
"globals": {
"alwaysShowTabs": true,
"defaultProfile": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",
"initialCols": 120,
"initialRows": 30,
"keybindings": [{
"command": "closeTab",
"keys": [