I'm excited to share my passion for coding with you as I embark on this new learning path.
Pokemon Battle Game Project
Code First Girls
Challenge
The challenge was to develop an engaging and interactive Python game called Pokemon Battle as part of a team project at Code First Girls. The goal was to create a game that demonstrated programming proficiency and provided an enjoyable user experience with visually appealing elements.

Action
Collaborative Development: We leveraged each team member's unique skills and expertise to create the game.
Visual Enhancement:
Incorporated visually stunning designs and ASCII art
Implemented ANSI color codes to elevate the game's aesthetics
Strategically placed ASCII art throughout the game
Utilized Unicode characters to enhance in-game text
Game Design and Implementation:
Integrated PokeAPI for seamless interaction with external APIs
Crafted engaging user experiences with input functions
Introduced randomization for surprise elements
Implemented conditional statements for decision-making
Employed loops for game rounds and iterative processes
Utilized f-strings for efficient string formatting
Incorporated external libraries like requests and term color
User Experience Improvements:
Implemented error handling for a smooth user experience
Suggested and incorporated rounds for improved gameplay
Developed a score-tracking system
Ensured transparent and easily accessible game rules
Results
Enhanced Visual Appeal: The game boasts a stylish presentation with color-coded information, delightful ASCII art, and playful Unicode characters, creating an immersive and interactive experience.
Engaging Gameplay: Players can choose their Pokémon and enjoy an element of surprise with randomized round determinations, adding depth and replayability to the game.
Robust Functionality: The game showcases proficiency in various programming concepts, including API integration, user interaction, randomization, conditional statements, loops, string formatting, and error handling.
Smooth User Experience: Reliable error-handling measures ensure minimal player disruptions and frustrations.
Competitive Edge: The implemented score-tracking system adds a layer of competitiveness and replayability to the game.
Fair and Enjoyable Gaming: Clear communication of game rules fosters a fair and enjoyable gaming experience for all players.
Successful Teamwork: The project demonstrated effective collaboration, with each team member contributing unique skills to create a comprehensive and polished game.
A24 Film Database Project SQL
Code First Girls
This project involved creating a comprehensive database for A24 films, encompassing various aspects of movie production, distribution, and reception. It was a practical application of database management skills and a journey of continuous learning in SQL and data handling techniques.
Project Progress
Data Collection and Analysis
Gathered comprehensive information about released A24 movies
Analyzed data to determine appropriate table structures
Database Design and Implementation
Created seven interconnected tables with primary and foreign key relationships
Implemented constraints to ensure data integrity
SQL Skill Enhancement
Developed specific queries for data retrieval and analysis
Created automated procedures and functions for efficient data management
Designed views for easier access to complex data sets
Visualization and Reporting
Exported data to JSON format
Created visualizations in Tableau for data presentation
Challenges & Solutions
Challenge: Ensuring data consistency across multiple tables
Solution: Implemented rigorous primary and foreign key constraints and created triggers for data validationChallenge: Optimizing complex queries for large datasets
Solution: Utilized indexing and query optimization techniques, including the effective use of subqueries and joinsChallenge: Automating routine data management tasks
Solution: Developed stored procedures and scheduled events for regular data updates and maintenance