Skip to main content

3 docs tagged with "javascript"

View all tags

Grafana k6

k6 is a modern load testing tool, engineered for developers and DevOps, focusing on performance, automation, and developer experience. Written in Go and using JavaScript for scripting.

Strategy Pattern: Behavioral Design Pattern

The Strategy Pattern is a behavioral design pattern that enables selecting an algorithm's implementation at runtime. It defines a family of algorithms, encapsulates each one, and makes them interchangeable. This pattern lets the algorithm vary independently from clients that use it.