📰 Dev.to · augustine Egbuna
6 articles · Updated every 3 hours · View all reads
All
Articles 84,816Blog Posts 106,829Tech Tutorials 20,839Research Papers 18,055News 14,083
⚡ AI Lessons

Dev.to · augustine Egbuna
☁️ DevOps & Cloud
⚡ AI Lesson
1mo ago
Can pipe buffer limits be increased from inside a container?
You cannot increase pipe buffer limits from inside a container without CAP_SYS_RESOURCE. Here's what actually works for streaming data between storage systems.

Dev.to · augustine Egbuna
2mo ago
Why can two Docker containers ping each other by name but one cannot make HTTP requests to the other?
You've spun up two containers on a custom bridge network. DNS works. Ping works. But curl to your...

Dev.to · augustine Egbuna
2mo ago
Why More Data Center Teams Are Choosing NX-OS VXLAN EVPN Over Cisco ACI in 2026
The shift from ACI's controller abstraction to open EVPN/VXLAN primitives is reshaping how teams build production leaf-spine fabrics.

Dev.to · augustine Egbuna
2mo ago
Docker's nftables Mode Doesn't Respect Your Drop Rules — Here's the Fix
Docker 29's nftables mode creates chains that bypass standard firewall rules — learn how chain priorities and table families actually work together.

Dev.to · augustine Egbuna
2mo ago
Running Gemma 2 27B Locally: MLX vs vLLM vs llama.cpp Performance Comparison
Benchmarking three inference engines for Gemma 2 27B on Apple Silicon and NVIDIA GPUs with real performance numbers and working configs.

Dev.to · augustine Egbuna
2mo ago
How to Block Docker Ports with nftables Without Getting Bypassed
You add an nftables rule to drop traffic on port 8080. You check the ruleset — it's active. You curl...
DeepCamp AI