aeron@portfolio:~
Aeron Caponpon

$ 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

You can shoot me an email for my resume!

$ help

Available commands:

cd experience/ # View work experience
cd projects/ # Browse project portfolio

exit # Thanks for visiting!

$
aeron@portfolio:~/experience

$ 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": [

  •     "Laravel",
  •     "Angular",
  •     "MySQL",
  •     "SQL",
  •     "PHP",
  •     "JavaScript",
  •     "Node.js",
  •     "AWS",
  •     "Git",
  •     "BitBucket",
  •     "DBeaver",
  •     "WAMP",
  •     "Asana"

  ]

},

{

  "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": [

  •     "MongoDB",
  •     "Express",
  •     "React",
  •     "Node",
  •     "Git",
  •     "GitHub",
  •     "Postman",
  •     "Docker",
  •     "Cypress",
  •     "Figma"

  ]

}

]

$ _

aeron@portfolio:~/projects

$ 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: /

$ _

aeron@portfolio:~

$ 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!

$