This guide is an exploration of the Go programming language version 1.6. It begins by explaining to the user about the Go programming language so that they can learn the purposes for which it can be used, as well as where it originated from. Go 1.6 supports a feature known as concurrent programming in which several tasks can be carried out simultaneously. This book guides you on how to fetch URLs concurrently in Go 1.6. In this case, you will learn how to fetch more than one URL at the same time in Go programming language. The HTTP/2 protocol which is now supported in Go programming language...
This guide is an exploration of the Go programming language version 1.6. It begins by explaining to the user about the Go programming language so that...
This book is an exploration of the R programming language. It begins by explaining to you the main uses of the R programming language and where it is normally applied. You are then guided on how to setup the programming environment, both on Windows and Linux. The various data types available in R are discussed, and you will learn how to define and use all of these. Variables, which are of great utility in any programming language are explored, thus, you will learn how to define variables in R. The R programming language supports decision-making. The various decision-making statements which...
This book is an exploration of the R programming language. It begins by explaining to you the main uses of the R programming language and where it is ...
This book is an exploration of JavaScript Standard Object Notation (JSON). Most of you might have heard about it, and it is used for displaying data on web browsers. JSON supports conversions. This means that we are able to convert data from one format to another format. For instance, we can convert JSON objects into some JavaScript strings, and the vice versa is true. This book guides you on how to do this. You can also do conversions between Java and JSON, that is, convert Java code to JSON and JSON code to Java code. This can be accomplished by use of the GSON tool. This book guides you on...
This book is an exploration of JavaScript Standard Object Notation (JSON). Most of you might have heard about it, and it is used for displaying data o...