Search Articles

Search Results: Nginx

Self‑Hosting Slidev Presentations: From Markdown to Nginx in Minutes

Self‑Hosting Slidev Presentations: From Markdown to Nginx in Minutes

Slidev turns Markdown into interactive slides, and this guide shows how developers can ship those slides as static assets and serve them with Nginx in under ten minutes. The post walks through building, transferring, and configuring a VPS, while hinting at CI/CD automation and the broader shift toward static‑site hosting for presentations.
Netstack.fm: Illuminating Rust's Transformation of Networking Infrastructure

Netstack.fm: Illuminating Rust's Transformation of Networking Infrastructure

The Netstack.fm podcast series offers in-depth interviews with engineers from Cloudflare, Google Fuchsia, Mozilla, and Rust ecosystem leaders, exploring Rust's pivotal role in high-performance networking. From Cloudflare's Pingora proxy replacing NGINX to Fuchsia's netstack3 and Firefox's QUIC stack, episodes reveal design philosophies, performance trade-offs, and operational realities. Essential listening for developers building scalable, secure internet protocols.

Luvit: Node.js APIs Reimagined in Lua for Flexible Async Development

Luvit mirrors Node.js APIs in Lua, allowing seamless migration of server-side code while offering coroutine-based async alternatives to callbacks. With a CLI for standalone scripting, a package manager called lit, and frameworks like Weblit, it empowers developers to mix runtime components for custom needs. This Lua-powered runtime challenges traditional JavaScript dominance by prioritizing experimentation in concurrency models.
The AI Analytics Blind Spot: Why Google Misses Your Search Traffic and How to Fix It

The AI Analytics Blind Spot: Why Google Misses Your Search Traffic and How to Fix It

As AI search engines reshape how users discover information, traditional analytics tools like Google Analytics are becoming increasingly blind. This article reveals why client-side analytics fail to capture AI-driven traffic and provides a practical framework using server logs to measure your true content reach in the AI era.
Cloudflare Outage Exposes Internet's Fragile Reliance on Centralized Gatekeepers

Cloudflare Outage Exposes Internet's Fragile Reliance on Centralized Gatekeepers

A recent Cloudflare outage disrupted vast swaths of the internet, highlighting the risks of over-dependence on a single provider. Developers face tough trade-offs: stick with convenient centralized services or wrestle with the complexities of decentralization amid IP scarcity, DDoS threats, and rampant AI crawlers. This incident underscores why many won't abandon Cloudflare despite its vulnerabilities.

Cloudflare Outage Exposes Internet Centralization Risks: Alternatives for DDoS Protection and CDN Without Single Points of Failure

A recent Cloudflare outage left users unable to access not just CF dashboards but also multiple domain registrars like Porkbun, Dynadot, and Spaceship, highlighting the growing centralization of internet infrastructure. This incident echoes recent AWS disruptions and raises urgent questions about dependency on dominant providers. Developers and operators are seeking robust alternatives to replicate CF's DDoS protection, CDN, and Turnstile without risking total downtime.