About Blog Code Contact Projects Resumes Visitors
About Wade Bachelder

My Blog


:

 

Application Optimization (07/13/2025)


Creating an application by yourself can be a difficult task. There are several layers to keep in mind when creating an application.

There is the Presentation Layer where your UX/UI (user experience and interface) logic and skills are critical as the view and flow of the app need to work effortlessly on mobile and desktop.

Next is the Business Logic Layer or middleware as I call it, which contains the core logic and handles how the application will work. Information is received from the presentation layer and passed the 3rd layer (DAL) and vice versa.

Finally, the Data Access Layer is where the data of the application is managed and secured at rest.

Each layer has its own complexities and areas where care is required. Issues on any of these layers can cause major issues with the use of the application.

I always test my applications using Google's PageSpeed Insights for any possible issues to fix. There are occasions where I forget to add specific coding attributes that might cause some issues for users.

PageSpeed Results Mobile PageSpeed Results Desktop

I still have some work to finish up on the mobile issues and migrate to a newer image format and my site will be 100's across the board.

BCWH Trading Cards

About Blog Code Contact Projects Resumes Visitors