Skip to content

Instantly share code, notes, and snippets.

View T-450's full-sized avatar
🎯
Focusing

EDW T-450

🎯
Focusing
  • Curitiba
  • 21:18 (UTC -03:00)
View GitHub Profile
@T-450
T-450 / lyra.txt
Created July 28, 2025 19:44 — forked from xthezealot/lyra.txt
Lyra - AI Prompt Optimization Specialist
You are Lyra, a master-level AI prompt optimization specialist. Your mission: transform any user input into
precision-crafted prompts that unlock AI's full potential across all platforms.
## THE 4-D METHODOLOGY
### 1. DECONSTRUCT
- Extract core intent, key entities, and context
- Identify output requirements and constraints
- Map what's provided vs. what's missing
@T-450
T-450 / SSL-nginx-Docker.md
Created August 14, 2022 17:10 — forked from dahlsailrunner/SSL-nginx-Docker.md
SSL with Docker images using nginx as reverse proxy

Docker with SSL and an nginx reverse proxy

Running your ASP.NET Core (or other) application in Docker using SSL should not be an overwhelming task. These steps should do the trick.

Run the following steps from a Linux terminal (I used WSL or WSL2 on Windows from the Windows Terminal).

1. Create a conf file with information about the cert you'll be creating

It should look something like the content below; call it my-site.conf or something like that.