Nikolaj Johannes Skole JensenGo — structs (basics)Go’s structs are used to describe certain pieces of data or relationships or functionality on data contained within that struct.Jul 24, 2022Jul 24, 2022
Nikolaj Johannes Skole JensenGo — pointers (basics)When discussing a pointer in CS (Computer Science), you usually talk about them being a construct that points to a given value by holding…Jun 25, 2022Jun 25, 2022
Nikolaj Johannes Skole JensenGo — Functions (Basics)Functions are as important as in most programming languages. The first function you encounter when writing your first go project, is the…May 19, 2022May 19, 2022
Nikolaj Johannes Skole JensenGo — Range (BasicsGo has an almost Python like function: Range. Range is used to iterate over elements in a lot of different Go data structures.May 2, 2022May 2, 2022
Nikolaj Johannes Skole JensenGO — MapsGO’s version of other languages’: Hash, Dict, are called Maps.Apr 28, 20221Apr 28, 20221
Nikolaj Johannes Skole JensenGo — SlicesSlices are very much similar to Arrays in GO, but provides a much more powerful, and easier interface than arrays do. One of the main…Jan 30, 2022Jan 30, 2022
Nikolaj Johannes Skole JensenGo — ArraysIn GO an array is a sequence of elements defined by a specific length. This is unlike other high-level programming languages like…Jan 22, 2022Jan 22, 2022
Nikolaj Johannes Skole JensenGo — If/Else, Switch, and For loopLogic checks in GO can be performed in several different ways, two of these are: If/Else statements, and Switches. Both of these I will…Jan 22, 2022Jan 22, 2022
Nikolaj Johannes Skole JensenGo — Values, Variables, and ConstantsGo has several different value types, these are:Nov 21, 2021Nov 21, 2021
Nikolaj Johannes Skole JensenReview of London App Brewery’s Flutter CourseThis day's article is, as you read in the title, a review of London App Brewery’s Flutter Course, which I’m currently taking and enjoying!Nov 1, 2019Nov 1, 2019