Mobile Engineer with 8+ years crafting high-impact apps that drive user engagement & business growth. Ready to elevate your mobile capabilities.
Delivering outstanding value on the leading mobile platforms
Broad skills and experience in automation to deliver continuous quality to the end-user.
Experience designing Mockups with the best practices for the best user experience.
Experience developing software architecture with the current most effective practices.
Leveraged my expertise in business logic implementation, UI design, and accessibility best practices to enhance the Spectrum Mobile App.
As a consultant, served as the lead on a six-month contract to VF Corporation developing an application to streamline the workflow connecting HR services, benefits, payroll, and internal company news.
Built NYC building intercom system for tenant access & sublet detection.
Fostered seamless cross-functional teamwork through active listening and leadership, consistently delivering high-quality work on time and resolving issues swiftly.
Tabs set up and navigation in Prism can be a lifesaver when there is not so much time to spare and the requirements seem to be piling up. With Prism 7 it got even easier to set up tabs and that's what we are gonna discuss in this post.
Behaviors let you create classes that encapsulate functionality that can be reused in multiple views and because of their
nature they are easy to test for unit-testing. All you need to start encapsulating functionality is to inherit from
Behavior
Behaviors let you create advanced encapsulated functionality that can be reused between different views, simplyfing the app arquitecture and minimizing the level of complexity. In this post we put all these concepts into practice in a Xamarin.Forms app.