Skip to content
View DejaVuMan's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report DejaVuMan

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

Hello There.

Back-end and Mobile Software Developer at RXO, Inc.

static void AboutMe()
{
  string[] languages = {"C#", "Java", "Python", "C", "SQL"}; 
  string[] devTools  = {"Docker", "Visual Studio", "IntelliJ IDEA", "Google Cloud Platform", "Postman"};
  string[] frameworks = {"React", "React Native", "Django"};
  bool isLearning = true;
  string funFact = "IBM's maintenance manual from 1975 is famous for the line, \"By all means, do not use a hammer.\"";
}

I'm currently working on a number of personal and professional projects, such as:

  • Developing the backend for an onboarding application with Springboot for
  • Developing an app for file encryption that is cross-compatible on mobile devices with C# and Xamarin
  • Assisting in development of popular open-source Minecraft mods and plugins
  • Learning how to develop software in C for embedded systems and microcontrollers
  • Reverse engineering the base JPEG standard in an OOP language such as Java

Pinned

  1. FileEncApp FileEncApp Public

    File Encryption Application, built with Xamarin entirely in C#, designed to be cross-compatible with Android API 28 and below, as well as API 29+.

    C#