Skip to content
View t-cc's full-sized avatar

Block or report t-cc

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

Hi there 👋

#!/usr/bin/env python
# -*- coding: utf-8 -*-


class FullStackDeveloper:

    def __init__(self):
        self.name = 'Toño'
        self.role = 'Full Stack Developer'


    def say_hi(self):
        return u"I'm %s, a %s." % (self.name, self.role)

    def get_current_workplace(self):
        return 'https://z1.digital'

    def get_frontend_skills(self):
        return [
            'react',
            'flutter',
            'tailwind',
            'sass',
            'vanilla js'
        ]


    def get_backend_skills(self):
        return [
            'python',
            'node',
            'php',
            'firebase',
            'redis',
            'mysql',
            'postgresql',
        ]


me = FullStackDeveloper()
print(me.say_hi())

Popular repositories Loading

  1. react-tailwind-parcel-boilerplate react-tailwind-parcel-boilerplate Public

    Boilerplate with React, Tailwind CSS and Typescript. And with Parcel Js built at lightning speed.

    TypeScript 1

  2. aoc-2023-rust aoc-2023-rust Public

    Rust 1

  3. preact-tailwind-boilerplate preact-tailwind-boilerplate Public

    TypeScript

  4. macos-virtualbox macos-virtualbox Public

    Forked from myspaghetti/macos-virtualbox

    Push-button installer of macOS Catalina, Mojave, and High Sierra guests in Virtualbox for Windows, Linux, and macOS

    Shell

  5. t-cc t-cc Public

    Config files for my GitHub profile.

  6. test-seguimiento-gps test-seguimiento-gps Public

    TypeScript