Tagged articles
11 articles
Page 1 of 1
IT Services Circle
IT Services Circle
Feb 3, 2026 · Operations

Enable Gemini AI in Chrome: Step‑by‑Step Native Integration Guide

This guide walks you through configuring Chrome to run the native Gemini AI assistant, covering required flag changes, language settings, installing the uv tool, cloning the enable‑chrome‑ai repository, and executing scripts to activate the Ask Gemini button without third‑party extensions.

AIBrowser SetupChrome
0 likes · 5 min read
Enable Gemini AI in Chrome: Step‑by‑Step Native Integration Guide
Python Programming Learning Circle
Python Programming Learning Circle
Nov 3, 2025 · Fundamentals

Why uv Is Revolutionizing Python Package Management and Environments

This article introduces uv, a Rust‑based, all‑in‑one Python tool that dramatically speeds up package installation, environment handling, project initialization, and version management, offering compatibility with existing workflows while providing simple installation commands and powerful features like uvx for one‑off tool execution.

EnvironmentPythonTooling
0 likes · 11 min read
Why uv Is Revolutionizing Python Package Management and Environments
Fun with Large Models
Fun with Large Models
May 23, 2025 · Backend Development

Rapidly Build a Streamable HTTP MCP Server with the Official MCP SDK – Full End‑to‑End Guide

This article walks through the complete process of creating, testing, and publishing a streamable HTTP MCP server using the official MCP SDK, covering environment setup with Anaconda and uv, project structuring, code implementation, tool integration, Inspector testing, PyPI deployment, and client verification with CherryStudio.

ASGICherryStudioMCP
0 likes · 16 min read
Rapidly Build a Streamable HTTP MCP Server with the Official MCP SDK – Full End‑to‑End Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 22, 2025 · Fundamentals

Introducing uv: A High‑Performance Unified Python Packaging Tool

uv is a Rust‑based, ultra‑fast Python package manager and dependency resolver that expands beyond pip to provide end‑to‑end project management, tool installation, workspace support, Python version bootstrapping, single‑file script execution, and a unified interface comparable to Cargo, dramatically simplifying Python development workflows.

RustToolingdependency resolution
0 likes · 12 min read
Introducing uv: A High‑Performance Unified Python Packaging Tool
DevOps Engineer
DevOps Engineer
May 6, 2025 · Backend Development

Getting Started with uv: Fast Python Package Management and Project Initialization

This article introduces uv, a Rust‑based Python package manager, and demonstrates how to initialize a project with uv init, add dependencies with uv add, manage virtual environments via uv venv, and run tools with uvx, offering a faster, more automated alternative to pip and requirements files.

Pythondependency resolutionpackage management
0 likes · 6 min read
Getting Started with uv: Fast Python Package Management and Project Initialization
Data STUDIO
Data STUDIO
Mar 4, 2025 · Backend Development

Super‑Modern Python Tools for 2025: Boosting Efficiency and Code Quality

This article reviews a suite of modern Python utilities—including uv for version management, Ruff for fast linting, mypy for static typing, Typer for type‑hinted CLI creation, and Rich for terminal styling—explaining their features, performance benefits, and practical usage examples on Python 3.11.

PythonRuffTyper
0 likes · 21 min read
Super‑Modern Python Tools for 2025: Boosting Efficiency and Code Quality
Open Source Linux
Open Source Linux
Sep 26, 2022 · Operations

How to Run Remote Scripts and Track Website Traffic with Zabbix

This guide shows how to configure Zabbix to execute remote shutdown or service commands on hosts via the web UI, enable remote command execution, and create scripts that collect total and incremental website PV/UV metrics, then display them in Zabbix dashboards.

PVZabbixremote script execution
0 likes · 6 min read
How to Run Remote Scripts and Track Website Traffic with Zabbix