Web developer and artist with a focus on creative conceptualization. I love working with new technology, improving design and user experience
Programmer
I do any number of programming tasks, from website design Font / Back end, UI/UX focus on the user, and management. I love working on something new every day.
Blogger
I'm a writer who loves to research and share what I find. I blog mainly about technology, startups, and progamming
Server Tweaker
I'm a server enthusiast and developer. I enjoy tinkering with software and hardware to make it better and run at optimal performance levels.
Fun Facts
Bachelor's degree
Programmer?
I Love Riding
Resume
Education
2019
Auckland University of Technology
Certificate in Science and Technology
An introduction to the main areas involved in studying engineering, computing or mathematics. It prepares you for further study at bachelor’s level.
2024
Auckland University of Technology
Bachelor of Computer and Information Sciences
Design and develop secure software and use the latest technologies including modern programming languages, operating systems, networks, distributed computing systems, databases and modelling.
Experience
Nov 2019 – Feb 2023
Pak n Save
Liquor Department Assistant
Responsible for creating an exceptional customer experience by executing high-level tasks and following company procedures. ensuring our Liquor/ Chilled & Frozen Departments are fully stocked and tidily presented at all times.
Oct 2018 - Dec 2018
Siam Thai Cafe
Kitchen Assistant
Responsible for the daily food prep, cleaning, and maintenance of the kitchen. They are also responsible for providing excellent customer service to our customers.
Apr 2017 - Sep 2017
Sushi Paradise
Kitchen Assistant
Responsible for carrying out the day-to-day task of food preparation. This includes chopping vegetables, washing and peeling potatoes, preparing sauces and soups, making desserts, and performing other tasks as assigned.
var aboutMe = document.getElementById('about-me');
var hammertime = new Hammer(aboutMe);
hammertime.on('swipeleft', function() {
// Navigate to the next page
});
hammertime.on('swiperight', function() {
// Navigate to the previous page
});