- ホーム
- > 洋書
- > 英文書
- > Computer / General
Full Description
These small Go projects will build big Go skills! Learn hands-on as you build 11 engaging applications.
In Learn Go with Pocket-Sized Projects you'll create 11 small applications and tools, including:
A currency convertor application
A health tracking app
A load balancer for sharing jobs between workers in the Cloud
An HTML template
A microcontroller-based temperature monitor
...and more!
Learn Go with Pocket-Sized Projects teaches you to write professional-level Go code by creating handy tools and fun apps. Each small, self-contained project 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. Everything you learn is easy to scale-up to full-size Go applications. About the technology: Go delivers the low-level power of system languages like C and Rust with developer-friendly features like garbage collection and a powerful standard library. Millions of programmers choose Go because it speeds up program construction, streamlines dependency management, and makes complex code simple to write, read, and maintain.