Welcome to my web portfolio! I am a student with a passion for developing mobile apps and have experience in languages such as Kotlin and Java.
I'm a dedicated and hardworking fourth year student at Batangas State University - Alangilan Campus. I have a strong passion for programming and a clear career goal of becoming a software engineer or mobile developer. My enthusiasm for learning and expanding my knowledge and skills is very helpful to develop myself. Currently, I am focusing on improving my technical skills and expanding my knowledge in different programming languages and frameworks by taking and enrolling in online courses from different online learning platforms such as Udemy and Coursera. I'm also doing some simple projects that can be found on my GitHub to gain experience.
Project I
It is a simple mobile application created using Jetpack Compose that calculates the amount of tip from the desired percentage of the total cost of the service, and it will display the total amount including the tip.
Read moreCalculator
Project II
A mobile application created using Jetpack Compose that will make it easier for players especially beginners to know the game updates and information about heroes and items in Dota 2. This application is a dictionary that provides information about dota 2 heroes, items, and game updates.
Read moreDota2Dict
Project III
MovieZone is a simple application that contains collection of movies with different genres created using Jetpack compose. The data that was used in the application was gathered and collected from the internet. Moreover, coil library was also utilized to optimizing, including memory, disk caching, bitmap reuse, and downspacing the image in memory, which makes it faster than other image loading libraries.
Read moreMovieZone
Project IV
Keep Notes is a note application where the user can add, delete, update, and save a note. The application uses a local database called Room Database, therefore, the data from the user will be saved even if the app is closed. Since it has a local database, it can be accessed even if the user is offline or it does not need to use the internet. It is also created with cleaned and structured code using the Model-View-ViewModel Architecture pattern so that it is organize, easy to maintain, and update the application.
Read moreNotes
Project V
It is a simple counter application created using Kotlin-Jetpack Compose that counts everytime the user presses the button.
Read moreCounter