goten002 - Overview

View goten002's full-sized avatar

George Alexiou goten002

  • Future Intelligence Ltd.

  • London, UK
  • 01:57 (UTC +01:00)
  • LinkedIn in/gealexiou

Block or report goten002

Pinned Loading

  1. Pydantic-based validation for UNECE Recommendation 20 unit codes

    Python

  2. Optimized Dockerfile for deploying a... Optimized Dockerfile for deploying a FastAPI application using Gunicorn and UvicornWorker. Includes best practices like a non-root user, UV package manager for dependency management, and multi-stage builds using alpine for smaller images.

    1

    FROM python:3.13-alpine AS base

    3

    # Set environment variables for Python runtime behavior

    4

    ENV PYTHONUNBUFFERED=1 \

    5

        PYTHONDONTWRITEBYTECODE=1 \
  3. An AI agent-enabled internet radio player built with Rust, Slint, and MCP

    Rust 4 1