Software Engineer Degree
Final degree project on the application of the GRASP metaheuristic algorithm to MRCP (Maximal Ratio Clique Problem)In this link you can check documentation about the project.
Here you can find my personal info about education and experience.
Final degree project on the application of the GRASP metaheuristic algorithm to MRCP (Maximal Ratio Clique Problem)In this link you can check documentation about the project.
Course conducted through the Google Activate! platform on basic aspects of design, creation and development of mobile apps, offered by the Universidad Complutense de Madrid.
Spanish
English
to present.
Development of microservices in Java using SpringBoot. Software adaptation and modernization.
Code quality control and versioning.
Testing with jUnit and Mockito.
Docker and WebLogic deployments.
to .
Evolution and development of applications and web services in Java 6-8. Integration of SOAP web clients through Apache
CXF and REST through Spring.
Code quality control using Sonar.
Front-end development in HTML5, CSS3 and JavaScript.
Version control using SubVersion.
Unit testing with jUnit and Mockito.
WebSphere application server deployment.
to .
Research on K5 Cloud platform and development of SpringBoot cloud-centric applications using Twelve-Factor App
methodology.
Web application development focused on the backend, integration and creation of SOAP web services.
Version control using SubVersion. Unit testing using jUnit. Deployment of applications on Tomcat.
Java
Spring Framework
SpringBoot
jUnit
Mockito
Swagger
Postman
Git
SVN
Hibernate
MySQL
SQLServer
OracleDB
Python
Flask
Pyunit
Numpy
Pandas
Figma
Angular
HTML
CSS
JavaScript
LaTeX
Docker
WebLogic
WebSphere
WildFly
Tomcat
urTeam
A collaborative project with university classmates to learn the whole lifecycle of a real application with Spring. This
project was created from scratch to deployment with Docker.
We designed the database structure and created a first page
with SpringMVC and mustache for rendering the template. In the next phase the controllers became restControllers and all
the business logic and data access was separated from the frontend, which was developed with Angular 4. In this last
phase, to deploy the application, we created a docker compose to contain the database, the frontend and the backend.