Creative Full Stack Developer with 8+ years of experience in software design and architecture, mainly using Node.js, Typescript, .NET, and Java, as well as several frameworks for said languages. I believe my responsibility as a software engineer is to provide quality solutions that not only address the problem at hand but also prevent future issues. I strive to ensure clear communication and a collaborative environment that are both critical for a productive team.
Performed academic services development and website management for the company.
Led the Voice Of Healing Site for Christ For the Nations project, migrating the existing Wordpress platform that caused performance and security issues to React.js and Next.js.
Designed connections with the content API, CD, and CI for the new platform.
Worked as a contractor on the development of Staples Promotional Products platform that helps organizations create memorable experiences with the right ideas and items.
Developed new functionalities, fixed bugs, as well as migrated the legacy systems to new technologies, thus improving the project’s performance.
Reviewed implemented features of the development team.
Worked on the development of an information and statistics system for City Hall that allows the management of employees and performing of social studies.
Developed back-end services and refactored in every stage to provide flawless code.
Implemented processes for the integration of code with the content management system.
Worked on the development of an inventory management system for Sistema Producto Vid that allowed them to track goods across the business's supply chain.
Coordinated with other technical teams for development of the portal solution.
Implemented procedures for the identification and resolution of technical issues with the supply chain.
The project was working on a platform that helps organizations create memorable experiences with the right ideas and items. The system was distributed, consisting of several APIs, desktop clients to manage content, shipping services, financial modules. My role in the project was developing new functionality, fixing bugs, as well as migrating the legacy systems to new technologies, thus improving the project’s performance. The project was successfully implemented. Technologies used in the project: ASP.Net, SQL Server, Angular, AngularJS.
The project involved migrating the existing Wordpress platform that caused performance and security issues to React.js and Next.js.My role was to perform the migration and to design connections with the content API, CD, and CI. The website was successfully migrated and published, and the number of users reached thousands. Technologies used in the project: MySQL, PHP, NodeJS, ReactJS, NextJS.
The article describes a way of using proxies in Javascript as a wall to null-safe coding, the implementation is based out of the Optional API found in Java. Optional is primarily intended for use as a method return type where there is a clear need to represent "no result," and where using null is likely to cause errors. A variable whose type is Optional should never itself be null; it should always point to an Optional instance.