Getting Started with V Programming - Helion

Tytuł oryginału: Getting Started with V Programming
ISBN: 9781839212178
stron: 408, Format: ebook
Data wydania: 2021-12-10
Księgarnia: Helion
Cena książki: 98,10 zł (poprzednio: 109,00 zł)
Oszczędzasz: 10% (-10,90 zł)
A new language on the block, V comes with a promising set of features such as fast compilation and interoperability with other programming languages. This is the first book on the V programming language, packed with concise information and a walkthrough of all the features you need to know to get started with the language.
The book begins by covering the fundamentals to help you learn about the basic features of V and the suite of built-in libraries available within the V ecosystem. You'll become familiar with primitive data types, declaring variables, arrays, and maps. In addition to basic programming, you'll develop a solid understanding of the building blocks of programming, including functions, structs, and modules in the V programming language.
As you advance through the chapters, you'll learn how to implement concurrency in V Programming, and finally learn how to write test cases for functions. This book takes you through an end-to-end project that will guide you to build fast and maintainable RESTful microservices by leveraging the power of V and its built-in libraries.
By the end of this V programming book, you'll be well-versed with the V programming language and be able to start writing your own programs and applications.
Osoby które kupowały "Getting Started with V Programming", wybierały także:
- Biologika Sukcesji Pokoleniowej. Sezon 3. Konflikty na terytorium 127,27 zł, (14,00 zł -89%)
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Podręcznik startupu. Budowa wielkiej firmy krok po kroku 93,33 zł, (14,00 zł -85%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Scrum. O zwinnym zarz 77,78 zł, (14,00 zł -82%)
Spis treści
Getting Started with V Programming. An end-to-end guide to adopting the V language from basic variables and modules to advanced concurrency eBook -- spis treści
- 1. Introduction to V Programming
- 2. Installing V Programming
- 3. Variables, Constants and Code Comments
- 4. Primitive Data Types
- 5. Arrays and Maps
- 6. Conditionals and Iterative Statements
- 7. Functions
- 8. Structs
- 9. Modules
- 10. Concurrency
- 11. Channels: An advanced concurrency pattern
- 12. Testing
- 13. Introduction to JSON and ORM
- 14. Building a Microservice