Essays about: "Golang"

Showing result 6 - 9 of 9 essays containing the word Golang.

  1. 6. Implementing a web-based bookingsystem using Go

    University essay from Luleå tekniska universitet/Institutionen för system- och rymdteknik

    Author : Phi-Long Vu; [2016]
    Keywords : Booking System; Go; Golang; REST; XSS; XSRF;

    Abstract : The project investigated the advantages and disadvantages of Go while abooking system for Tieto was developed. The frameworks and APIs AngularJS,REST, JSON and mongoDB were used during the development of thebooking system. The result was a fully working stand-alone booking systemwith a login functionality. READ MORE

  2. 7. Internet of Things : Definition, applications and comparison of wifi-based communication protocols for implementation of an irrigation system

    University essay from KTH/Maskinkonstruktion (Inst.)

    Author : Emelie Bruse; [2015]
    Keywords : ;

    Abstract : The aim of this thesis work has been to explore the state of the art of the Internet of Things, IoT. Focus has been put on the role of communication protocols, or middleware, that enable communication between node and hub in the IoT architecture. A literature study has been carried out, where the state of the art of the IoT has been studied. READ MORE

  3. 8. Compositional Decompilation using LLVM IR

    University essay from Uppsala universitet/Institutionen för informationsteknologi

    Author : Robin Eklind; [2015]
    Keywords : binary analysis; composition; compositional; control flow analysis; decompilation; decompiler; golang; intermediate representation; LLVM IR; post-processing;

    Abstract : Decompilation or reverse compilation is the process of translating low-level machine-readable code into high-level human-readable code. The problem is non-trivial due to the amount of information lost during compilation, but it can be divided into several smaller problems which may be solved independently. READ MORE

  4. 9. Using the Go Programming Language in Practice

    University essay from Lunds universitet/Institutionen för datavetenskap

    Author : Erik Westrup; Fredrik Pettersson; [2014]
    Keywords : Go; golang; language review; cross-compilation; developer tools; embedded; Technology and Engineering;

    Abstract : When developing software today, we still use old tools and ideas. Maybe it is time to start from scratch and try tools and languages that are more in line with how we actually want to develop software. The Go Programming Language was created at Google by a rather famous trio: Rob Pike, Ken Thompson and Robert Griesemer. READ MORE