Featured image of post Stress Testing with JMeter

Stress Testing with JMeter

There are many stress testing tools, and ab is also a commonly used one. This time, let's try JMeter.

Featured image of post The Concise Yet Powerful Macroable Macros in Laravel

The Concise Yet Powerful Macroable Macros in Laravel

In computer science, a macro is a rule or pattern that specifies how a particular input (typically a string) should be converted to a corresponding output (also usually a string) based on predefined rules. This substitution occurs during preprocessing, known as macro expansion.