I am an enthusiastic computer science professional with strong organizational skills and multitasking abilities. I am committed to continuous learning and growth in the tech industry, staying up to date with the latest trends. My career experiences have strengthened my self-motivation and adaptability, allowing me to excel both independently and collaboratively. I am dedicated to constantly developing my personal and professional knowledge in technology and attention to detail to contribute effectively and advance my career.
The message was sent Successfully !!!
This project aims to provide a simple yet effective calorie tracking application, featuring user login and registration to enable secure access to personal data and exploration of the app's functionalities. Key features include the ability to input and delete food calorie entries, with detailed categorization of calories by meal type, including fat, carbs, and protein. Users can also manage their profiles by inputting and updating their information. The app offers both daily and weekly views of calorie consumption and displays a weekly bar chart for visual analysis of calorie intake. Integration with Apache Derby databases ensures robust data storage, while various APIs are utilized to enhance data sources and functionality. This system provides users with a comprehensive tool to manage their dietary intake, supporting healthier lifestyle choices through detailed tracking and clear visualizations.
As part of a university project, I developed a simulation focusing on virus transmission between cellphones based on proximity. Each cellphone operated independently as a thread within the simulation. The objective was to simulate the spread of a virus among cellphones, with infected devices having a limited time to recover before potentially "dying" or disappearing. Once three or more cellphones were infected, one was randomly chosen to visit a repair shop, sequentially, showcasing the dynamics of viral spread and system maintenance. To interact with the simulation, users could launch the .jar file and dynamically add cellphones using the UP arrow key. Pressing the letter "v" initiated the infection process, randomly selecting a cellphone to become contagious. This project not only demonstrated my proficiency in concurrent programming and simulation design but also underscored my ability to model real-world scenarios using computational techniques.
As part of my academic endeavors, I developed a classic Snake game that showcased my proficiency in game programming and algorithmic design. This project utilized a point-based system to establish the snake's movement and position, as well as strategically place apples within the game environment. By implementing effective data structures and algorithms, such as linked lists for the snake's body segments and random positioning for the apples, I ensured an engaging and responsive gameplay experience. This endeavor underscored my capability to combine technical skills with creative game mechanics, contributing to my comprehensive understanding of interactive software development.