Acerca de
Actividad
-
🚀 Aprendizado 100% Grátis! 🚀 Após mais de 320 horas de estudo intenso, desenvolvi um guia didático e completo sobre Directory Services—e está…
🚀 Aprendizado 100% Grátis! 🚀 Após mais de 320 horas de estudo intenso, desenvolvi um guia didático e completo sobre Directory Services—e está…
Recomendado por Eduardo Luiz Souza
-
10 anos de GFT Technologies (10 years at GFT Technologies) ❤️ Muito orgulho em fazer parte dessa história e muito grata pelas pessoas que aram…
10 anos de GFT Technologies (10 years at GFT Technologies) ❤️ Muito orgulho em fazer parte dessa história e muito grata pelas pessoas que aram…
Recomendado por Eduardo Luiz Souza
Experiencia y educación
Licencias y certificaciones
Proyectos
-
ISO20022 Adoption
ISO20022 Adoption.
Load and transformation of data:
- pacs.008
- pacs.010
- pacs.009
- pacs.002
- camt.052
- camt-054
- camt.057
- camt.060
- camt.056 -
Customer & Cash Inquiry application for Deutsche Bank
- actualidad
- Creation of an email service for automation of inquiry processes. The project was written in Java 7, using Hibernate for mapping and manipulating data for Sybase. JUnit test cases have been implemented to cover the functional requirements of sending e-mail (SMTP) and receiving text-plain (HTML) e-mail (IMAP) and HTML. Use of Apache commons utilities (commons-email, commons-io, commons-lang3)
- Creation of the ACH (automated clearing house) project to receive payment information and the…- Creation of an email service for automation of inquiry processes. The project was written in Java 7, using Hibernate for mapping and manipulating data for Sybase. JUnit test cases have been implemented to cover the functional requirements of sending e-mail (SMTP) and receiving text-plain (HTML) e-mail (IMAP) and HTML. Use of Apache commons utilities (commons-email, commons-io, commons-lang3)
- Creation of the ACH (automated clearing house) project to receive payment information and the track of each one. Project written in Java 7, using Hibernate for mapping and manipulation of data for Oracle and Sybase. JUnit test cases were implemented to cover functional and performance requirements. Settings to enable batching in Hibernate, caching using EhCache, Lg4J for logging control.
- Creation of Web pages using the Google Web Toolkit (GWT) to create report pages. Using Spring Framework (Spring Beans, Spring Web, Spring Web MVC, Spring Test).
- Deployment of System Development Life-Cycle (SDLC) for the project. Configuration manager of platforms such as TeamCity (build management - with maven plugins), Bitbucket (source code management - GIT flow), Veracode (Code Validation), SonarQube (Static Code Analysis), JAMA tracking, Confluence (knowledge management), IBM UCD uDeploy (deployment management).
- Project in progress for project applications rewriting and 'replatforming'. These studies include microservices, Spring Cloud (Eureka for Service Discovery, Ribbon for Client Side Load Balance, Feign for declarative REST Client, Hystrix for circuit breaker, Zuul for router and filter).
- Implementation of the use of the SWIFT Global Payment Innovation Initiative (https://www.swift.com/our-solutions/global-financial-messaging/payments-cash-management/swift-gpi). Creation of an application for data recovery available in the SWIFT Cloud, using Java 7, Sprint Framework (boot, social-core, swagger) and MyBatis. -
Website - Templo de Atena Project
Project created in C # razor language. The website has varied content in the world of entertainment and editorials on various subjects.
Otros creadoresVer proyecto -
Autobahn MIS application for Deutsche Bank
-
Creation of PL-SQL scripts for the web-analytics system of the bank, in order to provide data, information and behavior to the Autobahn application portal. Creation of Unix scripts for sending reports with the help of the Crontab tool to trigger and schedule processes. It also includes configuration of charts and reports in Tableau software.
-
Scanning worksheets of company employees
-
Summary: The of each employee was already persisted on the Oracle database, the goal was to create a Web portal for retrieval of this data and display the same in the UI for reports, manual appointments s, correction of appointments, etc. The service was written in C# with the N-Hibernate object-relational mapping framework for data retrieval and persistence on the Oracle database. Front-end system was written in .NET using Razor syntax (using HTML5, JavaScript and CSS3 also)…
Summary: The of each employee was already persisted on the Oracle database, the goal was to create a Web portal for retrieval of this data and display the same in the UI for reports, manual appointments s, correction of appointments, etc. The service was written in C# with the N-Hibernate object-relational mapping framework for data retrieval and persistence on the Oracle database. Front-end system was written in .NET using Razor syntax (using HTML5, JavaScript and CSS3 also) as a Web application to be available in Transtassi Company through IIS configuration.
-
Volkswagen truck monitoring report
-
Summary: through web services description language (WSDL) provided by the company Volkswagen the objective was to use the available services for monitoring of trucks of the company Transtassi. The system was written in C # with the N-Hibernate object-relational mapping framework for persistence on the Oracle database. Front-end system was written in .NET using Razor syntax as a Web application to be available in the enterprise through IIS configuration.
-
Data Warehouse-Focused Learning System
-
The goal is to demonstrate the power of data mining for data extraction-> information, which in this case shows how a store can 'predict' what a customer will buy given that they have purchased another.
The project has the part in which a certain customer bought a set of products, which will be stored in a .arff file, which will be later analyzed by the WEKA application.
There is a training conducted through the Naive Bayes method, where it is sought to classify through the…The goal is to demonstrate the power of data mining for data extraction-> information, which in this case shows how a store can 'predict' what a customer will buy given that they have purchased another.
The project has the part in which a certain customer bought a set of products, which will be stored in a .arff file, which will be later analyzed by the WEKA application.
There is a training conducted through the Naive Bayes method, where it is sought to classify through the historical series of data purchasing relationships for large datasets. -
Practical Study of Design Patterns: Strategy e Builder
-
The project aims to implement patterns like 'Builder' and 'Stragegy', the first one used for decoupling from the point of view of the builders, and the second - the strategy - has as practical vision business rules that change and therefore , Should be easy to handle over the life of the project.
The project splits into its domain, with the main logic, the package where the possible exceptions are handled, and the JUnit test suite. -
Practical Study of Evolutionary Computing
-
The project focused on simulating theories inherent in Evolutionary Computing, simulating the discovery of a better way.
The inputs that influenced are the Number of Generations, Number of Chromosomes, Rate of Crossing (Selection), Mutation and Selection Mechanism. All entries are possible configurations for the .
There are two selection mechanisms: Ranking and Tournament. The first selects the best first individuals according to the percentage chosen. The tournament has a…The project focused on simulating theories inherent in Evolutionary Computing, simulating the discovery of a better way.
The inputs that influenced are the Number of Generations, Number of Chromosomes, Rate of Crossing (Selection), Mutation and Selection Mechanism. All entries are possible configurations for the .
There are two selection mechanisms: Ranking and Tournament. The first selects the best first individuals according to the percentage chosen. The tournament has a clash between peers and who wins wins for the next generation.
The outputs obtained are from: it is only possible to 'walk' from up, down or forward. So each 'step' gives a point. At the end of the generations these points are added and the average fitness of the best individual is obtained. If the individual has achieved the best maximum score (the best way), if for evolution and if at what generation it occurred.
The final considerations about the project are that genetic algorithms obtain more intelligible results in comparison (certainly) than programmed in the conventional way. The whole algorithm works to gradually (or vice versa) shaping the expected result, and it is correct to say that the number of generations is a preponderant factor for the final success of the population, since even if the best path is sought, it is also interesting Generate as many individuals as possible.
Idiomas
-
Português
Competencia bilingüe o nativa
-
Inglês
Competencia profesional completa
Más actividad de Eduardo Luiz
-
#proudtobeGFT #teamGFT #GFTBrasil GFT Technologies
#proudtobeGFT #teamGFT #GFTBrasil GFT Technologies
Recomendado por Eduardo Luiz Souza
-
Venho pedir aos escritorios de fora do estado do Espirito Santo, que considerem meu perfil, pois eu tenho TOTAL disponibilidade para mudar de cidade…
Venho pedir aos escritorios de fora do estado do Espirito Santo, que considerem meu perfil, pois eu tenho TOTAL disponibilidade para mudar de cidade…
Recomendado por Eduardo Luiz Souza
-
This year, my team and I achieved a significant prize by winning the Finnance Awards, which recognizes projects at Danone that are aligned with the…
This year, my team and I achieved a significant prize by winning the Finnance Awards, which recognizes projects at Danone that are aligned with the…
Recomendado por Eduardo Luiz Souza
-
It was a pleasure to attend Pharmaceuticals 2024 - Recent Advances in Pharmaceuticals Towards a Healthy Life, held in Barcelona, Spain, promoted by…
It was a pleasure to attend Pharmaceuticals 2024 - Recent Advances in Pharmaceuticals Towards a Healthy Life, held in Barcelona, Spain, promoted by…
Recomendado por Eduardo Luiz Souza
-
Authentic Point Angola no #luandabynight2024 Equipa maravilha: Filomena Silva Luis Ferreira da Silva Juliano Souza 🇦🇴 Diogo Pinto Jorge Correia…
Authentic Point Angola no #luandabynight2024 Equipa maravilha: Filomena Silva Luis Ferreira da Silva Juliano Souza 🇦🇴 Diogo Pinto Jorge Correia…
Recomendado por Eduardo Luiz Souza
Perfiles similares
Otras personas con el nombre de Eduardo Luiz Souza en Brasil
-
Luiz Eduardo Souza
Business Intelligence | People Analytics
-
Luiz Eduardo Souza
Software Developer
-
Luiz Eduardo Souza
-
Luiz Eduardo Souza
Publicidade | Marketing | Produção artística | Eventos | Design gráfico | Produção fonográfica
Hay 607 personas más con el nombre de Eduardo Luiz Souza en Brasil en LinkedIn
Ver a otras personas con el nombre de Eduardo Luiz Souza