Skip to content
View abara15's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report abara15

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
abara15/README.md

GitHub Badge Twitter Badge LinkedIn Badge Hits

Intro

I am a technology professional with expertise in solution architecture, software engineering, DevOps, and AI-driven business automation. My passion lies in designing scalable systems, optimising workflows, and integrating AI and cloud solutions to drive business efficiency and innovation.

With a Bachelor of Engineering (Honours) in Software Engineering from UNSW, I have developed a strong technical foundation in cloud computing, automation, CI/CD, and AI integration. My experience spans software development, infrastructure automation, enterprise system design, and business process optimisation.

Key Expertise:
Solution Architecture – Engaging with stakeholders, defining system requirements, and designing scalable, cost-effective solutions.
DevOps & Cloud Automation – Optimising deployment pipelines, automating infrastructure provisioning, and managing cloud environments (Azure, AWS, GCP).
AI & Business Process Automation – Training AI models in Azure AI Studio, developing AI-powered document analysis, and integrating automation into enterprise workflows.
✔ Full-Stack Development – Building web applications with React.js, Node.js, Python, and modern frameworks.

Notable Projects:
🔹 User Lifecycle Automation – Transformed a manual onboarding/offboarding process by integrating Workday, Active Directory, and Microsoft Entra ID, reducing errors and improving efficiency.
🔹 Connectabuild – Developed a construction quality assurance platform, redesigned the backend API, rebuilding the Airtable database, built workflow automations, and migrated the system from AppSheet to Softr.
🔹 React Check-In App – Designed an Azure-based architecture for an app monitoring offices and employees during the COVID-19 pandemic, leading stakeholder engagement, solution design, and development.
🔹 LibreChat AI Deployment – Architected a Docker-based AI infrastructure, enabling seamless AI adoption for internal use.
🔹 Remote Patient Monitoring System (UNSW Thesis Project) – Built a modular, cloud-based healthcare platform, collaborating with stakeholders from UNSW’s Biomedical Engineering School to define requirements and deployment strategies, and developed the overall system and deployment process.

I am always looking for new challenges where I can apply my expertise in solution design, automation, and AI integration to help businesses innovate and scale effectively.

Top Repos

GitHub Stats


Braydon's GitHub Stats

Skills

Languages

Frameworks

Database

More Skills

Browsers

Cloud

Design

IDEs

Linters

Office

OS

Prototyping

Terminal

Popular repositories Loading

  1. simple-search-engine simple-search-engine Public

    This C program built to search a collection of 'web pages' using the Weighted PageRank algorithm. I built a graph structure and calculated Weighted PageRanks, ranking pages based on these values.

    C 3 4

  2. weathermetrics weathermetrics Public

    This is a Flask Web App built as a group uni project. Using the AccuWeather API, relevant weather data is pulled and displayed to the user on a HTML template.

    HTML 1

  3. abara15.github.io abara15.github.io Public

    This is my personal portfolio I built in React.js and Sass.

    HTML 1

  4. chatbot chatbot Public archive

    This is a real-time iOS messaging app I developed for my HSC Major Work. This app is powered by a Firebase back-end and allows users to log in and send photos and texts to their friends!

    Swift

  5. slackr slackr Public archive

    This is a Slack-like platform made as part of a uni group project. Using a pre-built front-end, we wrote functions in the Python back-end dealing with authentication, search, messaging, channels, a…

    Python

  6. emu emu Public

    This C program emulates the MIPS assembly language, and prints and executes MIPS instructions.

    C