<Oltion>

As an aspiring software developer, I am passionate about the world of technology and the endless possibilities it offers

OT
oltion.tech
package aboutme;
import ...
/*
  Every line of code I write feels like a step toward solving real-world problems and creating impactful solutions.
  I am committed to constantly improving my skills, whether through hands-on practice, collaborating with others, or tackling new challenges.
*/
@Service
public class DeveloperService {
   public Developer getDeveloper() {
      Developer oltion = new Developer();
      oltion.currentLocation = "Graz, Austria";
      oltion.contactInfo = new String[] { @gmail", "LinkedIn", "GitHub" };
      oltion.resume = "omcv.pdf";
      oltion.interests = new String[] { "tech", "cooking", "jogging" };
      oltion.education = "BA Geschichte - Uni Graz", "Java Developer - WIFI";
      oltion.skills = new String[] { "Java", "Spring", "HTML", "CSS", "JS" "SQL" };

     return oltion;
   }
}

Projects

Kochrezepte.app

A simple and user-friendly platform that offers a collection of easy-to-follow recipes, categorized by cuisine, ingredients, or dietary preferences, to inspire home cooking.

JavaHTML5CSS3JavaScriptSpringBootMySQLPostman ChatGPTGIMPIntelliJ IDEA

WasKaufen

A very simple Android app for shopping lists which helps users easily create, organize, and manage their shopping items, ensuring an efficient and hassle-free shopping experience.

JavaXMLAndroid StudioSQLiteGemini AIGIMP

simpleTasks

A simple To-Do app that helps users manage their daily tasks efficiently by allowing them to create, organize, and track tasks with ease

JavaXMLAndroid StudioSQLiteGemini AIGIMP

oltion.tech

My portfolio website showcases my journey as an aspiring developer, featuring my skills, projects, and achievements while reflecting my passion for crafting innovative and impactful solutions.

HTML5CSS3ChatGPTGIMPIntelliJ IDEA

</Oltion>