Introduction.

Mobile Engineer with 8+ years crafting high-impact apps that drive user engagement & business growth. Ready to elevate your mobile capabilities.

What I do.

1.Mobile Engineering

Delivering outstanding value on the leading mobile platforms

2.CI/CD

Broad skills and experience in automation to deliver continuous quality to the end-user.

3.Layout and Mockups

Experience designing Mockups with the best practices for the best user experience.

4.Software Architecture

Experience developing software architecture with the current most effective practices.

Work strategy.

Reliability

Complete tasks on time, every time with the same high quality of work.

Teamwork

Able to contribute to building a positive team spirit.

Communication skills

Confident, articulate, and professional speaking abilities

Problem-solving skills

Quickly identify the cause of an issue and improve.

True life is lived when tiny changes occur.

Portfolio.

  • All
  • Cross-Platform
  • Desktop
  • iOS Specific
  • Open Source
  • Mockups

Corporate Experience.

Angular Android iOS 2019 - 2023

Charter Communications

Leveraged my expertise in business logic implementation, UI design, and accessibility best practices to enhance the Spectrum Mobile App.

Android iOS 2018 - 2019 Contract

VF Corporation via Ettaingroup

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.

iOS Android 2017 - 2018 Contract

MVI Systems

Built NYC building intercom system for tenant access & sublet detection.

Android iOS 2015 - 2017

Megsoft Consulting

Fostered seamless cross-functional teamwork through active listening and leadership, consistently delivering high-quality work on time and resolving issues swiftly.

My Educational Posts.

Prism 7 tabs navigation made simple

03 March 2018

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.

Xamarin Forms Behaviors

10 May 2017

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 and specify the type of class you want the behavior to be attached to. All these and more is covered in the post.

Practical use of Behaviors in Xamarin Forms

7 Jun 2017

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.