$ whoami
$ cat profession.txt
Web & Software Developer | Computer Engineering Graduate
$ pwd
/home/aeron/portfolio
$ location
Batangas, Philippines
$ ./about-me --verbose
A graduate of Computer Engineering from Batangas State University – The National Engineering University, Alangilan Campus, last August 2024.
Recently, I've been mainly focused on my work @ AESi as a Fullstack Web Developer. Currently learning C++ on the side and doing my side-project (which will be included here soon).
When I'm not on my Laptop, I'm probably hanging out with my girlfriend, playing Pokémon, watching anime, or working out.
$ ./resume --get
$ ls -la contacts/
$ help
Available commands:
$ cd experience/
Changed directory to experience
$ cat experience.json
[
{
"position": "Web Developer",
"company": "Accur8 Enterprise Solutions Inc.",
"duration": "September 2024 - Present",
"description": "Creating and Maintaining Web Apps for the company's clients.",
"technologies": [
]
},
{
"position": "Web Developer Intern",
"company": "Accur8 Enterprise Solutions Inc.",
"duration": "February 2024 - May 2024",
"description": "Developed a Billing Generation web app to send billing info to clients. Assigned to backend using JavaScript, Postman, Docker, MongoDB, and Clean Architecture. Also wrote backend and frontend documentation.",
"technologies": [
]
}
]
$ _
$ cd projects/
Changed directory to projects
$ find ./projects -type f -name "*.project"
$ cat aeron_caponpon.project
name: "Aeron Caponpon"
year: 2024
type: "Portfolio"
description: "Created a portfolio to learn Next.js"
technologies: ["Next.js", "Tailwind", "Figma"]
link: /
$ cat thesis.project
name: "THESIS"
year: 2024
type: "BS Computer Engineering"
technologies: ["HTML", "CSS", "JavaScript", "PHP", "BootStrap", "MySQL", "Python"]
$ cat university_shop.project
name: "University Shop"
year: 2023
type: "Software Design Course"
technologies: ["Java", "Swing", "MySQL", "Xammp", "Figma"]
$ cat cataract_detection.project
name: "Cataract Detection"
year: 2023
type: "Deep Learning Course"
technologies: ["Python", "Tensorflow", "Jupyter", "GoogleColab"]
link: /
$ cat network_for_a_5_storey_building_inside_campus.project
name: "Network for a 5 storey building inside campus"
year: 2023
type: "CISCO"
technologies: ["Packet Tracer", "Networking Fundamentals", "Network Security"]
link: /
$ _
$ cat .metadata
Designed in Figma, programmed using VSCode with Next.js (React) TypeScript and Tailwind CSS.
$ echo "Thanks for visiting!"
Thanks for visiting!
$ exit
Session ended. Have a great day!