Skip to content
View vernette's full-sized avatar

Block or report vernette

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, 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
vernette/README.md

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)

Pinned Loading

  1. hyprsnap hyprsnap Public

    ⚡ Dynamic Hyprland dotfiles for Arch Linux

    CSS 79 1

  2. ipregion ipregion Public

    🌎 Shell script to check how your IP is identified by the IP databases

    Shell 31 1

  3. ss-zapret ss-zapret Public

    Forked from ampetelin/ss-zapret

    📦 Крохотный Docker-контейнер с zapret и Shadowsocks

    Dockerfile 4

  4. aeza-vless-generator aeza-vless-generator Public archive

    Shell скрипт для генерации VLESS ключей из приложения Aeza Security

    Shell 25 3

  5. ai-commit.nvim ai-commit.nvim Public

    A Neovim plugin that generates meaningful commit messages using AI based on your staged changes. Provides multiple suggestions and follows the conventional commit format.

    Lua 5

  6. zenix zenix Public

    ❄️ NixOS dotfiles

    Lua