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

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

Anthony's GitHub Banner

GitHub Badge Twitter Badge LinkedIn Badge Dev.to Badge Hits

Intro

Hey everyone 👋

My name is Anthony Barakat. I'm a Development Operations Engineer based in Sydney, AU. I work in Azure DevOps assisting in the development and support of CI/CD processes and pipelines for all infrastructure-related components in my organisation.

I am proficient in JavaScript, Python, React.js, Node.js, Sass, C, and Terraform.

If you're interested in reaching out or learning a bit more about me, check my socials above or my portfolio here!

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

  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

    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

    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