semantic git commits
Semantic commits in the use of Git and other VCS (code versioning systems) are the best way to document implementation execution, as they give context to the management of… Read More »semantic git commits
Semantic commits in the use of Git and other VCS (code versioning systems) are the best way to document implementation execution, as they give context to the management of… Read More »semantic git commits
This is a summary of my master's thesis, defended in 2013, to obtain a MASTER IN PRODUCTION ENGINEERING, in the concentration area of Industrial Management, Postgraduate Program… Read More »SALES PRICE FORMATION METHODS IN ERP SYSTEMS THROUGH FRAMEWORK FRAMEMK SERVICE-ORIENTED ARCHITECTURE
To evolve professionally with excellence in any area of activity, it is extremely important to study the fundamental concepts in your profession. For that, it is necessary to understand what they are and… Read More »Methodology, method, process and technique – what they are and their differences
Broadly, the concept of Reverse Engineering applied to systems and databases can be defined as: “the process of deriving the logical specifications of the components of the computer system… Read More »Reverse Engineering of Systems and Databases in the migration of legacy software
The Information Systems Research Group (GPSI), Software Engineering Research Line (LPES) at the Federal Technological University of Paraná, Campus Ponta Grossa, develops an application called… Read More »FrameMK – Framework for Setting Sales Price
Source Code Management (SCM) is used to track modifications to a source code repository of a software development project. O… Read More »What is Source Code Management
Do you know “What is Version Control”, and why is it important in the software development process? Version control is a system that records changes to a file… Read More »Version Control – What is it?
Software versioning tools generally adopt the nomenclature of the concepts of their application areas. Two concepts often found, but with small differences in conceptual application in… Read More »Difference of TAG and BRANCH in GIT
Software prototyping or prototyping is the activity of prototyping software applications, that is, incomplete versions of the software program under development. It's an activity... Read More »Software Prototyping
In this article you will understand Roy Fielding's theory that described the software architecture most used today for building API's and integrating cloud systems, REST (Representational… Read More »REST and RESTful APIs
In this article I present an introductory overview of the versioning system and the basic Git commands to get started with source code version management work with… Read More »Basic Git
In UML, the class diagram represents the static structure of a system, presenting its classes, attributes, operations and the relationships between objects. Being considered the main diagram… Read More »Class Diagram