LearnRaku.dev is live

I just released LearnRaku.dev into production. It is an interactive, browser-based trainer for learning Raku. You get an exercise, a failing spec, and an editor. You write code until the spec…

Read More...

Apache Bench load testing

Apache Bench (ab) is a popular command-line tool used for benchmarking the performance of HTTP web servers. Here's a basic guide on how to use it: N=100 C=15 AB=/usr/sbin/ab URL=https://yahoo.com/...

Read More...