me@michellealzoladesign.com

Mon - Fri: 8AM - 5PM MDT

Showing: 1 - 10 of 14 RESULTS

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, …

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 …

Java Short Project: Skateboard Designer

Introduction Skateboarding is an exciting sport that requires good equipment for an enjoyable experience. Skateboard Designer is a JavaFX application designed to help users select skateboard parts and compute the cost. This article will discuss the critical parts of the code that make this application work. About the Code The …

Java Short Project: Dormitory and Meal Plan Calculator

Introduction The DormMealPlanCalculator is a JavaFX project that allows students to select a dormitory and meal plan to calculate their total charges. The project uses JavaFX properties, ComboBoxes, and bindings to achieve its functionality. About the Code Firstly, the program creates JavaFX properties to hold the selected dormitory, meal plan, …