Skip to content
View JavierAgueroCL's full-sized avatar
๐Ÿ 
Working from home
๐Ÿ 
Working from home

Organizations

@worldmuonline
Block or Report

Block or report JavierAgueroCL

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

Hi, Nice to Meet You!

๐Ÿ‹ About Me

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

class Student:

    def __init__(self):
        self.name = "Javier Aguero"
        self.role = "Full Stack Developer & Bachelor of Science in Business Administration (BSBA)"
        self.language_spoken = ["es_CL", "en_US"]

    def say_hi(self):
        print("Thanks for dropping by, hope you find interesting my profile :)")


me = Student()
me.say_hi()

Pinned

  1. WooCommerce-WebPay WooCommerce-WebPay Public

    Plugin de Webpay para integrar en Woocommerce de Wordpress - Requiere instalacion de CGI

    PHP 1

  2. docker-php8.2-with-db-extensions docker-php8.2-with-db-extensions Public

    Docker Compose with Nginx, PHP8.2 + DB Extensions; MySQL, MongoDB, SQL Server (MSSQL)

    Dockerfile