Skip to content
View robertohca's full-sized avatar
🤓
🤓

Block or report robertohca

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
robertohca/README.md
class RobertoCamejo(self):
      self.username = 'robertohca'
      self.name = 'Roberto Camejo'
      self.linkedin = 'https://www.linkedin.com/in/roberto-camejo-07987b17a/'
      self.source = {
          'born': ['Cuba','Havana'],
          'Where I live': ['Dominican Republic','Santo Domingo'],
      },
      self.studies = {
          'graduate': ['Software Engineer','Havana'],
      },
      self.architecture = ['MVC'],
      self.code = {
          'erp': ['Odoo'],
          'frontend': ['HTML', 'CSS', 'JavaScript', 'Boostrap','React'],
          'backend': ['Python','Django'],
          'database': ['PostgreSQL',],
          'devops': ['Docker', 'Nginx', 'Docker-compose'],
          'tools': ['GIT', 'GitHub'],
          'ides': ['Visual Studio Code', 'PyCharm'],
          'misc': ['GNU/Linux']
      },


def __str__(self):
return self.name


if __name__ == '__main__':
me = RobertoCamejo()

# Readme.md idea taken from github.com/falconsoft3d

Email

Pinned Loading

  1. tcx_transportation_payments tcx_transportation_payments Public

    This repository contains a payment request module for transportation services, developed for TECNOTEX. The module is designed to streamline and manage the payment process This project was completed…

    Python

  2. geolocation_widget geolocation_widget Public

    The GeoLocationField widget allows users to input and visualize geographical coordinates, with the added functionality of directly accessing Google Maps from the field value.

    Python 1 1