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 / codebase-review-question-audit
Last active July 13, 2026 16:14
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 / 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 April 11, 2026 14:28
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 / 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.
function tirarFoto(){
//...
// Retornará a image através do dataURL para o canvas:
var imageDataURL = esconder_canvas.toDataURL('image/png');
// Define o atributo href do botão de download.
document.querySelector('#dl-btn').href = imageDataURL;
# 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
@glaucia86
glaucia86 / index.js
Last active November 27, 2024 22:08
PDF - Node.js
'use strict'
const express = require('express');
const app = express();
const multer = require('multer');
const crypto = require ("crypto");
const path = require ("path");
//const pdfService = require ("./pdftoimgservice.js")
const fs = require('fs');
/**
*
* Arquivo: lanchoneteApp.js
* Data: 02/07/2018
* Descrição: Desenvolvimento de um Bot de pedido de lanche integrado com o LUIS.
* Author: Glaucia Lemos
*
*/
// Aqui estou carregando os enviroments que estão vindo do

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.