Skip to content
View niba291's full-sized avatar
🧥
pensanding
🧥
pensanding

Block or report niba291

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

Hello there, Im Niba

Developer Full Stack


gmail linkedin linkedin










python csharp javascript java node javascript react react-native django flask laravel bootstrap mysql mariadb mongodb sqlserver sqlite git github linux windows vscode electron apache-cordova tailwindcss TypeScript Astro Django vuejs nextjs nextjs nextjs

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 = "Nibaldo Chavez"
    designation : str = "Full Stack Programmer"
    portfolio   : str = "https://niba291.github.io/Portfolio/"


class Stack(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Python", "PHP", "Java", "C#", "Node", "JavaScript", "TypeScript")
    databases   : Tuple[str, ...] = ("MySQL", "MariaDB", "SQL Server", "MongoDB", "NoSql", "SqlLite")    
    misc        : Tuple[str, ...] = ("GIT", "React", "React-Native", "Next.js", "Jquery", "DJango", "Flask", "Bootstrap",
                                    "Electron.js", "Apache cordova", "Laravel", "Codeigniter", "Symfony", "TailwindsCss",
                                    "Astro", "Docker", "Django", "Selenium", ".Net", "Redux", "Zustand")

class Languages(metaclass=Meta):
    languages   : Tuple[str, ...] = ("Spanish Native", "English B1-B2")

Github activity graph

Pinned Loading

  1. niba291.github.io niba291.github.io Public

    PORTFOLIO | ASTRO | TAILWINDSCSS

    Astro 1

  2. THEME-DOCS THEME-DOCS Public

    theme github docsify

    CSS 1

  3. DOC-STRU DOC-STRU Public

    React Folder Structures

    HTML

  4. PDF-EDITOR PDF-EDITOR Public

    Pdf | React | TailwindsCss | WebSite | Editor

    JavaScript 2

  5. POKEAPI POKEAPI Public

    Pokeapi | React | TailwindsCSS | WebSite

    JavaScript 1 1

  6. To-do To-do Public

    A simple To-Do application built with React

    TypeScript