me@michellealzoladesign.com

Mon - Fri: 8AM - 5PM MDT

Showing: 1 - 10 of 38 RESULTS

Graphics

See all of them on my online shops: TheHungryJpeg: Michelle Alzola|115 Design Products | TheHungryJPEG Creative Fabrica: Michelle Alzola, Designer at Creative Fabrica Etsy: ElleCreatesArt – Etsy Canada And on my Behance Portfolio: https://www.behance.net/michellealzola

Building a Real-Time Factory Process Monitoring System Using Python, Tkinter, SQLite, and Data Visualization

Introduction Manufacturing processes generate large volumes of data from different stages and components, which require effective monitoring and analysis. In this article, we’ll explore how to build a real-time factory process monitoring system using Python, Tkinter, SQLite, and data visualization libraries. Our solution will demonstrate how to handle large datasets, …

Wind Turbine Performance Monitoring Dashboard

Problem Description In a wind farm, it’s essential to monitor each turbine’s performance to ensure maximum energy production. The dashboard should display real-time operational data like wind speed, power output, and performance trend. This helps operators identify underperforming turbines and optimize overall performance. Important Elements to Display

Employee Records

Introduction This Desktop Application features adding new employees and retrieving their records by selecting the employee name from a list box which is dynamically updated every time a new employee is added. See my Codes michellealzola/Alzola-Advertising-Inc-Employee-Records: A Desktop Application developed with C# and .NET (github.com) See the Desktop App in …

Micola Cafe Desktop Application

Introduction Micola Cafe is a desktop app that enables users to choose their preferred coffee, view the available quantity, calculate the total cost of the order, and proceed with payment. See the App in Action See my Codes michellealzola/Micola-Cafe-Desktop-Application: A Desktop Application for Micola Cafe. Developed with C# and .NET. …

Joe’s Automotive Shop Desktop App

Introduction This is a form-based application called “Joe’s Automotive.” This application calculates charges for different types of automotive services. The form contains checkboxes for various services like oil changes, lube jobs, radiator flush, etc., and text boxes for entering the parts and labor costs. The form also has several output …

Simple Travel Booking System

Introduction The Travel Booking System is a simple desktop application that allows users to calculate the total cost of a trip based on their destination, the number of guests, the number of nights they will be staying, and whether they want to rent a car. Developed using C# programming language …

Stadium Seating Revenue Calculator

Introduction The program is implemented in C# and includes a graphical user interface (GUI) created with Windows Forms. Its main objective is to calculate the revenue generated from selling tickets for different seating classes in a stadium. The problem has been sourced from the book “Starting out with Visual C#, …

Bolts and Nuts Inventory Management System

Introduction Inventory management is a crucial aspect of any business that involves selling physical products. It involves the management of stock levels, tracking of products, and ensuring that there is enough inventory to meet customer demand. Without proper inventory management, businesses may experience stockouts, overstocking, and other issues that can …

Java Short Project: Books Shopping Cart System

Introduction Shopping cart systems are a fundamental feature of any e-commerce platform. They allow customers to add items to their cart and proceed to checkout to purchase those items. Our shopping cart system will allow users to add and remove items from their cart, view the total price of all …