8000 GitHub - vernette/vernette
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vernette/vernette

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 

Repository files navigation

Hey, I'm vernette! 👋

Python Developer

from random import choice


class Vernette:
    def __init__(self):
        self.code = [
            "Python", "Django", "FastAPI", "Lua", "Bash", "HTML", "CSS",
            "React", "Bootstrap"
        ]
        self.tools = [
            "Neovim", "VS Code", "PyCharm", "Postman", "Insomnia", "Obsidian",
            "Docker", "Git", "GitHub Actions", "Ansible", "Nginx", "Azure"
        ]
        self.databases = ["PostgreSQL", "SQLite", "MySQL", "Redis"]
        self.environment = ["Linux", "Windows"]
        self.linux_distributions = ["Arch Linux", "NixOS"]

    def current_status(self):
        statuses = [
            "Refactoring code... again.",
            "Chasing down a tricky bug.",
            "Automating all the things!",
            "Deploying... and hoping nothing breaks.",
            "Reading logs and questioning life choices."
        ]
        return choice(statuses)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0