Born in 1996, I live in Trece Martires City, Cavite. Having a degree of Bachelor of Science in Information Technology, I graduated at Cavite State University Indang, Cavite. I specialize in software development.
In spite of having such skills, I honestly have a shy-type personality, and I always read someone's character to interact with them, that's why I use it in customer service-oriented work but when it comes to challenges and priorities, I dedicate myself to do what is best.
My hobbies are playing guitar and watching anime. Other than that, I am studying about the basic terms of trading. I started with crypto.
1 | <html lang="en">
2 | <head>
3 | <title>Document</title>
4 | </head>
5 | <body>
6 | Content...
7 | </body>
8 | </html>
.vertical-line{
background-color: #303030;
border-right: 3px solid #03dac6;
height: 600px;
padding-left: 9px;
margin-top: 10px;
}
var image = document.getElementsByClassName('thumbnail');
new doSomething(image);
1 | <?php $_SESSION['id'] = '';
2 | while($user_data = mysqli_fetch_assoc($result)) {
3 | echo "<tr>";
4 | echo "<td>".$user_data['student_number']."</td>";
5 | echo "<td>".$user_data['name']."</td>";
6 | echo "<td>".$user_data['age']."</td>";
7 | echo "<td>".$user_data['bday']."</td>";
8 | echo "<tr>";
9 | $_SESSION['id'] = $user_data['student_number'];
10 | }
11 | ?>
1 | void showCardValues(){
2 | int i = 0;
3 | foreach (var c in cardValues){
4 | Console.WriteLine("{0} {1}", c, cardSuits[i]);
5 | i++;
6 | }
7 | }
Here are some of my little projects I made:
Lucky 9 Game
May 2018
A type of game that evaluates two cards between a player and a banker using basic socket programming, where 0 is lowest possible number and 9 is biggest possible number. Player who has a greater accumulated card number will win.
Language(s) used: Java
Download Here"Artmoto"
May 2018
Artmoto is a front-end website that demonstrates different types of arts. This also includes the most famous artworks around the world tips on how to be a good artist. The website is responsive-ready for mobile devices.
Language(s) used: HTML, CSS, and JavaScript
Download HereWord Finder
March 2021
A Word Finder is a program that display all possible words in a dictionary array based on the word entered by a user. It also filters duplication of letters to identify if the number of letters of the entered word matches the word in dictionary array.
Language(s) used: C#
Download Here