Intermediate project · about 50 minutes
Server Log Analyser 🧾
Parse web server access logs with regex, then report status code counts, the busiest endpoints, error rate and top IPs.
DevOps, SRE and backend interviews all feature log parsing. Use one regular expression with named groups to pull the IP, method, path and status from each line.
This is a Pro project. Six portfolio projects are free, so you can see how they work before deciding.