Identity Provider (IdP) x Service Provider (SP)
The Identity Provider (IdP): This entity is responsible for authenticating a user and then "issuing" a signed JWT. It holds the private key. The Service Provide...
AWS EKS Support Periods and Versions
Complete table of all current and recent Amazon EKS Kubernetes versions, including their standard and extended support end dates, as listed in the official AWS ...
Console Script to Gather Display Information
It gathers information on screen dimensions, browser viewport size, and the device's pixel ratio, which is crucial for understanding how things are rendered on...
Sort CSV by DD/MM/YYYY column
Script to create a sorted version of a CSV in case column date is on this format: DD/MM/YYYY
Scrap all images from a page (IIFE)
Immediately Invoked Function Expression (IIFE) -- The script finds all images within elements having the class .masonry-brick, changes their URLs to point to w...
tRPC
tRPC is designed to provide end-to-end type safety by leveraging TypeScript's type inference, allowing developers to avoid manually writing types for API contra...
.windsurfrules
To optimize AI interaction with your codebase, .windsurfrules files should employ XML-like tags (e.g., <tag_name>) to group related rules, ensuring clarity, pre...
SWE-agent: GitHub Issue Resolution Cheatsheet
A concise guide for AI programmers to configure and utilize SWE-agent to autonomously address and resolve issues documented on GitHub. https://swe-agent.com/1.0...
Node.js Module Types
Summary of Node.js module types
Jumpstart Collections
collection of jumpstarts
Anthropic API
Anthropic API guide. Access large language model capabilities for text generation, analysis, and task completion in applications via API calls.
CVE-2025-1974: ELB + Ingress-Nginx Exposure Analysis
CVE-2025-1974: ELB + Ingress-Nginx Exposure Analysis Bottom line: External traffic through your ELB isn't the attack vector
SOLID Principles
Core object-oriented design guidelines for creating more maintainable, flexible, and scalable software systems. Promotes modular architecture and reduces code d...
HTML Template (Document Analyzer)
This HTML template provides a structured framework for document analysis tools. It offers a clean, responsive layout for displaying analyzed text, statistics, a...
CSV Duplicates Identifier
CSV Duplicates Identifier Python