Skip to content
View javamartini's full-sized avatar
🥱
Exhausted
🥱
Exhausted

Block or report javamartini

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
javamartini/README.md

Hello!

I am Javontae, a student and research assistant at Tennessee Technological University. I concentrate in High Performance Computing but truthfully, I try to learn everything I can.

Something I like to do is maintain a small home laboratory on the side. Consisting of an old HP Microserver Gen 8, a Optiplex-790, and a 5-port TP-Link switch, I not only run my own services but experiment with different projects.

I like to think I have already grown quite a bit in this field, but I am also perceptive enough to know I have only scratched the surface. I'll do everything I can to be the best at what I do. To be fair, I typically have that attitude towards more than computer science.

I am currently learning high performance networking libraries. I'm looking to grow much, much more on this subject. Perhaps one day I can contribute something meaningful to this field of study.

You can reach me via email if you ever want to talk about something: [email protected].

Pinned Loading

  1. banking_and_rpc banking_and_rpc Public archive

    I was tasked to build three banking applications of which were a server, a routing middle-ware, and a client. All three applications use a SQLite3-intended DB schema and RPC for a networking stack.

    C++

  2. libfabric_practice libfabric_practice Public

    Implement libfabric to perform both two-way and one-way communication.

    C++

  3. network_packet_handling network_packet_handling Public archive

    I was tasked with the implement of a packet handling program, of which I chose to use Python.

    Python

  4. networking_mpi networking_mpi Public archive

    I have been tasked with writing a sockets-based implementation of the networking stack that MPI uses to function.

    C

  5. mini_esb mini_esb Public archive

    I am to implement a Service Bus architecture that captures statistics provided by a statistics generator and send them to a statistics monitor.

    C++