Project Portfolio
Browse my collection of projects on a wide range of areas of Computer Science.
TaxDocuments: Marketing Plan
Marketing plan, targeted at software developers in the Ecuadorian market, to introduce a code library product for issuing electronic tax documents. The main theme focuses on security, independence, and autonomy as key strengths in shaping customer experience. A specific market reach objective is defined, along with strategies for pricing, promotion and distribution, as well as an analysis of return on investment.
TaxDocuments: A Study of Product Acceptance in the Market
Study conducted to determine the acceptance of a code library product for issuing electronic tax documents, in the Ecuadorian market. Automatic clustering of survey results revealed three potential customer profiles, which guided the crafting of a highly targeted marketing plan.

MultidimLib
Library for handling multidimensional spaces. Spaces represent environments where objects can interact, determine their position, and move. An example thereof is a chessboard and its pieces.

TreeProblemFramework
Library implementing path-finding algorithms, such as DFS and BFS, for search-based and tree-traversal problems. Provided with the definition and rules for a problem, the library outputs individual steps that reach an optimal solution. Examples thereof are: N-Puzzle, UnblockMe, maze solving, etc.