top of page

Projects

IoT Security Prototype 01

Here is a home security IoT prototype I made, that demonstrates:

  • Door opening/closing

  • Distance sensor

  • Light sensor

  • Motion detection.

Programming with Data

•This project shows how to pull data through Python to

track temperature and humidity.

•The data is then analyzed by using Python to create charts and graphs of the collected data.

Exploring Linux

  • In this project, some of the basic Linux functions are covered

Stock Analyzer

  • A project to create a stock analyzer

  • Includes charts, historical data, and a GUI

Networking Essentials

In this networking project, Hyper-V Manager is utilized to emulate a virtual network with virtual machines(VM):

  • VM Computer 1

  • VM Computer 2

  • VM SOHO router

Exercises Covered:

  • IP grep command

  • Assigning IPv4 addresses

  • Testing connectivity using ping

  • Loopbacks and Subnetting

  • Network diagram

  • Wireless security

Cloud Computing

  • A project exploring Azure Cloud Services

  • Creating resource groups, Vnet, VM, action groups, NSG, and more.

SQL Database

  • Creating tables

  • Querying 

Cyber Security:
Securing a Network

  • Configuring security setting and features

  • Vulnerability assessment 

  • Security tools, MFA, firewalls

  • Banner grabbing with Netcat

  • Network monitoring

Traffic Light Controller Device

  • Traffic Light Device that includes:

    • LED Traffic Lights

    • Button – Used to signal pedestrian trying to cross the road

    • Buzzer – Signals a noise to notify pedestrian of safe crossing

    • LCD – Creates a visual for the pedestrian, indicating “Walk” and “Do Not Walk”

    • Emergency Alert indicated by Blue LED

Data Structures and Algorithms

  • Exploring the different data structures

    • Array list​

    • Linked list

    • Binary Search Tree (BST)

  • Testing the different algorithms

  • Implement each algorithm with each data structre

Java GUI Application

  • GUI application created in Java programing language​​

bottom of page