//Project: Word Count with Parallel Processing
//Project: Weather App
//Project: Chrome Extension for Ensono CEO Project
Description: This Rust program is designed to read a given word document and count the occurrences of the word 'the'.
It utilizes the Rayon library to implement parallel processing, specifically using parallel iterators.
The project was inspired by a LeetCode styled programs and questions.
Description: This Chrome extension optimizes the screen capture process for ExperSolve's (a internal team of Ensono) post-sprint reports.
Created for the CEO challenge, it automates screenshot capture and records which keys were pressed during program navigation, streamlining report creation. The tool significantly speeds up process, ensuring consistency and accuracy.
Tested against traditional methods, it saved on average of 30 second per report.
Description: This program is a live weather app designed using HTML/CSS and JavaScript.
It utilized a weather API so that when the user inputs their location the app calls the API thus giving the user the live weather of that location
//Project: Web Site Development for a Water Utility Company
Description: Hired to completely redesign and revamp their old out dated website and make it new and intuitive.
Crafted a dynamic website using HTML, CSS, and JavaScript. My strategic design approach boosted site traffic by 20%, and proactive maintenance reduced downtime by 15%. This project highlights my ability to seamlessly blend technical expertise with user-centric design for impactful digital transformations.
//Project: Calculator Program
Description: Created a basic calculator app like we all have on our phone that is functional and can perform calculations.
Used simple technologies and languages like JavaScript for the functionality of the app, HTML for the structure, and CSS for the styling.
//Project: To-Do List App
Description: This To-Do List App is a simple task manager built with HTML, CSS, and JavaScript. It allows users to add tasks, mark them as completed or incomplete, and delete tasks. The app utilizes local storage to persist the task list across browser sessions.
Features: Add tasks, mark as completed/incomplete, delete tasks, local storage, and more.