
- English
- ePUB (mobile friendly)
- Available on iOS & Android
eBook - ePub
Learn Go with Pocket-Sized Projects
About this book
Pocket-size projects, modular and versatile skills! Take your Go programming capabilities to the next level with 11 engaging applications.
Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and games. Each project is fully working, simple to write, and easy to scale-up to full-size Go applications.
In Learn Go with Pocket-Sized Projects you’ll build:
• A Wordle-alike game
• A currency converter application
• A habit-tracking application
• A book digest application
• A maze-solving algorithm
• A microcontroller-based traffic lights program
• …and more!
Each small, self-contained project in Learn Go with Pocket-Sized Projects introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Work your way through, and you’ll be able to utilize Go for everything from server-side applications to low-level systems programming.
Foreword by Ron Evans.
About the technology
There’s no more satisfying way to learn a programming language than by building your own projects! Whether you’re coming from another language or taking your next steps in Go, these eleven projects will get you working hands on faster than you can type “Bonjour le monde.”
About the book
Learn Go with Pocket-Sized Projects introduces the most important features, concepts and techniques of the Go programming language. You’ll learn hands on as you build fun mini projects including a Wordle clone you can run as a web service and a maze solver that uses goroutines. Along the way, you’ll explore a wide range of topics, including Go’s unique approach to interfaces, concurrency, REST and gRPC microservice APIs, and more.
What's inside
• Concurrency with goroutines
• A habit tracker using gRPC and HTML templates
• Deploying a secure web service
• A microcontroller-based traffic lights program using TinyGo
About the reader
For beginners with Go or another programming language.
About the author
Aliénor Latour, Donia Chaiehloudj, and Pascal Bertrand are experienced developers with a passion for Go and excellence in programming.
Table of Contents
1 MeetGo
2 Hello, earth! Extend your hello, world
3 A bookworm’s digest: Playing with loops and maps
4 A log story: Creating a library
5 Gordle: Play a word game in your terminal
6 Money converter: CLI around an HTTP call
7 Caching with generics
8 Gordle as a service
9 Concurrent maze solver
10 Habits tracker using gRPC
11 HTML templating with a gRPC client
12 Go for other architectures
Appendixes
A Installation steps
B Formatting cheat sheet
C Zero values
D Benchmarking
E Passing by value or by reference
F Fuzzing
G Connecting to a database
Learn Go with Pocket-Sized Projects teaches some of the most important skills of Go programming—including Go’s unique idiomatic syntax—all through building fun and useful apps and games. Each project is fully working, simple to write, and easy to scale-up to full-size Go applications.
In Learn Go with Pocket-Sized Projects you’ll build:
• A Wordle-alike game
• A currency converter application
• A habit-tracking application
• A book digest application
• A maze-solving algorithm
• A microcontroller-based traffic lights program
• …and more!
Each small, self-contained project in Learn Go with Pocket-Sized Projects introduces important practical skills, including ensuring that your code is thoroughly tested and documented! You’ll make architectural decisions for your projects and organize your code in a maintainable way. Work your way through, and you’ll be able to utilize Go for everything from server-side applications to low-level systems programming.
Foreword by Ron Evans.
About the technology
There’s no more satisfying way to learn a programming language than by building your own projects! Whether you’re coming from another language or taking your next steps in Go, these eleven projects will get you working hands on faster than you can type “Bonjour le monde.”
About the book
Learn Go with Pocket-Sized Projects introduces the most important features, concepts and techniques of the Go programming language. You’ll learn hands on as you build fun mini projects including a Wordle clone you can run as a web service and a maze solver that uses goroutines. Along the way, you’ll explore a wide range of topics, including Go’s unique approach to interfaces, concurrency, REST and gRPC microservice APIs, and more.
What's inside
• Concurrency with goroutines
• A habit tracker using gRPC and HTML templates
• Deploying a secure web service
• A microcontroller-based traffic lights program using TinyGo
About the reader
For beginners with Go or another programming language.
About the author
Aliénor Latour, Donia Chaiehloudj, and Pascal Bertrand are experienced developers with a passion for Go and excellence in programming.
Table of Contents
1 MeetGo
2 Hello, earth! Extend your hello, world
3 A bookworm’s digest: Playing with loops and maps
4 A log story: Creating a library
5 Gordle: Play a word game in your terminal
6 Money converter: CLI around an HTTP call
7 Caching with generics
8 Gordle as a service
9 Concurrent maze solver
10 Habits tracker using gRPC
11 HTML templating with a gRPC client
12 Go for other architectures
Appendixes
A Installation steps
B Formatting cheat sheet
C Zero values
D Benchmarking
E Passing by value or by reference
F Fuzzing
G Connecting to a database
Frequently asked questions
Yes, you can cancel anytime from the Subscription tab in your account settings on the Perlego website. Your subscription will stay active until the end of your current billing period. Learn how to cancel your subscription.
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
Perlego offers two plans: Essential and Complete
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Yes! You can use the Perlego app on both iOS or Android devices to read anytime, anywhere — even offline. Perfect for commutes or when you’re on the go.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Yes, you can access Learn Go with Pocket-Sized Projects by Aliénor Latour,Donia Chaiehloudj,Pascal Bertrand in PDF and/or ePUB format, as well as other popular books in Computer Science & Open Source Programming. We have over one million books available in our catalogue for you to explore.
Information
Table of contents
- Learn Go with Pocket-Sized Projects
- copyright
- contents
- dedication
- foreword
- preface
- acknowledgments
- about this book
- about the authors
- about the cover illustration
- 1 Meet Go
- 2 Hello, earth! Extend your hello, world
- 3 A bookworm’s digest: Playing with loops and maps
- 4 A log story: Creating a library
- 5 Gordle: Play a word game in your terminal
- 6 Money converter: CLI around an HTTP call
- 7 Caching with generics
- 8 Gordle as a service
- 9 Concurrent maze solver
- 10 Habits tracker using gRPC
- 11 HTML templating with a gRPC client
- 12 Go for other architectures
- appendix A Installation steps
- appendix B Formatting cheat sheet
- appendix C Zero values
- appendix D Benchmarking
- appendix E Passing by value or by reference
- appendix F Fuzzing
- appendix G Connecting to a database