Natela Khomasuridze

SAVVY. CREATIVE. DETERMINED.


Few Words About Me

Natia is a New York City based software developer. Originally born in Georgia, she came to the US in 2014 and has since graduated with a B.S. in Computer Science. While in college she was the VP and Secretary of the Women in Computer Science Club on campus, which is where her passion for using technology to build communities began. Her interests lie in frontend and adaptive UI design. When not at a hackathon or tech meetup, she can be found on her bike or in the kitchen cooking.

Resume

Projects

MPC Chain Trademore_vert

GitHub repo

MPC Chain Tradeclose
The project is about a decentralized application (Dapp) that lets users auction off non-fungible on-chain assets. That means that the user who has fungible assets can easily sell them on an exchange since they're all interchangeable. The website is implemeted in a single webserver for the demo. At first, It is started by having a single broker and a single investment bank.
OS Threadsmore_vert

GitHub repo

OSclose
The goal of the assignment is to imitate the actual work of process identifiers, threads and locks.
BC-NOTEmore_vert

GitHub repo

BC-NOTEclose

An android app where students can save their daily class schedule and plans.

The app consists of:

  • The flash page with the BC campus picture on it.
  • Animated transitions between activities.
  • Seven colorful buttons(Monday through Sunday).
  • Activity where students save class schedule/notes.
  • Time picker feature which allows students to set time for each task.


  • The app includes the ability for the user to view it in different languages.

    Vector-Listsmore_vert

    GitHub repo

    Vector vs Linked Listsclose

    Created a program that differentiates a singly linked list, a doubly linked list with a header node, and a vector. Compares how long each task took for each container and each data size. Attached discussion.txt which compares runtime of SLL, DLL and Vector.

    Fem-Feedmore_vert

    GitHub repo

    FemFeedclose

    FemFeed provides a judgement free platform to improve code. It also connects female programmers with others in their area. Users will be able to give and receive kind and fair feedbacks from othes women. The main goal is to have supportive network that encourages more women to continue on in the field of computer science.

    Bankingmore_vert

    GitHub repo

    Banking Transactionsclose

  • My project is to make a program of a bank account with two subclasses: checking and saving.

  • Implemeted Cumstomer account and then accouts for Adult, Senior and Student which extends the customer account.

  • Test program that creates objects of CheckingAccount and SavingsAccount(bank()). Ask the user to deposit and withdraw money from the accounts.