top of page

Skills

Programming Languages:

  • Java

  • C++

  • C

  • Python

  • HTML

  • CSS

  • JavaScript

  • mip

Content Editing:

  • Microsoft Office Suite

  • Google Suite

  • Adobe Premiere

  • Blender

  • Unreal Engine 5

  • Photoshop

College Courses:

  • Calculus II&III

  • Data Structures

  • Programming Abstractions 

  • Systems Fundamentals

  • Intro to Theory of Computation

  • Computer Networks

  • Fundamental of Software Development

Projects

FakeStackOverflow

designed and built a faux StackOverflow platform utilizing a technology stack comprising React, JavaScript, CSS, HTML, Express, and MongoDB. The website mirrors StackOverflow's functionality, featuring a user authentication system that mandates visitors to log in, sign up, or explore the site as guests prior to accessing the home page. Authenticated users can interact with the platform by clicking on individual questions to view detailed information, post new questions, and provide answers. The questions are organized by tags, allowing users to search based on either text or specific tags. Additionally, I incorporated a functionality enabling users to create hyperlinks using the format [text](hyperlink(must start https:// or http://)) 

image.png

ICMP Ping Tool

Build a ping tool in python which user provides a DNS or any ip address and send packets from client. The ping tool will print out each packet and its latency, after the ping tool

termine it would also return the minimum, average and maximum time of round trip.

Dynamic Memory Allocator

Implementing functions of the dynamic memory allocator in C, such as: malloc(), free(), realloc() and memalign().

bottom of page