Items related to Network Programming with Go: Code Secure and Reliable...

Network Programming with Go: Code Secure and Reliable Network Services from Scratch - Softcover

  • 4.14 out of 5 stars
    44 ratings by Goodreads
 
9781718500884: Network Programming with Go: Code Secure and Reliable Network Services from Scratch

Synopsis

Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy.

Build simple, reliable, network software
 
Combining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it’s perfect for network programming.
 
Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you’ll learn the basics of networking and traffic routing. Then you’ll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission.
 
As you progress, you’ll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS.
 
You'll also learn:

  • Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translation
  • Methods of ensuring reliability in socket-level communications
  • Ways to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal code
  • Tools for incorporating authentication and encryption into your applications using TLS
  • Methods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffers
  • Ways of instrumenting your code to provide metrics about requests, errors, and more
  • Approaches for setting up your application to run in the cloud (and reasons why you might want to)
  •  
    Network Programming with Go is all you’ll need to take advantage of Go’s built-in concurrency, rapid compiling, and rich standard library.
     
    Covers Go 1.15 (Backward compatible with Go 1.12 and higher)
     

    "synopsis" may belong to another edition of this title.

    About the Author

    Adam Woodbeck is a Senior Software Engineer at Barracuda Networks where he has implemented a distributed cloud environment in Go to supplant the previous cloud infrastructure, profoundly increasing its scalability and performance. Before his career in software engineering, Woodbeck spent time in the world of biomechanics and neurology, caring for patients as a chiropractor for nearly a decade. Adam relishes the opportunity to take a deep dive into interesting topics and distill that information into a digestible format for the benefit others.

    "About this title" may belong to another edition of this title.

    Buy Used

    Condition: As New
    Unread book in perfect condition...
    View this item

    US$ 2.64 shipping within U.S.A.

    Destination, rates & speeds

    Search results for Network Programming with Go: Code Secure and Reliable...

    Seller Image

    Woodbeck, Adam
    Published by No Starch Press, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New Softcover

    Seller: GreatBookPrices, Columbia, MD, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Condition: New. Seller Inventory # 40992396-n

    Contact seller

    Buy New

    US$ 34.25
    Convert currency
    Shipping: US$ 2.64
    Within U.S.A.
    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Stock Image

    Adam Woodbeck
    Published by Penguin Random House
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New

    Seller: INDOO, Avenel, NJ, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Condition: New. Seller Inventory # 9781718500884

    Contact seller

    Buy New

    US$ 36.90
    Convert currency
    Shipping: FREE
    Within U.S.A.
    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Seller Image

    Woodbeck, Adam
    Published by No Starch Press, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    Used Softcover

    Seller: GreatBookPrices, Columbia, MD, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Condition: As New. Unread book in perfect condition. Seller Inventory # 40992396

    Contact seller

    Buy Used

    US$ 34.27
    Convert currency
    Shipping: US$ 2.64
    Within U.S.A.
    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Stock Image

    Woodbeck,Adam
    Published by Penguin Random House
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    Used

    Seller: INDOO, Avenel, NJ, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Condition: As New. Unread copy in mint condition. Seller Inventory # RH9781718500884

    Contact seller

    Buy Used

    US$ 36.92
    Convert currency
    Shipping: FREE
    Within U.S.A.
    Destination, rates & speeds

    Quantity: Over 20 available

    Add to basket

    Stock Image

    Woodbeck, Adam
    Published by No Starch Press, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    Used paperback

    Seller: HPB-Red, Dallas, TX, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    paperback. Condition: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority! Seller Inventory # S_432940291

    Contact seller

    Buy Used

    US$ 36.93
    Convert currency
    Shipping: US$ 3.75
    Within U.S.A.
    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Seller Image

    Adam Woodbeck
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New Paperback

    Seller: Grand Eagle Retail, Fairfield, OH, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Paperback. Condition: new. Paperback. Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy.Network Programming with Go teaches you how to write clean, secure network software with the programming language designed to make it seem easy.Build simple, reliable, network softwareCombining the best parts of many other programming languages, Go is fast, scalable, and designed for high-performance networking and multiprocessing. In other words, it's perfect for network programming.Network Programming with Go will help you leverage Go to write secure, readable, production-ready network code. In the early chapters, you'll learn the basics of networking and traffic routing. Then you'll put that knowledge to use as the book guides you through writing programs that communicate using TCP, UDP, and Unix sockets to ensure reliable data transmission.As you progress, you'll explore higher-level network protocols like HTTP and HTTP/2 and build applications that securely interact with servers, clients, and APIs over a network using TLS.You'll also learn-Internet Protocol basics, such as the structure of IPv4 and IPv6, multicasting, DNS, and network address translationMethods of ensuring reliability in socket-level communicationsWays to use handlers, middleware, and multiplexers to build capable HTTP applications with minimal codeTools for incorporating authentication and encryption into your applications using TLSMethods to serialize data for storage or transmission in Go-friendly formats like JSON, Gob, XML, and protocol buffersWays of instrumenting your code to provide metrics about requests, errors, and moreApproaches for setting up your application to run in the cloud (and reasons why you might want to)Network Programming with Go is all you'll need to take advantage of Go's built-in concurrency, rapid compiling, and rich standard library.Covers Go 1.15 (Backward compatible with Go 1.12 and higher) Learn how to write secure, network software in idiomatic Go using the language's latest features. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. Seller Inventory # 9781718500884

    Contact seller

    Buy New

    US$ 43.49
    Convert currency
    Shipping: FREE
    Within U.S.A.
    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Stock Image

    Adam Woodbeck
    Published by No Starch Press,US, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New PAP

    Seller: PBShop.store US, Wood Dale, IL, U.S.A.

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # DB-9781718500884

    Contact seller

    Buy New

    US$ 43.82
    Convert currency
    Shipping: FREE
    Within U.S.A.
    Destination, rates & speeds

    Quantity: 3 available

    Add to basket

    Stock Image

    Adam Woodbeck
    Published by No Starch Press, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    Used Paperback

    Seller: WorldofBooks, Goring-By-Sea, WS, United Kingdom

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    Paperback. Condition: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged. Seller Inventory # GOR012204330

    Contact seller

    Buy Used

    US$ 37.70
    Convert currency
    Shipping: US$ 7.68
    From United Kingdom to U.S.A.
    Destination, rates & speeds

    Quantity: 1 available

    Add to basket

    Stock Image

    Woodbeck, Adam
    Published by No Starch Press, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New Softcover

    Seller: Books Puddle, New York, NY, U.S.A.

    Seller rating 4 out of 5 stars 4-star rating, Learn more about seller ratings

    Condition: New. pp. 396. Seller Inventory # 26376886788

    Contact seller

    Buy New

    US$ 42.20
    Convert currency
    Shipping: US$ 3.99
    Within U.S.A.
    Destination, rates & speeds

    Quantity: 3 available

    Add to basket

    Stock Image

    Adam Woodbeck
    Published by No Starch Press,US, 2021
    ISBN 10: 1718500882 ISBN 13: 9781718500884
    New PAP

    Seller: PBShop.store UK, Fairford, GLOS, United Kingdom

    Seller rating 5 out of 5 stars 5-star rating, Learn more about seller ratings

    PAP. Condition: New. New Book. Shipped from UK. Established seller since 2000. Seller Inventory # DB-9781718500884

    Contact seller

    Buy New

    US$ 39.09
    Convert currency
    Shipping: US$ 8.05
    From United Kingdom to U.S.A.
    Destination, rates & speeds

    Quantity: 2 available

    Add to basket

    There are 18 more copies of this book

    View all search results for this book