Student at Faculty of Organization and Informatics | Interested in Linux and Windows System Management | Have experience in Networking, Project Management, & Troubleshooting (Technical, Network, Hardware)
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.
Explore my educational journey and how it has shaped my development into the professional I am today.
Graduated from Elektrotehnička i ekonomska škola Nova Gradiška as Computer Technician
Applied to Faculty of Organization and Informatics
Student work at Informatički servis Vuković
Graduated at Faculty of Organization and Informatics as bacc.inf.
Full-time System Technician at Integra Group
Here is an overview of the skill sets and technologies I am knowledgeable about and continually strive to learn more about each day.
I hold industry-recognized certifications that demonstrate my expertise and commitment to continuous learning.
Advanced Server Administration
Networking Fundamentals
IT Essentials
Cybersecurity & Penetration Testing
Cybersecurity Professional
Web Hosting Management
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.
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>
)
}