Development

Your displaying articles related to Development.

Hey: Http Load Generator

hey is a tiny program that sends some load to a web application. It is written in Go. If you’ve used Apache Benchmark (ab) before, you can think of hey as an alternative to it. When I need to test the performance impact of an API under high load, I use hey. Or, when I need to set up a new server, I create a website on it, then I clone the files of a WordPress website into it, send traffic, and tune the server....

September 6, 2024 · 2 min

Mailpit: Create Your Own Email Sandbox

After reading the article, you can create your own email sandbox environment (fake smtp server). About Mailpit is a free test environment for email sendings. When you need to test email sendings without use real email accounts and SMTP server, Mailpit is the best open-source solution for it. It comes with default two ports (8025 for the web UI and 1025 for SMTP). Additionally, it has an API for advanced use cases....

September 1, 2024 · 2 min