DeVante.
devantefrederick@msn.com
LinkedIn
Github Repositories
profile picture

Hi there, my name is

DeVante Frederick.

I'm a |

Education

Bachelors of Science Computer Science

Senior Term GPA: 3.2

Relevant Coursework

  • Algorithms for Modern Computing Systems
  • Discrete and Data Structures
  • Modern Networking Concepts
  • Algorithms and Complexity
  • Computer Security
  • Web Applications
  • Interest

    Various activities I enjoy outside of my work are sports, music, games and working out. I've played in jazz bands, Orchestras, and athletic teams during my time in college. In these groups I was a section leader, and team captain. The experience has taught me valuable lessons on being a good leader and teammate.

    mongodb logo
    css logo
    github logozenhub logointellij logog

    Experience/Skills

    I have a wide range of experience working with front and back-end technologies. my interest lie within the web application stack which most of my time has recently been spent. I can quickly adapt to new technology from having strong fundamentals in computer science concepts such as algorithms and datastructures.


    Coding Practices

    When developing software I like to follow test driven development(tdd) practices. My software quality, and error detection improves drastically when following this method. For example I debugged a stenography encoder using tdd. Some testing frameworks I'm familiar with are CUnit, ScalaTest, Selenium, and Jest.


    Personal Ethics

    I'm someone who's people oriented and considers the best interest of my colleagues. I enjoy learning from my peers who have better skills than I, as well as helping those who seek the assistance. I'm always actively thinking and consciously considering the decisions I make. I'm a self starter who's seeks new challenges outside of my comfort zone and not afraid of ambiguity. Overall I strive to produce high quality software and assure to leave a positive impact on those around me.

    Projects and Features

    Web ApplicationGameWebsiteAdditional Projects
    webappwebappwebapp

    Fake news AI classifier

    Description: A 3-way Artificial intelligence program designed to classify a source as Fake, True or satire news based on images and its corresponding text.

    Mask Detector

    Description: A System designed to detect if a person is wearing a mask. This was done Using the L4R5ZI Nucleo and multiple external peripherals such as IR sensors and a sound transducer.

    Custom HTTP server

    Description: A custom build server made from a TCP socket in python capable of handling incoming HTTP request. A list of implemented features are session cookies, authentication cookies, web sockets, upload multimedia, serving multimedia and creating user accounts.

    PS5 web scraper

    Description: A python script I created to get a Playstation 5 console. This script monitored the consoles availability on various websites. When stock was detected, it notified all emails on file with a link to the checked website.

    Transfer Protocols

    Description: A program that simulated the transfer of packets. I learned and codded different transfer protocols such as rdt 3.0, Go-Back-N, Selective repeat and my own custom protocol.

    Buffer Overflow

    Description: A program that exploits the buffer overflow vulnerability from not having a non-executable stack. To practice how the vulnerability can be exploited by malicious actors, I created a reverse shell on the "victims" machine.

    This is a web application I created with a team. I led the project and had the primary responsibilities of handling the back-end frameworks and database. This web application allowed users to create personal accounts, modify accounts, upload multimedia, download mulitimedia and chat with other signed in users. I implemented basic security using session tokens and authorization tokens. I validated user input by using methods such as escaping HTML and using prepared statements for database queries. Personal data such as passwords and emails are hashed with additional salt before stored in the database. Overall the project was successful in its functionality and operated as intended. improvements to consider for this project would be using a front-end framework and implementing web sockets for direct messaging. For more on this project a link to the GitHub repo can be found below.

    Go to repository