Patrick V. R. Beal
— Software Engineer
patrickvrb@gmail.com
Passionate about learning. Motivated by making lives easier.- SpaceX Dashboard
React application fetching some rocket launches information from SpaceX's public API. I developed this project to learn more about React Hooks. I found extremely useful the new hook's way of changing the application state. Paired with good React documentation, the learning process was taken with ease.
Codebase - Nanum Coreano
Wordpress website I made as a freelancer for a dear friend. The reason I chose to go with Wordpress framework was to facilitate future blog and content updates made by herself, rather than depending on someone who knows web development to do so. It was my first real experience with web development being paid, and also pairing with a UX designer using FIGMA as her prototyping software.
- Igor
Flutter application for supporting RPG playing sessions. The Bloc library was implemented to manage the app state so that the whole application knows its state, no matter where it is, enabling a simple and overall better code & state understanding. As a hybrid app, I had the challenge to fit page elements on multiple mobile screen sizes, so I learned how to set those measures based on the context, using MediaQuery. Other features I implemented were saving dice rolled numbers on each session and data persistence over Firebase.
Codebase - Meau
Flutter application simulating a pet adoption center, where you can also help stray or adoption pets. When building this application, I learned how to properly communicate with Firebase to persist and fetch de application data needed. Also learned how to design on widget-oriented screens, preserving secure UI zones blocking user interaction, and Firebase role based authentication.
Codebase