https://sudonull.com/go-tun-udp-relay-yaml-config-and-code
Implement a network relay on Go with TUN/TAP and UDP tunnels. YAML config, protocol with MD5+timestamp, iperf3 benchmarks 925 Mbit/s. Code and examples for middle/senior dev.
https://sudonull.com/go-tun-udp-relay-yaml-config-and-code
Implement a network relay on Go with TUN/TAP and UDP tunnels. YAML config, protocol with MD5+timestamp, iperf3 benchmarks 925 Mbit/s. Code and examples for middle/senior dev.
https://sudonull.com/icmp-tunnel-in-the-linux-kernel-tcp-udp-encapsulation
How to implement an ICMP tunnel in the Linux kernel for TCP/UDP traffic encapsulation. Code analysis, Netfilter hooks and working with sk_buff. Useful for middle/senior developers.
https://sudonull.com/onyx-messenger-e2ee-and-lan-without-internet
Self-hosted ONYX on Flutter with XChaCha20-Poly1305 and UDP discovery. Deploy the server, set up LAN mode. Ideal for developers: architecture, code, security. Read details.
https://sudonull.com/traceroute-on-rust-how-route-tracing-works
Breaking down the traceroute implementation on Rust. How TTL and ICMP create a network map. Code with explanations for network engineers and developers.
Learn how Netflix scales its streaming infrastructure with AWS, Open Connect CDN, and chaos engineering. Discover the tech behind 270M subscribers and sub-100ms latency.
Explore the history of the semiconductor industry and how does it work. Learn chip design, fabrication, and the global impact of this vital technology. Discover more.
Learn how to become a self-taught programmer and get a job in 2026 with this practical roadmap. Master fundamentals, build a portfolio, and land your first developer role.
Figure AI introduced the humanoid robot Figure 02 with physical AI and OpenAI language model. The robot passed tests at BMW factories. Learn how humanoid robots are changing manufacturing.
Learn what is the OWASP Top 10 and why does it matter for secure coding. A developer's guide to web app vulnerabilities, risks, and practical defense strategies.
Learn how to build an AI agent with LangChain in this step-by-step tutorial. Set up tools, integrate LLMs, and create autonomous agents with memory.
Learn what are data structures and why they are important for efficient software. Discover types, real-world impact, and how they shape modern computing.
Chinese startup DeepWay announced a robotaxi with a range of 1000 km on solid-state batteries. Learn how this changes the electric vehicle market and why it matters.
Learn how to monitor Kubernetes with Grafana and Prometheus using the kube-prometheus-stack. Step-by-step guide to deploy, connect, and visualize cluster metrics.
Docker container networking explained in depth: learn bridge vs host networks, DNS, port publishing, and how to build secure, scalable multi-container apps.