Tagged articles
8 articles
Page 1 of 1
AI Explorer
AI Explorer
Mar 26, 2026 · Artificial Intelligence

LiteLLM: A Unified Gateway for Over 100 LLM APIs

LiteLLM provides a single Python SDK and proxy server that let developers call more than 100 large‑language‑model APIs with a uniform OpenAI‑style interface, handling cost tracking, load balancing, rate limiting, and detailed logging to simplify multi‑model experimentation and production deployments.

AI gatewayLLM integrationLiteLLM
0 likes · 6 min read
LiteLLM: A Unified Gateway for Over 100 LLM APIs
Open Source Linux
Open Source Linux
Jun 11, 2022 · Information Security

What Is a Firewall? Core Principles, Architecture, and Functions Explained

This article defines what a firewall is, explains its role in isolating internal networks from external threats, describes its working principles, outlines typical architectures involving screening routers and proxy servers, and lists the essential security functions firewalls provide to protect network resources.

Proxy serverintrusion preventionscreening router
0 likes · 7 min read
What Is a Firewall? Core Principles, Architecture, and Functions Explained
MaGe Linux Operations
MaGe Linux Operations
May 13, 2022 · Backend Development

Build a Go HTTP Proxy from Scratch: Step-by-Step Guide

This tutorial explains proxy fundamentals, compares forward and reverse proxies, details HTTP and HTTPS proxy header differences, and provides a complete, runnable Go implementation that listens on port 8080 and transparently forwards client requests to target servers.

BackendCode ExampleGo
0 likes · 9 min read
Build a Go HTTP Proxy from Scratch: Step-by-Step Guide
Youzan Coder
Youzan Coder
Aug 10, 2018 · Frontend Development

ZanProxy: A Node.js Proxy Server for Frontend Development Efficiency

ZanProxy is a Node.js‑based proxy server that lets frontend developers debug, switch environments instantly, mock APIs, share forwarding rules across teams, monitor requests—including mobile devices—and extend functionality with plugins, all without altering system hosts files or embedding code, thereby streamlining development workflows.

API mockingHost SwitchingProxy server
0 likes · 6 min read
ZanProxy: A Node.js Proxy Server for Frontend Development Efficiency