metas.py

← Back to explorer
utils/metas.py
github_projects = {
    "avroman": "AalbatrossGuy/AvroMan",
    "glut": "AalbatrossGuy/Glut",
    "piston-py": "AalbatrossGuy/pistonpy",
    "aurora": "AalbatrossGuy/Aurora",
    "portfolio-site": "AalbatrossGuy/portfolio-v2",
    "linux-tunnel-conn": "AalbatrossGuy/example-tunnel-connection",
    "my-dotfiles": "AalbatrossGuy/My-Dotfiles",
    "docnerd": "AalbatrossGuy/DocNerd",
    "skynet": "AalbatrossGuy/Skynet",
    "vargodotfiles": "AalbatrossGuy/VargoDotFiles",
    "zomweather": "AalbatrossGuy/ZomWeather"
}



projects = [
    {
        "name": "AvroMan",
        "id": "avroman",
        "description": "Postman but for checking Apache Avro contracts for APIs",
        "image_url": "/static/images/assets/avroman_thumb.webp",
        "date_created": "02/05/2025",
        "date_finished": "In Progress...",
        "tags": ["Python", "HTML", "CSS", "Docker"]
    },
    {
        "name": "Glut",
        "id": "glut",
        "description": "A simple, minimal, retro themed blazing fast homeserver hosted on raspberry pi4",
        "image_url": "/static/images/assets/glut_thumb.webp",
        "date_created": "02/05/2025",
        "date_finished": "In Progress...",
        "tags": ["Python", "HTML", "CSS", "Docker"]
    },
    {
        "name": "Pistonpy",
        "id": "piston-py",
        "description": "A Python wrapper for Engineer Man's Piston",
        "image_url": "/static/images/assets/pistonpy_thumb.webp",
        "date_created": "03/12/2021",
        "date_finished": "09/12/2021 [DEPRECATED]",
        "tags": ["Python", "API", "requests"]
    },
    {
        "name": "Aurora",
        "id": "aurora",
        "description": "An advanced discord bot capable of numerous actions inspired by Delta but much better than Delta",
        "image_url": "/static/images/assets/aurora_thumb.webp",
        "date_created": "16/03/2022",
        "date_finished": "30/08/2022",
        "tags": ["Python", "requests", "discord.py", "Docker"]
    },
    {
        "name": "Portfolio",
        "id": "portfolio-site",
        "description": "Source code for this website that is only available here!",
        "image_url": "/static/images/assets/portfolio_thumb.webp",
        "date_created": "14/06/2025",
        "date_finished": "In Progress...",
        "tags": ["Python", "HTML", "CSS", "JS", "Docker"]
    },
    {
        "name": "Linux Tunnel Connection Example",
        "id": "linux-tunnel-conn",
        "description": "A small python example for creating and setting up a linux tunnel connection.",
        "image_url": "/static/images/assets/linux_tunnel_thumb.webp",
        "date_created": "14/06/2025",
        "date_finished": "14/06/2025",
        "tags": ["Python"]
    },
    {
        "name": "My Dotfiles",
        "id": "my-dotfiles",
        "description": "Custom configuration files for alacritty, neovim, etc.",
        "image_url": "/static/images/assets/dotfiles_thumb.webp",
        "date_created": "26/10/2021",
        "date_finished": "26/10/2021",
        "tags": ["Lua", "Bash"]
    },
    {
        "name": "DocNerd",
        "id": "docnerd",
        "description": "Generate function docs using AI.",
        "image_url": "/static/images/assets/docnerd_thumb.webp",
        "date_created": "09/09/2025",
        "date_finished": "11/09/2025",
        "tags": ["Python", "GroqCloud", "AI"]
    },
    {
        "name": "Skynet",
        "id": "skynet",
        "description": "A privacy preserving federated threat sharing system.",
        "image_url": "/static/images/assets/skynet_thumb.webp",
        "date_created": "15/10/2025",
        "date_finished": "04/11/2025",
        "tags": ["Bash", "Python", "Cybersecurity"]
    },
    {
        "name": "VargoMialo",
        "id": "vargodotfiles",
        "description": "Config files for the services I'm hosting in my server, Vargo.",
        "image_url": "/static/images/assets/vargodotfiles_thumb.webp",
        "date_created": "25/10/2025",
        "date_finished": "03/11/2025",
        "tags": ["Markdown"]
    },
    {
        "name": "ZomWeather",
        "id": "zomweather",
        "description": "A simple weather CLI in C using Zomato's WeatherUnion API.",
        "image_url": "static/images/assets/zomweather_thumb.webp",
        "date_created": "11/10/2025",
        "date_finished": "In Progress...",
        "tags": ["C", "sockets"]
    }
]