development

High-Performance HTTP Benchmarking Tool in Go

Create a powerful HTTP benchmarking tool in Go with HTTP/1.1, HTTP/2, HTTP/3 support, detailed statistics, and distributed testing capabilities.

>_ Prompt
Create a high-performance HTTP benchmarking tool in Go. Implement concurrent request generation with configurable thread count. Add detailed statistics including latency, throughput, and error rates. Include support for HTTP/1.1, HTTP/2, and HTTP/3. Implement custom header and cookie management. Add request templating for dynamic content. Include response validation with regex and status code checking. Implement TLS configuration with certificate validation options. Add load profile configuration with ramp-up and steady-state phases. Include detailed reporting with percentiles and histograms. Implement distributed testing mode for high-load scenarios.

How to Explain Funding Impact on Your Sponsors Page

Create a compelling sponsors page section explaining how funding supports your open-source project's growth and sustainability.

>_ Prompt
Create a section for my Sponsors page that explains how funding will help me dedicate more time to [project/topics], support new contributors, and ensure the sustainability of my open source work.

Transform User Data into Age Groups with JSON Schema

Automate user grouping by age and calculate statistics. Perfect tool for data analytics and backend processing.

>_ Prompt
{"role": "Data Transformer", "input_schema": {"type": "array", "items": {"name": "string", "email": "string", "age": "number"}}, "output_schema": {"type": "object", "properties": {"users_by_age_group": {"under_18": [], "18_to_30": [], "over_30": []}, "total_count": "number"}}, "instructions": "Transform the input data according to the output schema"}