Skip to content
View Thenewchicken55's full-sized avatar
:shipit:
Imposter syndrome
:shipit:
Imposter syndrome

Organizations

@FRC-4121

Block or report Thenewchicken55

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

Hi ๐Ÿ‘‹ I'm Elia

Majoring in Computer Science at the University of Akron

  • ๐Ÿ”ญ Iโ€™m currently working on Immersive Simulator Game in Unity

  • ๐ŸŒฑ Iโ€™m currently learning Web Development

  • ๐Ÿ‘จโ€๐Ÿ’ป All of my projects are available at https://github.com/Thenewchicken55

  • ๐Ÿ“ซ How to reach me [email protected]

  • โšก Fun fact I am fluent in Arabic

Languages and Tools:

c cplusplus csharp git illustrator java linux python unity photoshop unreal

About Me

Hola! ๐Ÿ‘‹ I'm Elia (pronounced EL-EE-AH), and I'm a Senior at the University of Akron majoring in Computer Science. So far I can't put my finger on a specific area of Computer Science that I like most. I am interested in everything from Computer System Architecture to the Operating System and the Hardware-Software interface, Algorithms and time complexity analysis, or even something as high-level as Object-Oriented Programming and UML. I am excited to keep learning about Computer Science and appreciate all the intricate hard work that was done before me.

Experience

Although my experience is limited, I am committed to pushing my boundaries, embracing challenges, and continuously striving for improvement in my coding journey.

Robotics Club

During my time at Hoover High School in North Canton, I was part of a team designing and building an embedded system with fully autonomous and manual modes to accomplish intricate tasks efficiently. The robot was tasked to be able to go around the field, pick up balls of the correct color, and shoot them into the goal. In order to do this, the robot had to use its vision system to calculate the distance to the goal and given a specific angle, figure out the best speed to launch the ball to get it in the hoop. The robot was supposed to be able to do all of this autonomously as well as introduce a manual mode (but still aided by the robot).

I was in charge of programming the vision system in Python, but I also helped design the main drive train program in Java. This opportunity was considered a simulated work environment that taught me to have good teamwork and problem-solving skills since I had to work with the Mechanical and Electrical teams to design this robot from scratch.

Projects

  • Web Scraping application
    • Using Python, I wrote a program that would dynamically open a list of websites and do a specific task.
    • Used Selenium and Beautiful Soup libraries in Python.
    • Specifically, I was using this tool to open multiple vine.com links trying to see if there are any potential vines that still exist out there.
  • Source Facts
    • Generate facts about the source code. A big piece of code (such as a Linux distribution) converted to XML, using a program called srcML, gets broken down efficiently and generates facts about the source code, such as the number of lines of code, files, classes, functions, etc.
    • The purpose of the project is to take this complicated program and apply OOP characteristics to make the code as reusable and maintainable as possible
    • Written in C++
  • RSA Encryption
    • Using Python, take a message, convert it to a number using sha256() hashing, and encrypt this number using an RSA algorithm efficiently
  • Simple Linux Shell
    • Using C, this program simulates a shell by reading in user input to the console and executing specific functionality similar to Linux commands. As a matter of fact, on top of the custom commands, this program allows you to run Linux commands as well.
  • Game GPT
    • This project implements AI into Unity3D in an effort to show how games could improve NPC dialogues. The program uses an HTTP Request in C# with Groq API to get an AI response.
  • JES Budgeting Tool preview
    • JES is an app that helps users manage their monthly budgets and keeping track of their transactions such that they can satisfy their financial goals.
    • This offers various other benefits along with budgeting tool, like stock tracking, AI Chatbot, and current news and articles.
    • This is a group project to express skills in database management systems
    • Uses Node.js and mySQL
  • What's Poppin News Website
    • Developed a full-stack application using MongoDB to store news articles and React for the frontend. Users can navigate recent and trending unbiased news articles.
  • (WIP) CLI-GUI
    • A GUI on top of the Linux command-line where it has buttons that paste a specific command into the console. This can be done as a shortcut to save time, or a suggestion feature could be implemented where the program tries to predict the next command that the user might send, and clicking the button will save the user that much time.

Favorite Software

Hobbies

  • ๐ŸŽถ Favorite music genre: Rap
  • ๐ŸŽฎ Favorite game: Minecraft
  • ๐Ÿ“บ Favorite TV Series: One Piece
  • ๐Ÿ™Š I'm Bilingual
    • English
    • Arabic
    • (WIP) Spanish
    • (WIP) French

Popular repositories Loading

  1. JES JES Public

    A financial budgeting tool made by our team (The Kernels).

    TypeScript 1 2

  2. Bug-reports Bug-reports Public

    Forked from Voidswrath-Support/Bug-reports

    Bug reports for the Voidswrath launcher, and Voidswrath modpacks

  3. Thenewchicken55 Thenewchicken55 Public

    Config files for my GitHub profile.

  4. SourceFax SourceFax Public

    C++

  5. Elia-Albaba-resume Elia-Albaba-resume Public

    My resume

  6. RSA-encryption-Algorithms-Project RSA-encryption-Algorithms-Project Public

    This repository contains a Python program for signing and verifying messages using RSA encryption.

    Python