Search Articles — Sudonull

Search Results

In this project

Git Log Analysis: Hidden Data on Team and Project Metrics

https://sudonull.com/git-log-analysis-hidden-data-on-team-and-project-metrics

Learn how to extract insights about developers and the project from Git logs. Methods for analyzing email, commits, and tasks for technical specialists.

Fuzzing attacks: analysis of Nginx logs 2026

https://sudonull.com/fuzzing-attacks-analysis-of-nginx-logs-2026

Analysis of 20,000 log lines from a real fuzzing attack: 12 vectors, Nuclei/ffuf tools, Nginx protection. For middle/senior devs — patterns and countermeasures. Study the logs.

O(1) vs O(log n) Gap: Cache in Data Structures

https://sudonull.com/o-1-vs-o-log-n-gap-cache-in-data-structures

Why hash table O(1) loses to binary search O(log n) by 40%? Analysis of cache misses, array/list benchmarks and memory hierarchy for RISC-V. Learn real performance.

Elementary functions: analysis and complex properties

https://sudonull.com/elementary-functions-analysis-and-complex-properties

Strict definition of exponential, logarithm, sin/cos through complex analysis. Parametrization of the circle, natural parameter. For mathematicians and developers — study properties without simplifications. Read the full breakdown.

MV in ClickHouse: data loss and control

https://sudonull.com/mv-in-clickhouse-data-loss-and-control

Analysis of risks of materialized views in ClickHouse: schema errors, block insert, monitoring system.query_views_log. How to avoid losses in production. Practical code examples.

Trending Now