class toPotentialEmployerOrClient(Introduction): def write_intro(self): print("Hi there, I'm Alejandro! Web developer based in Amsterdam. The past years I've been working mainly with Python and Javascript. Interested in web applications with a focus on creativity. ")
class CompaniesIHaveWorked(Experience): def get_experience(self): print_link('Fabrique (Full-stack developer)', 'https://fabrique.nl') print_details( "Development of projects and campaigns with an important focus " "on creativity and design (visual, interaction, animations). Using" "Scrum methodology and these technologies: Python (Django " "framework), PSQL, Elasticsearch, Javascript ES6, Sass. " "Communication with clients for trainings, demos and support." "Learned important concepts of User Experience." )       # --------------------------------------------- print_link('Zapaday (Head of Development)', 'https://zapaday.com') print_details( "Leading team of 4-6 people (developers, designers and project managers)." "Planning and estimation of requests made by the commercial and editorial team." "Continuous research for improvement in the development of our product." "Certification for Security audit ISAE 3402." "Preparation for penetration tests considering the OWASP Top 10" "Management of servers, databases, deployments, automation of processes." ) # ---------------------------------------------
      print_link('Ilumy (Backend Developer)', 'https://ilumy.com') print_details( "Development of different projects using Sails.JS (NodeJS), AngularJS, PHP, " "MongoDB, Elasticsearch and MySQL." "Preparation for penetration tests considering the OWASP Top 10." ) # --------------------------------------------- print_link('Zapaday (Full-stack developer)', 'https://fabrique.nl') print_details( "Development of feature of agenda tool using PHP, CodeIgniter, MySQL and Elasticsearch." "Worked under agile/scrum methodology." "Development of web bot to capture future events from news sources." ) # ---------------------------------------------
print_link('Sigma Alimentos (.NET Developer and Process Analyst)', 'https://sigma-alimentos.com/') print_details( "Development of web applications for Human Resources." "System requirements and processes analysis of new applications." ) # --------------------------------------------- print_link('ViaTecla (Junior Consultant/Developer)', 'https://viatecla.com/') print_details( "Development of sites using Python and C#/ASP.NET." "Integration of sites with internal CMS, development of MS Office plugins." "Communication with clients for customer support." ) # ---------------------------------------------
print_link('NocNok ( Java/GWT and .NET Developer)', 'https://www.nocnok.com/') print_details( "Development of real estate social network strictly using the scrum methodology." ) # --------------------------------------------- print_link('Cemex ( ASP/SQL Developer )', 'https://www.nocnok.com/') print_details( "Development of data analysis tools for the global inventory of the company." "Automation of processes to migrate data between databases." ) # ---------------------------------------------