Skip to content
View Zero9BSC's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report Zero9BSC

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
Zero9BSC/README.md

πŸ‘¨β€πŸ’» Hello! I am Jones Franco!

from dataclasses import dataclass
from typing import Tuple


class Meta(type):
    def __new__(cls, name, bases, attrs):
        new_cls = super().__new__(cls, name, bases, attrs)
        return dataclass(unsafe_hash=True, frozen=True)(new_cls)


class Bio(metaclass=Meta):
    name        : str = "Franco Nicolas Jones"
    designation : str = "Full Stack Developer"
    company     : str = "coming soon"
    base        : str = "Gaiman, Argentina"
    blog        : str = "coming soon"


class Stack(metaclass=Meta):
    languages          : Tuple[str, ...] = ("Python", "C++", "JavaScript")
    version_management : Tuple[str, ...] = ("Git", "GitHub")
    databases          : Tuple[str, ...] = ("Visual Fox", "Sql", "MongoDB")
    misc               : Tuple[str, ...] = ("Django", "Flask", "React", "Vue")
    ongoing            : Tuple[str, ...] = ("coming soon")


class Social(metaclass=Meta):
    linkedin    : str = "https://www.linkedin.com/in/franco-nicolas-jones-266a62162"
    twitter     : str = "nicobscrew"

πŸ™‹β€β™‚οΈ Social

My PortfolioΒ  LinkedInΒ  InstagramΒ  FacebookΒ  GmailΒ  TwitterΒ  WhatsAppΒ  TelegramΒ 

BuyMeACoffee

πŸ“ˆ Github Statistic

Zero9BSC GitHub activity graph

trophy

GIF

Spotify Playing 🎧

Spotify

Fun fact: I once solved the world's oldest question with a single line of JavaScript
// Which came first: the chicken or the egg?
console.log(['πŸ₯š', '🐣', 'πŸ₯', 'πŸ”'].sort())

>>> [ 'πŸ”', '🐣', 'πŸ₯', 'πŸ₯š' ]

Popular repositories

  1. proyecto_final_django proyecto_final_django Public

    CSS 2 1

  2. FirstPrintWizard FirstPrintWizard Public

    FirstPrintWizard is a Python application that allows you to print PDF files easily and quickly. With an intuitive graphical interface, you can select the printer, choose PDF files, and set a page r…

    Python 2

  3. Portfolio_Jones_Franco Portfolio_Jones_Franco Public

    JavaScript 1

  4. clase_16 clase_16 Public

    Python

  5. Zero9BSC Zero9BSC Public

    My personal repo for README

  6. Awesome-Profile-README-templates Awesome-Profile-README-templates Public

    Forked from kautukkundan/Awesome-Profile-README-templates

    A collection of awesome readme templates to display on your profile

    JavaScript