Skip to content
View rohankhayech's full-sized avatar
Block or Report

Block or report rohankhayech

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
rohankhayech/README.md

About Me

I am a passionate software engineering graduate from Curtin University, with an interest in Java/Kotlin, Android development and user interface design.

Recently I have been working on a variety of software engineering projects to learn and gain experience with the latest software development frameworks, constantly improving my skills in programming and project management.

Software Portfolio

Here are some of the applications and software projects that I have created/worked on:

Applications

  • ATel Lookup

    A powerful web-based search interface for intelligently querying and visualising ATel reports from The Astronomer's Telegram.

  • Choona

    A guitar tuner application for Android with support for custom tunings.

Libraries

Android

  • Android Utils

    A collection of utility modules useful for Android projects.

Java

  • Playable Timeline

    A Java library for storage and playback of events along a timeline.

  • Enumerate

    A Java construct allowing iteration over a collection similar to the enumerate() method in Python, providing access to each element and it's index.

University Projects

Java

  • Combat Game

    Textual turn-based combat game.

  • Text Editor

    Demo text editor project featuring a multi-module plugin API, Python scripting and a custom keyboard shortcut DSL.

C

  • Lift Simulator

    Lift Simulator program, demonstrating use of parallel programming using threads and processes.

  • MNK Tic-Tac-Toe

    Console-based m-n-k tic-tac-toe game written in C89.

Cyber Security

Pascal

  • Nim

    A console-based Nim client written in Pascal featuring multiplayer and computer opponent.

Contact

Please find my latest contact information on my LinkedIn profile.

Pinned

  1. ATel-Lookup ATel-Lookup Public

    Powerful web-based search interface for intelligently querying and visualising reports from The Astronomer's Telegram.

    Python 2

  2. Choona Choona Public

    Guitar tuner app for Android with support for custom tunings.

    Kotlin 4

  3. PlayableTimeline PlayableTimeline Public

    Java library for storage and playback of events along a timeline.

    Java

  4. AndroidUtils AndroidUtils Public

    Collection of utility modules useful for Android projects.

    Kotlin

  5. CombatGame CombatGame Public

    Textual turn-based combat game written in Java for a university assignment.

    Java

  6. LiftSim LiftSim Public

    Lift Simulator program written in C, demonstrating use of parallel programming using threads and processes.

    C