JS
S
6/19/2025 3 min read

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...

0
0
MD
R
6/19/2025 2 min read

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 ...

#aws#devops
0
0
JS
S
6/10/2025 1 min read

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...

#js#2ndlinesupport
0
0
?
S
6/8/2025 1 min read

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

#bash#terminal#csv+1 more
0
0
JS
S
6/8/2025 3 min read

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...

#js
0
0
JS
S
6/5/2025 5 min read

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...

#style#ts
0
0
?
R
5/21/2025 4 min read

.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...

0
0
MD
R
5/19/2025 3 min read

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...

#ai#self coding
0
0
JS
R
4/21/2025 1 min read

Node.js Module Types

Summary of Node.js module types

#js
0
0
MD
R
4/17/2025 1 min read

Jumpstart Collections

collection of jumpstarts

#js
0
0
MD
S
4/11/2025 1 min read

Anthropic API

Anthropic API guide. Access large language model capabilities for text generation, analysis, and task completion in applications via API calls.

0
0
MD
R
3/26/2025 1 min read

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

#exploit
0
0
MD
R
3/24/2025 1 min read

SOLID Principles

Core object-oriented design guidelines for creating more maintainable, flexible, and scalable software systems. Promotes modular architecture and reduces code d...

0
0
?
S
3/12/2025 2 min read

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...

0
0
JS
S
3/4/2025 1 min read

CSV Duplicates Identifier

CSV Duplicates Identifier Python

#notebool#notebook
0
0