eBPF for Security: Evolution or Revolution?
Comprehensive analysis of how eBPF is transforming cybersecurity - from its origins as a packet filter to becoming the cornerstone of modern security observability and threat detection.
2795 words
|
14 minutes
Tunneling over QUIC: Modern Network Protocol Implementation in Go
Comprehensive guide to implementing network tunneling using the QUIC protocol in Go, covering proxy-agent architecture, TLS integration, and practical deployment scenarios.
3155 words
|
16 minutes
A Minimal Scheduler with eBPF, sched_ext and C
A comprehensive tutorial for creating a minimal Linux scheduler using eBPF and sched_ext, implementing a round-robin scheduling algorithm with practical examples and visualization.
1486 words
|
7 minutes
How to Use eBPF for Monitoring Linux Thread Contention
Comprehensive guide to using eBPF for monitoring Linux thread contention, including practical examples with bcc, bpftrace, and custom scripts for performance analysis.
2384 words
|
12 minutes
Unit Testing eBPF Programs: A Comprehensive Guide with XDP Examples
Learn how to effectively unit test eBPF programs using BPF_PROG_RUN and libbpf. Complete guide with XDP examples, best practices, and troubleshooting tips.
2266 words
|
11 minutes
How to Run Code in Kernel Space? eBPF! Complete Guide with XDP Packet Capture
Comprehensive guide to running code in kernel space using eBPF, featuring a complete XDP packet capture implementation with Go integration and practical examples.
3773 words
|
19 minutes
Netflix eBPF Infrastructure Observability: Detecting Noisy Neighbors at Scale
Learn how Netflix leverages eBPF to detect noisy neighbors in multi-tenant systems through continuous Linux scheduler instrumentation with minimal performance overhead.
3421 words
|
17 minutes
Introducing The eBPF Agent: A No-Code Approach for Cloud-Native Observability
Discover how Broadcom's eBPF agent revolutionizes cloud-native monitoring with dynamic instrumentation, near-zero overhead, and language-agnostic support for modern microservices architectures.
3706 words
|
19 minutes
Writing eBPF Kprobe Programs with Rust Aya: Complete Developer Guide
Comprehensive tutorial on writing eBPF Kprobe programs using Rust Aya framework, including kernel function tracing, argument handling, and production deployment strategies.
5483 words
|
27 minutes
Enterprise Web Security with Cloudflare WAF and DDoS Protection
Complete guide to implementing enterprise-grade web application security using Cloudflare WAF and DDoS protection, including OWASP Top 10 defense, advanced bot management, and custom security rules.
6607 words
|
33 minutes
Secure Remote Access with Cloudflare Tunnels - Complete Guide to VPN Replacement
Comprehensive guide to implementing Cloudflare Tunnels for secure remote access to internal resources, replacing traditional VPNs with zero-trust security and eliminating exposed ports.
3539 words
|
18 minutes
Building Cost-Effective Full-Stack Applications with Cloudflare R2 and D1
Complete guide to building production-ready full-stack applications using Cloudflare R2 object storage and D1 database, with zero egress fees and 90% cost savings compared to traditional cloud providers.
5844 words
|
29 minutes
Enterprise Zero Trust Architecture with Cloudflare Access - Complete Implementation Guide
Comprehensive guide to implementing NIST SP 800-207 compliant Zero Trust Architecture using Cloudflare Access, replacing traditional VPNs with identity-based security and achieving 80% reduction in security incidents.
3117 words
|
16 minutes
Building Lightning-Fast Serverless APIs with Cloudflare Workers
Complete guide to building high-performance serverless APIs using Cloudflare Workers, including KV storage, D1 database integration, and advanced caching strategies for sub-10ms response times globally.
2957 words
|
15 minutes
Building Modern Web Applications with Cloudflare Pages and Edge Functions
Complete guide to building and deploying modern web applications using Cloudflare Pages with Edge Functions, including framework integrations, authentication, and advanced patterns.
3548 words
|
18 minutes
Mastering Cloudflare R2 Storage - Zero Egress Object Storage Solution
Complete guide to Cloudflare R2 Storage including migration from S3, direct uploads, streaming, CDN integration, and building a production-ready file storage system.
4295 words
|
21 minutes
Microsoft Graph API Client Development with Kiota: Enterprise Graph Integration Guide
Master Microsoft Graph API development using Kiota-generated clients. Complete guide with authentication, permissions, and enterprise patterns.
4308 words
|
22 minutes
OpenAPI Integration Patterns with Microsoft Kiota: Enterprise-Grade API Client Generation
Master OpenAPI specification integration with Microsoft Kiota. Learn advanced patterns, custom generators, and enterprise deployment strategies.
4603 words
|
23 minutes
My Journey in Cybersecurity: From Code to Defense
A comprehensive look at my evolution as a cybersecurity professional, from early coding days to leading XDR platform development.
921 words
|
5 minutes
Linux Kernel Exploitation and Defense: Understanding Attack Techniques and Building Robust Defenses
Deep dive into Linux kernel exploitation techniques, from classic attacks to modern methods. Learn defensive strategies, detection mechanisms, and how to build resilient kernel modules against sophisticated threats.
3543 words
|
18 minutes
Linux Kernel Hardening: Modern Security Features and Mitigation Techniques
Comprehensive guide to Linux kernel hardening techniques including KASLR, KPTI, Control Flow Integrity, and modern CPU vulnerability mitigations. Learn how to configure and implement kernel security features for maximum protection.
2782 words
|
14 minutes
Linux Security Modules (LSM): A Deep Dive into Kernel-Level Security Frameworks
Comprehensive guide to Linux Security Modules (LSM) framework, exploring SELinux, AppArmor, SMACK, and modern LSM implementations. Learn how to implement custom security modules and integrate with the kernel security subsystem.
2632 words
|
13 minutes
container2wasm: Running Existing Linux Containers on WebAssembly Without Modification
Explore container2wasm, an innovative converter that enables running unmodified Linux containers on WebAssembly by leveraging CPU emulation, supporting both x86_64 and RISC-V architectures in browsers and WASI runtimes.
1332 words
|
7 minutes
Advanced eBPF Security Patterns for Cloud-Native Kubernetes Environments
Explore advanced eBPF security patterns for cloud-native Kubernetes environments. Learn how to implement zero-trust networking, runtime security, and deep observability using eBPF in production.
3088 words
|
15 minutes