Results-driven professional combining extensive pharmacy knowledge with emerging software development skills. Demonstrates strong analytical abilities, a commitment to security enhancement, and proficiency in building websites and managing big data projects. Recognized for exceptional interpersonal skills, adaptability, and a solid work ethic, capable of thriving in fast-paced environments while mastering new technologies swiftly. Aiming to leverage technical expertise within the computer science field to contribute meaningfully to organizational success.
The architecture used with the MEAN application for front-end development was Express as the framework for the website, with Node.js to connect in real time to the web. Angular was used as a SPA that uses JavaScript as its primary language with HTML conversions. The backend development used NoSQL because that would complicate the frontend capability to change any of the website’s information that the client would want in the future. MongoDB was ideal in this build for the large amount of data and storage of it but not to change on the backend was in mind. https://github.com/josoto450/CS465-fullstack.git
The architecture from remote server to serverless deployment by utilizing Docker as the transporter of information and use of each application that was triggered by a Lambda function. To see the full presentation follow this link https://youtu.be/vQvhaWfnJbo.
Java code is written in chunks and tested in chunks to understand how the code iterates and how easily it can get timed out in a loop. The concept of building code that iterates completely without fail and is simple enough to avoid system errors or compilation complications. https://github.com/josoto450/CS320-Software-Tests-Automations.git
Created realistic, interactive three-dimensional objects using application programming interface (API) libraries.