National Repository of Grey Literature 126 records found  beginprevious31 - 40nextend  jump to record: Search took 0.01 seconds. 
IT Governance Quality Metrics
Marcin, Juraj ; Květoňová, Šárka (referee) ; Rychlý, Marek (advisor)
This thesis deals with metrics of IT management. The main goal of the thesis is to design a web application for assessing the quality of IT service management. The resulting application will determine the aforementioned quality based on the specified criteria and values. In the first part of the thesis, there are elaborated current methodologies, which are focused on quality assessment of IT administration and management. These methodologies also include metrics to assess this quality. In the third chapter, the quality assessment process is processed using the IT Quality Index. The fourth and fifth chapter describes the design and implementation of the web application itself. Validation of application results is processed in the fifth chapter. The created application is deployed on the server and used to assess IT quality. In the last chapter of this work is described practical use of work results and possible extensions of the web application.
A Sales Registration System in the Laravel Framework
Gabonay, Michal ; Burget, Radek (referee) ; Rychlý, Marek (advisor)
In Czech Republic, the new law about electronic revenue registration came into the force from the 1st of January 2017 . According to this law, each company has to register every revenue in the Czech Republic's Financial Office and add on the FIK code, the proof of payment which is returned every time from the Financial Office. This paper describes how to create a system for managing companies and employees, electronic revenue records, viewing revenue history, filtering, comparing, remarking, and other operations. This is a web app designed for small business owners who do not need complex charging systems.
Analyzer of Web Application Optimization and Security
Štrbák, Boris ; Polčák, Libor (referee) ; Bednář, Martin (advisor)
The goal of this project was to create a web application that would automate the regular analysis of individual pages of the site and present obtained information to the user. Final product is a Single-Page application (SPA) created using JavaScript framework Vue.js with the Vuetify library. The server part, which contains REST API and scanning and analysis processes, is implemented in the PHP framework Laravel. Both parts are designed to run in a containerized environment. Docker is used for this purpose. The first part of the thesis describes the issues of site optimization, security and SEO. The mentioned findings were then used in the implementation itself.
Platform for Cryptocurrency Address Collection
Bambuch, Vladislav ; Pluskal, Jan (referee) ; Veselý, Vladimír (advisor)
Cílem této práce je vytvořit platformu pro sběr a zobrazování metadat o kryptoměnových adresách z veřejného i temného webu. K dosažení tohoto cíle jsem použil technologie zpracování webu napsané v PHP. Komplikace doprovázející automatické zpracování webových stránek byly vyřešeny techonologí Apache Kafka a jejími schopnosti škálování procesů. Modularita platformy byla dosažena pomocí architektury microservices a Docker containerization. Práce umožňuje jedinečný způsob, jak hledat potenciální kriminální aktivity, které se odehrály mimo rámec blockchain, pomocí webové aplikace pro správu platformy a vyhledávání v extrahovaných datech. Vytvořená platforma zjednodušuje přidávání nových, na sobě nezávislých modulů, kde Apache Kafka zprostředkovává komunikaci mezi nimi. Výsledek této práce může být použit pro detekci a prevenci kybernetické kriminality. Uživatelé tohoto systému mohou být orgány činné v trestním řízení nebo ostatní činitelé a uživatelé, zajímající se o reputaci a kreditibilitu kryptoměnových adres.
Information System for Registration and Management of Corporate Orders
Paľko, Matúš ; Janoušek, Vladimír (referee) ; Kočí, Radek (advisor)
This thesis aims to design and implement an information system for the company SGS Zvolen s.r.o., according to customer requirements. It's used to register and manage information about the workflow of corporate orders. It takes the form of a web application developed on the Laravel framework connected to a MySQL relational database. The thesis also deals with user interface design and communication with the customer regarding the design of the system. Only a part of this extensive system was created, which was tested by the customer.
The Ultimate Arcade Suitcase
Erlich, Lukáš ; Kapinus, Michal (referee) ; Herout, Adam (advisor)
The aim of this work is to create an entertaining case (hardware and software) designed for various occasions such as weddings, celebrations, team building events and others. Its task is to run retro arcade games and also acts as a jukebox to play mp3 songs. The core of the case consists of a Raspberry Pi and audio-visual and control peripherals connected to it. Console and jukebox software is downloaded from GitHub open-source projects RetroPie and FruitBox. A simple graphical user interface is created over the operating system and the user is also allowed to manage the case remotely by using a web manager made in the Laravel framework. I created a complex system of applications, combining with OS and hardware components. The work shows the use of simple computers in more complex systems, their capabilities and techniques of cooling. The case designed in this work is fully functional.
Mobile application for dysarthria assessment utilising the Test 3F
Grenčík, Dominik ; Mucha, Ján (referee) ; Mekyska, Jiří (advisor)
Speech dysarthria is a impaired communication ability, a motor disorder affecting basic modal aspects of speech. In the Czech Republic, Test 3F, developed in the current clinical speech therapy, is used in diagnostics in both text and electronic form, consisting of 45 execution tasks. Currently, the trend of using mobile applications is expanding in various areas of life, which speed up and streamline human communication and work. The aim of this work is to create a simple but high-quality and reliable mobile application of Test 3F as a diagnostic tool for the examination of speech dysarthria in an effort to help clinical speech therapy in simplifying the diagnosis of this disorder. Mobile application is programmed using several programming languages: Backend is programmed in PHP using the Laravel framework. Frontend is programmed in JavaScript using the React library and the Material UI component library.
System for the Management of Obligations Under the GDPR Regulation
Bojnanský, Matej ; Rychlý, Marek (referee) ; Očenášek, Pavel (advisor)
The aim of this work is to create a web application to manage the obligations of companies to GDPR regulations. The system consists of two parts. The first part is a company that uses software services and the second part is a company that provides legal action with regard to GDPR. The following technologies were used to create the application: PHP, Laravel, HTML, Bootstrap, CSS, HTML, MySQL, JavaScript, Apache.
Soccer Team Information System
Vaško, Michal ; Musil, Martin (referee) ; Nosko, Svetozár (advisor)
The goal of this bachelor thesis is to create information system. Thesis is focused on users and their interaction with system. Manager of the team has rights to create injury, fine or trainings. Players are allowerd to join the trainings. System contains detail statistics about players and information about team positions in the league table. After match you are allowed to check team squad and the player's statistics from the match. PHP framework version 5.7 and MySQL database were used for the development of the system.
PHP web application for penetration testing of the PrestaShop system
Richter, Dominik ; Člupek, Vlastimil (referee) ; Slunský, Tomáš (advisor)
This diploma thesis is focused on the development of an application in PHP program- ming language for penetration testing of web other applications using PrestaShop sys- tem. Similar to PrestaShop, other platforms mediating the implementation of online stores are a very exposed point of contact with customers. Therefore, they are also the target of many cyber-attacks against which they need to be protected. In the theoret- ical part of the thesis, the reader is introduced to PHP, MySQL or Laravel framework technologies and MVC web application architecture including REST API. Furthermore, the PrestaShop system and the penetration testing methodology are described in detail. In the practical part of the thesis, the development and testing environment is intro- duced and the PrestaCure web application with implemented penetration testing suite is described. The results of the thesis show the full functionality and usability of the implemented application in practice also with respect to the simplicity and modularity of adding additional penetration tests.

National Repository of Grey Literature : 126 records found   beginprevious31 - 40nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.