Národní úložiště šedé literatury Nalezeno 562 záznamů.  1 - 10dalšíkonec  přejít na záznam: Hledání trvalo 0.02 vteřin. 
Developing Modular Information System with Domain-Driven Design
Škrášek, Michael ; Rychlý, Marek (oponent) ; Burget, Radek (vedoucí práce)
This thesis deals with monolithic architectures and Domain-Driven Design (DDD) and its combination in the development of modular information systems. It provides comprehensive overview of Domain-Driven Design principles and various monolithic architectures, including Clean Architecture and Modular Monolith architecture. It then demonstrates the use of these patterns and architectures on a demonstration application. The thesis offers insights into the development of information systems using popular approaches such as CQRS, Clean Architecture, Domain-Driven Design, Modular Monolith architecture, and more.
Information System of the Mensa Organization
Madunický, Andrej ; Rychlý, Marek (oponent) ; Bartík, Vladimír (vedoucí práce)
This bachelor’s thesis aims to design an information system for the organization Mensa Slovakia, whose current information system is insufficient for its needs. The proposed information system aims to simplify work for the organization's management, groups within the~organisation, and other users. This thesis analyzes the organization's requirements, focuses on system design, and summarizes user testing of the system. The information system was designed in PHP, with the front end designed in HTML using the template engine Twig and the CSS framework Tailwind CSS. The database was implemented using the relational database system MySQL. The main outcome of the work is a functional prototype of~the~information system for the organization Mensa Slovakia.
Systém pro vykazování zdravotní péče
Plachý, Dominik ; Rychlý, Marek (oponent) ; Bartík, Vladimír (vedoucí práce)
Vykazování zdravotní péče slouží k dokládání provedených zdravotních výkonů zdravotním pojišťovnám. Zdravotní pojišťovny z těchto výkazů jednotlivé provedené výkony ohodnocují a proplácejí. Pro úspěšné vykázání zdravotní péče musí systém vést evidenci provedených návštěv pacientů, vykonaných výkonů v rámci těchto návštěv a cest, které zdravotník musel podstoupit, aby se k pacientovi dostal. Cílem této práce je vytvořit část webového informačního systému, která bude umožňovat vybrat provedené výkony a cesty, zkontrolovat možné konflikty mezi nimi, případně umožnit opravu a nakonec vygenerovat speciální soubory KDAVKA a FDAVKA, které v sobě obsahují všechna vykazovaná data, musejí striktně dodržovat formát definovaný Veřejnou zdravotní pojišťovnou České republiky a jsou bez dalších úprav připraveny na odeslání zdravotní pojišťovně. Dále musí systém umožňovat správu vykázaných výkonů a cest pro případ, že je pojišťovna odmítne vyúčtovat. Všechna vytvořená vyúčtování musejí být také v systému dohledatelná s možností nahlédnutí do jejich částí.
Remote Distributed Software Deployment in NixOS Systems
Križan, Marek ; Burget, Radek (oponent) ; Rychlý, Marek (vedoucí práce)
This thesis aims to describe the design, implementation, and testing of a server application compatible with the Cachix open-source client. The main focus of this application is to provide a way to remotely distribute and deploy software packages in NixOS systems. This thesis contains not only a description of this server application, but also a brief introduction to the purely functional package manager Nix, Linux distribution NixOS, and the currently popular solutions to the remote distributed software deployment in NixOS systems.
Využití velkých předtrénovaných jazykových modelů pro konfiguraci a podporu klinického informačního systému
Sova, Michal ; Burget, Radek (oponent) ; Rychlý, Marek (vedoucí práce)
Cílem této práce je seznámení se s podstatou a možným použitím velkých předtrénovaných jazykových modelů, seznámení se s možnostmi konfigurace klinického informačního systému FONS Enterprise a možnost jeho adaptace na konkrétní prostředí zákazníků. Práce nejprve představuje velké předtrénované jazykové modely a informační systém FONS Enterprise. Následně se zaměřuje na možnosti dotrénování modelů a implementaci metody RAG na datech z klinického systému. Implementace RAG architektury je realizována pomocí nástroje LangChain a LlamaIndex. Výsledky ukazují, že metoda RAG s modelem Gemma a embedding modelem bge-m3 poskytuje nejrelevantnější odpovědi, ale má potíže s porozuměním složitějších otázek. Metoda dotrénování modelu nepřináší očekávané výsledky, a to ani po úpravách parametrů trénování.
Clod Computing System for Real-time Data Processing
Nosková, Daša ; Jeřábek, Kamil (oponent) ; Rychlý, Marek (vedoucí práce)
This thesis focuses on designing a system for processing a large stream of geo-localized temporal data in real-time. The theoretical part addresses concepts and tools for real-time data processing and characteristics of real-time systems. The thesis introduces the design and architecture of a scalable system that utilizes message queues. Furthermore, the main concepts of implementation of the proposed system are outlined, using technologies emphasizing fast response times. As part of the work, a scalable system capable of processing a large data stream was developed.
Censorship on the Internet
Postolka, Jáchym ; Rychlý, Marek (oponent) ; Očenášek, Pavel (vedoucí práce)
Internet censorship is a very relevant topic in modern society. Increasingly, the internet is being used to control access to information and to monitor its users. The goal of this thesis is to document the methods of censorship in the United Arab Emirates and the reasons why the internet is censored in this country. Additionally, it aims to explore the impacts of this censorship in terms of user access to the internet, how internet censorship restricts access to free information, and how it is used as a tool of repression. Part of this thesis involves designing and implementing a tool to detect the presence of censorship and how the internet is censored. This tool is composed of several tests, each focused on testing a different method of censorship. By modifying the inputs, this tool can be used to test censorship in countries other than the United Arab Emirates. The tool was unable to detect any signs of censorship because it was run on a virtual private server, which due to its location within the network, bypassed the censorship measures of internet service providers, who are the primary means of censorship within this country. To test its functionality as a tool for detection and analysis of censorship in the United Arab Emirates, it would require user level access to the internet within the country.
Chat Bot Applications in CI/CD Processes
Gasta, Evžen ; Očenášek, Pavel (oponent) ; Rychlý, Marek (vedoucí práce)
This Master's thesis focuses on optimizing the precious time of Container Verification Pipeline (CVP) team members in Red Hat by integrating chatbot into their day-to-day DevOps workflows. The goal of this thesis is to lower the time required to execute various tasks and, thanks to that, save human resources. For the development of this chatbot, an AI service from Google was used, that allows the user to create an AI agent with ease. The chatbot is split into two parts (due to security and accessibility) and uses Request/Response architecture. In the end, tasks will be evaluated and compared to the current execution of tasks.
Assistance in Creating Medical Reports using Large Pretrained Language Models
Pricl, Patrik ; Burget, Radek (oponent) ; Rychlý, Marek (vedoucí práce)
The thesis consider with the use of pre-trained language models for summarizing medical documentation in the form of dismissal reports.
Cenzura na Internetu
Kyjovský, Dalibor ; Rychlý, Marek (oponent) ; Očenášek, Pavel (vedoucí práce)
Cenzura na internetu je významným a aktuálním tématem, které ovlivňuje svobodu projevu a přístup k informacím. Tato bakalářská práce se zaměřuje na analýzu internetové cenzury s důrazem na technické aspekty na příkladu Běloruska. Úvodní část práce se zabývá kontextem internetové cenzury ve světě a zdůrazňuje důležitost svobody na internetu. Následně je provedena podrobná analýza cenzorských prostředků v Bělorusku, včetně technických detailů a možností detekce. Práce zkoumá také nástroje, které umožňují uživatelům obcházet internetovou cenzuru. Hlavním výstupem práce je navržená a implementovaná aplikace pro analýzu internetového prostředí v Bělorusku, která umožňuje identifikovat cenzorské mechanismy a poskytuje data pro další výzkum. Získané výsledky podporují lepší porozumění problematice internetové cenzury a nabízejí možnosti pro další monitorování a vývoj této aplikace.

Národní úložiště šedé literatury : Nalezeno 562 záznamů.   1 - 10dalšíkonec  přejít na záznam:
Viz též: podobná jména autorů
1 Rychlý, Martin
2 Rychlý, Matěj
Chcete být upozorněni, pokud se objeví nové záznamy odpovídající tomuto dotazu?
Přihlásit se k odběru RSS.