Skip to content
View blackrann's full-sized avatar

Block or report blackrann

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
blackrann/README.md
    :::
  .::^YGP~ . . : . : .:.!J5BBP!
  .~7~. ~ : .^:~: .:YPGPJ7~.
  JB~ ~~.!? .! .^^Y: .~: ... :P#B7:.
  :5P: ^?Y^GJ 7Y J?JG^.77:~?~. ^~^7GBP:
  !BB. . :?P5#5 .GBP~:YBGBGP?~75!. .: .5#G5?:.
  

blackrann

Full-Stack Developer, passionate about security and efficiency.


💻 class Attributes(blackrann):

from typing import Tuple, List, Dict

class blackrann:
    """
    Base class for developer blackrann.
    """
    pass

class Attributes(blackrann):
    """
    Contains life attributes, contact information, and coding skills.
    """
    @property
    def contact(self) -> Tuple[str, str, str]:
        telegram = "@diegomunozzz"
        channel  = "https://t.me/swarveshop"
        email    = "support@nexabro.site"
        
        return telegram, channel, email

    @property
    def life(self) -> Tuple[List[str], int]:
        langs = ['Spanish', 'English']
        age   = 20
        
        return langs, age
    
    @property
    def coding(self) -> Tuple[Dict[str, List[str]], List[str], List[str], Dict[str]]:
        langs = {
            'expert'      : ['python', 'javascript'],
            'intermediate': ['go', 'bash'],
            'learning'    : ['c', 'c++', 'rust', 'typescript']
        }
        specialities  = [
            'reverse engineering',
            'fullstack development',
            'data science'
        ]
        ide           = ['vscode', 'pycharm', 'vim']
        pc            = {
            'Windows': {
                'custom': {
                    'processor': 'AMD Ryzen 7 5800X | 8 cores',
                    'ram'      : '16GB',
                    'gpu'      : 'NVIDIA 3070 | 5888 CUDA cores'
                }
            }
        }

        return langs, specialities, ide, pc

🛠️ Skills (Skill Icons)

Main Languages

Frontend & Backend

Databases & Cloud

Tools & Others

Pinned Loading

  1. Swarve-Presence Swarve-Presence Public

    Show what you're doing, playing, or listening to with total freedom. No limits, no restrictions. Your profile, your rules.

    HTML 1

  2. Swarve-Music Swarve-Music Public

    A complete music bot with lavalink, including its website.

    HTML 3

  3. Moderation Moderation Public

    Este bot de Discord combina herramientas de moderación, economía y soporte en una arquitectura modular con MongoDB y consola avanzada.

    JavaScript 1