Student at Faculty of Organization and Informatics | Interested in Linux and Windows System Management | Have experience in Networking, Project Management, & Troubleshooting (Technical, Network, Hardware)

This one is about me

Discover more about me in the forthcoming content

I am currently a student at the University of Zagreb, enrolled in the Faculty of Organization and Informatics. My studies are complemented by hands-on experience and skills in both Linux and Windows system management. I have experience as a student intern in networking, project management, and troubleshooting, covering technical issues, network configurations, and hardware problems. This combination of academic knowledge and practical experience equips me with a comprehensive skill set for addressing complex challenges in today’s technology-driven environment. I am eager to leverage these capabilities in my future career and continue expanding my expertise in the field.

Slika #1

Explore my educational journey and how it has shaped my development into the professional I am today.

Slika #2

Here is an overview of the skill sets and technologies I am knowledgeable about and continually strive to learn more about each day.

ITIL & ITSM
Understanding of modern organizational operations and the role of IT services, applying ITIL standards effectively. I can comprehend and implement ITIL processes throughout the service lifecycle and am prepared for industry certification in IT service management.
Cloud Technologies
Foundational understanding of cloud technologies, including key concepts, services, and deployment models. I am familiar with the basics of cloud architecture, providers, and how to leverage cloud solutions for various business needs.
Hardware
Solid understanding of both personal computers and servers, including their hardware, operating systems, and configuration. My expertise encompasses troubleshooting, maintenance, and optimizing performance for both types of systems.
HTML & CSS
Understanding of HTML and CSS, including the ability to create and style web pages. This includes knowledge of fundamental HTML elements, CSS properties, and how to use them to structure and design websites.
PHP
Basic understanding of PHP, including the ability to write simple scripts and integrate PHP with HTML to create dynamic web pages. This includes knowledge of fundamental PHP syntax, variables, and basic control structures.
Windows & Linux
Understanding of managing both Windows and Linux systems, including tasks such as installation, configuration, and troubleshooting. This knowledge covers essential commands, system administration practices, and basic scripting for both operating systems.

I hold industry-recognized certifications that demonstrate my expertise and commitment to continuous learning.

My project offers free web and game hosting for users looking to host small projects. Whether you're running a personal website or a small game server, I provide reliable, user-friendly hosting solutions with no cost, helping you bring your ideas to life without the hassle of expensive hosting fees.

User friendly

User-friendly game and web hosting services offer easy-to-use platforms with simple setups and reliable performance, allowing users to host websites or game servers without technical expertise.

Performance

We focus on high performance and low latency, ensuring fast, seamless experiences with minimal delays and optimal efficiency.

Security

Even when free, we prioritize security, ensuring your data is protected with strong safeguards and reliable measures.

For every project

High compatibility ensures that a system or service works seamlessly across different devices, platforms, and environments, providing a smooth user experience regardless of the technology being used.

Web-Hosting
Game Hosting
    
      import { useState } from 'react'
      import { Switch } from '@headlessui/react'

function Example() {'{'} const [enabled, setEnabled] = useState(true) return ( <form action="/notification-settings" method="post"> <Switch checked={enabled} onChange={setEnabled} name="notifications" /> <button>Submit</button> </form> ) }