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
Pinned Loading
-
tcx_transportation_payments
tcx_transportation_payments PublicThis 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
-
geolocation_widget
geolocation_widget PublicThe GeoLocationField widget allows users to input and visualize geographical coordinates, with the added functionality of directly accessing Google Maps from the field value.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.