Essays about: "developer tools"

Showing result 11 - 15 of 111 essays containing the words developer tools.

  1. 11. Integrating security into agile software development : A case study on the role of inertia

    University essay from Uppsala universitet/Avdelningen för visuell information och interaktion

    Author : Rasmus Andersson; Carl Edström; [2022]
    Keywords : agile; inertia; cybersecurity; security; change management;

    Abstract : The security directives at Ericsson Group IT have recently been re-worked to apply to modern security requirements. For Ericsson's software development teams developing internal applications, security tools have been implemented into the daily workflow to follow these new directives. READ MORE

  2. 12. An Empirical Study on Software Modeling Curricula

    University essay from Mälardalens universitet/Akademin för innovation, design och teknik

    Author : Redion Lila; Alban Delishi; [2022]
    Keywords : software modeling; software engineering; metamodel; survey; modeling tools; modeling languages;

    Abstract : Background: Software Engineering is a high-demand field constantly changing with new languages, tools, and frameworks. The use of software modeling in Software Engineering is essential for solving complex problems since it helps the developer understand abstraction and develop high-level code. READ MORE

  3. 13. Improving maintenance of CSS through structure and refactoring strategies

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Villiam Rydfalk; [2022]
    Keywords : CSS; Maintainability; Maintenance; Refactoring; Refactoring Strategies; Visual Regression; Dead Code; Refactoring Tools; CSS Structure;

    Abstract : This study assesses how maintainability can be improved by manual and automatic refactoring strategies. Firstly, the structure of the CSS is important and CSS rules should conform to a certain order depending on their purpose. Secondly, dead code makes files unnecessarily large and more difficult to read. READ MORE

  4. 14. Active Learning for Solving Expensive Optimization Problems

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Siwei Fu; [2022]
    Keywords : ;

    Abstract : Many practical engineering and computer science problems can be translated into a global otimization problem where the task is to find the best (optimal) vector 𝒙𝒙∗ that gives the smallest possible function value 𝑓𝑓 = 𝑓𝑓(𝒙𝒙∗) for some function 𝑓𝑓() of interest. Often the function 𝑓𝑓() is expensive in the sense that it cannot be easily evaluated computationally or experimentally in terms of time and/or resources required. READ MORE

  5. 15. Container Orchestration and Performance Optimization for a Microservicesbased Application

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Ali Yousaf; [2022]
    Keywords : Microservicesbased architecture; Monolithic design; Docker; Kubernetes; Mikrotjänstbaserad arkitektur; monolitisk design; Docker; Kubernetes;

    Abstract : Microservices is a new software design concept for developing scalable, loosely coupled services with a smaller codebase than the traditional monolithic approach. The designed microservices can communicate using several protocols, such as Advanced Message Queuing Protocol (AMQP) or HTTP/REST. READ MORE