Skip to content
View elysee-01's full-sized avatar

Sponsoring

@django
@psf
@SquirrelCorporation

Block or report elysee-01

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
elysee-01/README.md

ELYSEE KEVIN KOUA



PROFILE VIEWS PROFILE LAST UPDATED Linkedin - Elysee Kevin KOUA Linkedin - Elysee Kevin KOUA


Hi there

CODE, CI/CD, AND RELIABILITY. THE GOLDEN TRIANGLE OF MY DAILY LIFE

About Me

class MyProfile:
    def __init__(self, name: str, passions: list[str], approches: list[str]):
        self.name = name
        self.passions = passions
        self.approaches = approches

    def get_presentation(self) -> str:
        """Returns a full presentation as a string."""
        presentation = (
            f"Hi, my name is {self.name}.\n\n"
            f"My passions include: {', '.join(self.passions)}.\n"
            f"My approach: {', '.join(self.approaches)}."
        )
        return presentation

profile = MyProfile(
    name="Elysee KOUA",
    passions=["Programming", "Homelabbing"],
    approaches=[
        "Discovering new solutions",
        "Testing and implementing them",
        "Building reliable systems"
    ]
)

print(profile.get_presentation())


PYTHON
PYTHON
JAVASCRIPT
JAVASCRIPT
BASH
BASH
HTML
HTML
CSS
CSS
MARKDOWN
MARKDOWN
SCSS
SCSS

DJANGO
DJANGO
ODOO
ODOO
FLASK
FLASK
FASTAPI
FASTAPI
VUEJS
VUEJS
GRAPHQL
GRAPHQL
REST API
REST API
PYTEST
PYTEST
SELENIUM
SELENIUM

FACE
HUGGING FACE
OLLAMA
OLLAMA
OPEN WEBUI
OPEN WEBUI
N8N
N8N
KAFKA
KAFKA

ANSIBLE
ANSIBLE
TERRAFORM
TERRAFORM
DOCKER
DOCKER
KUBERNETES
KUBERNETES

UBUNTU
UBUNTU
WINDOWS
WINDOWS
MACOS
MACOS
PROXMOX
PROXMOX
FEDORA
FEDORA

AWS
AWS
OVH
OVH
DIGITALOCEAN
DIGITALOCEAN
CLOUDFLARE
CLOUDFLARE

POSTGRESQL
POSTGRESQL
MYSQL
MYSQL
SQLITE
SQLITE
REDIS
REDIS

GRAFANA
GRAFANA
GRAFANA LOKI
LOKI
GRAFANA MIMIR
MIMIR
GRAFANA TEMPO
TEMPO
ELASTICSEARCH
ELASTICSEARCH
KIBANA
KIBANA
ELASTIC BEATS
BEATS
ELASTIC AGENTS
AGENTS

GIT
GIT
GITHUB
GITHUB
GITLAB
GITLAB
STACKOVERFLOW
STACKOVERFLOW
DISCORD
DISCORD
REDDIT
REDDIT

VS CODE
VS CODE
PYCHARM
PYCHARM
POSTMAN
POSTMAN
CANVA
CANVA
OBSIDIAN
OBSIDIAN


⚡ MY GITHUB STATS





Popular repositories Loading

  1. theworld theworld Public

    Python

  2. design-resources-for-developers design-resources-for-developers Public

    Forked from Soro08/design-resources-for-developers

    Curated list of design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools and much more

  3. cross-platform-python-gui cross-platform-python-gui Public

    Forked from maltfield/cross-platform-python-gui

    A fork-ready base for your new GUI application. Uses CI to automatically build executables for Linux (AppImage), Windows (exe), and MacOS (dmg)

    Shell

  4. PDFview-Example PDFview-Example Public

    Forked from Android-for-Python/PDFview-Example

    Python 1

  5. awesome-django awesome-django Public

    Forked from wsvincent/awesome-django

    A curated list of awesome things related to Django

    HTML

  6. metrics metrics Public

    Forked from lowlighter/metrics

    📊 An infographics generator with 30+ plugins and 200+ options to display stats about your GitHub account and render them as SVG, Markdown, PDF or JSON!

    JavaScript