I have always had a passion for code. At 11 years old, I was building my first HTML website using Notepad! ๐๏ธ
What started as curiosity has turned into a means to level up, learn, and creatively express myself. I've been focused on learning and building full-stack applications, using a variety of languages such as:
TypeScript, JavaScript, Python, SQL, PHP, HTML and CSS
For me, crafting applications isnโt just about solving problems โ it's also about the love for the craft itself. Every project is a chance to push my skills further and create something meaningful.
As a Services Sales Leader, I directed Business Development teams specialising in technology solutions across Australia and New Zealand.
We excelled in delivering Managed Services, Helpdesk, Cloud, and Security solutions, maintaining modern practices and helping organisations meet evolving standards.
As a Technology Advocate, I spearheaded strategic initiatives to drive modern technology adoption across Australia and New Zealand. I architected and implemented virtualisation solutions, notably securing Asia Pacific's largest VMware deployment - modernising client infrastructure and boosting operational efficiency by 40%.
I'm passionate about helping organisations modernise and scale, bringing meticulous attention to every project.
Empower RideShare drivers to make informed decisions on fuel consumption expenses based on publicly available data.
DriveShift Savvy provides an intuitive interface to input vehicle details, select shift parameters, and calculate various metrics such as total earnings, expenses, and travel distances. Whether you're a driver trying to optimize your work schedule or a vehicle owner curious about fuel consumption, this tool offers valuable insights to help you make informed decisions.
// asbedb.dev 2025
import AsbedB from "./melbourne";
import Experience from "./life";
export default function skillsAndExperience()
{
const interestsAndHobbies = [
'Radio Broadcasting',
'Community Work',
'fOSS projects',
'Science Fiction Media'
];
// I really enjoy exploring new frameworks/librarys and concepts!
return(
< >
<Experience>
<AsbedB>
<Consulting />
<LeadershipAndManagement />
<Entrepreneurial />
<CollaborativeInTeams />
<IndustryCertifications />
<GovEnterpriseEdu />
</AsbedB>
</Experience>
</>
)
};