Skip to content
View alenchavez-dev's full-sized avatar

Block or report alenchavez-dev

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
alenchavez-dev/README.md

πŸ‘‹ Hi, I'm Alen Chavez

πŸ’» Aspiring Cloud Engineer & Python Developer
πŸŽ“ B.S. in Computer Information Systems β€” Arizona State University
☁️ Azure Certified (AZ-900, AI-900) | πŸ›‘οΈ CompTIA Security+ Certified | πŸ“‘ Currently studying for CompTIA Network+
πŸ”Έ Passionate about Cloud, IT, SQL, and building clean, practical projects.


🧰 Tech Stack & Skills

  • 🐍 Python (OOP, CLI, SQLite)
  • 🌐 HTML, CSS, JavaScript (Front-End Web Projects)
  • 🧠 SQL & SQLite
  • ☁️ Microsoft Azure (Fundamentals & AI Fundamentals)
  • 🧰 Git, GitHub, VS Code, IntelliJ IDEA

🌟 Featured Projects

Project Description Tech
Python SQL Banking App Secure PIN hashing, SQLite storage, CSV transaction audit Python, SQLite
Employee Management System (SQL Edition) CLI CRUD app for managing employees & managers Python, SQLite
Course Management System (SQL Edition) Education data manager with persistent storage Python, SQLite
Multi-Function Calculator Frontend calculator with clean UI HTML, CSS, JavaScript

πŸ‘‰ Check out more of my projects on my GitHub Repositories


🧠 Interests & Hobbies

☁️ Cloud Technologies β€’ 🧠 Cybersecurity β€’ πŸ—οΈ Semiconductor Manufacturing β€’ πŸ’» Web Development β€’ πŸŽ₯ Real Estate Content Creation β€’ πŸ‹οΈ Fitness


🌐 Connect With Me

LinkedIn


⚑ Fun Fact

β€œBuild, learn, ship β€” repeat.” ⚑


⭐️ Thanks for visiting my profile! Feel free to explore my repositories or connect with me.

Pinned Loading

  1. course-management-system course-management-system Public

    A fully interactive Python console application for managing courses, grading categories, students, and scores. Built with object-oriented programming and robust input validation.

    Python

  2. python-sql-banking-app python-sql-banking-app Public

    A simple console-based banking application built with Python. Features secure PIN hashing, checking/savings transactions, CSV logging, and basic account statistics.

    Python

  3. employee-management-system employee-management-system Public

    Python console app modeling Employees and Managers (inheritance + composition) with zero-padded IDs and left-aligned console output.

    Python