Essays about: "Git"

Showing result 26 - 30 of 57 essays containing the word Git.

  1. 26. GitHub Visualizations and their Usefulness for GitHub Users

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

    Author : Daniel Sahlin; Christian Stjernberg; [2020]
    Keywords : ;

    Abstract : The most popular versioning system is undoubtedly Git, for which GitHub with its 40 million users provides a central location at which Git repositories can be discovered and contributed to. With all of the metadata that Git repositories contain, GitHub also holds a significant amount of data in its 44 million repositories which can be accessed freely with the GitHub API. READ MORE

  2. 27. Improving Software Testing in an Agile Environment

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

    Author : Jérôme de Chauveron; [2020]
    Keywords : ;

    Abstract : Software development has evolved at an ever-increasing pace over the past years, one of the forces behind this acceleration is the move from on-premise application to cloud- based software: Software as a service (SaaS). Cloud computing has changed the way applications are deployed used and tested. READ MORE

  3. 28. Modelling Rust’s Reference Ownership Analysis Declaratively in Datalog

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Amanda Stjerna; [2020]
    Keywords : ;

    Abstract : Rust is a modern systems programming language that offers improved memory safety over traditional languages like C or C++ as well as automatic memory management without introducing garbage collection. In particular, it guarantees that well-typed programs are free from data-races caused by memory-aliasing, use-after-frees, and accesses to deinitialised or uninitialised memory. READ MORE

  4. 29. Reviewing Code Review : Defining and developing High-level ConceptualCode Review at a financial technology company

    University essay from KTH/Lärande

    Author : Andreas Olausson; Stefanus Louca; [2020]
    Keywords : Modern code review; MCR; high-level conceptual code review; HCCR; code review; Modern kodgranskning; MCR; högnivå konceptuell kodgranskning; HCCR; kodgranskning;

    Abstract : Code review is a recurring activity at software companies where the source code, orparts of it, undergoes an inspection where the aim is to detect possible errors beforethe code is released for production. A variation of code review that is common today iscalled modern code review and is more lightweight practise than formal code review. READ MORE

  5. 30. Learning Git Through Serious Educational Game

    University essay from Malmö universitet/Fakulteten för teknik och samhälle (TS)

    Author : Awni Hamadeh; [2020]
    Keywords : git; version control system; tutorial; design science research; interactivity;

    Abstract : Git is a distributed version control system that tracks changes to a project overtime and is used to save these changes. Today it is being used by millions of people and is becoming a demand on the job market. For this reason it has become important to learn the version control system. READ MORE