Posts

Showing posts from July, 2023

GameOn Website

Image
The popularity of games, especially among children and the Gen Z de  mographic, has soared. There is a rising community of gamers and game developers. This platform acts as a perfect space for passionate game enthusiasts, providing them with an exceptional gaming experience while empowering creators to continue innovating and developing new games. The website stands out by prioritizing a friendly user interface and delivering an optimized user experience. It provides a convenient search functionality for specific games and categorizes them based on ratings and themes, enhancing the overall browsing experience for users. One of the hurdles I faced while creating the website was the lack of resources available to learn about the Laravel framework. However, I managed to overcome this obstacle by seeking help from my experienced seniors who had prior knowledge of working with Laravel. Additionally, I took the initiative to form a coding group with my classmates, allowing us to engage in d...

Ginosa Online Shopping Website

Image
There has been a significant shift in the way people consume fashion. People don't go window shopping from store to store anymore. This website offers a convenient solution, allowing users to access a wide range of fashion and style selections with just a single click. Moreover it connects fashion businesses to reach out more potential buyers. I developed this project during my first semester at university, utilizing HTML, CSS, and JavaScript to create the website. The COVID-19 pandemic made it challenging in the development process, as seeking assistance for guidance from professors became more difficult. To overcome this, I actively relied on YouTube tutorials to deepen my understanding of the project. Additionally, I looked for guidance from assistant lecturers to consult on my work progress and address any challenges I encountered. Link:  https://ganggahenna.000webhostapp.com/index.html

YOLO Object Detection

Image
Object detection plays a significant role in various fields ranging from industrial automation, healthcare and beyond. Through the use of popular libraries such as OpenCV, TensorFlow, YOLO and others, it makes object detection more accessible. Before detection: After detection:                                                    Before detection:  After detection: For this particular project, I apply YOLOv3 and Google Collaboratory to implement code for object detection in images. YOLOv3 is widely used due to its real-time processing capabilities and fast speed. I made this project during my third semester of university, thus I encountered several challenges understanding the complex algorithms. However, through diligent research and joining some free AI courses online, I successfully gain a better understanding of these algorithms. Li...

Starbucks Cashier with Java

Image
Cashier software is an essential tool to help manage businesses easier. It ensures faster services, reduces potential human errors, and provides stock information in real-time. It makes this software highly relevant as it is widely used in restaurants, cafes, and more.   What sets this program apart is that it provides real-time stock information and maintains an organized databasing system for previous successful transactions. During the development process, I encountered several challenges. One significant hurdle was grasping the foreign concept of object-oriented programming. However, I dedicated one to two hours daily to learn and understand the fundamental principles of OOP, including inheritance, encapsulation, and more. I recognize the importance of mastering these concepts, as they form the foundation of coding, thus it drives my motivation to persistently learn and improve.