Verwandte Artikel zu Beyond Effective Go: Part 1 - Achieving High-Performance...

Beyond Effective Go: Part 1 - Achieving High-Performance Code - Softcover

 
9780645582000: Beyond Effective Go: Part 1 - Achieving High-Performance Code

Inhaltsangabe

Empower yourself with the ability to write high-performance code in Go, significantly enhancing the performance of your applications. Corey’s book provides practical and concise explanations and clear, easy-to-follow examples. Beyond Effective Go—Part 1: Achieving High-Performance is designed to equip you with the knowledge you need and enable you to apply it immediately, fostering a sense of capability and empowerment.

This series doesn’t waste time on the basics but delves straight into the solutions for the everyday challenges that professional programmers face. With clear explanations and real-world examples, you’ll gain the skills to build scalable and maintainable applications in Go that are directly relevant to your work.

Unlike many programming books, Beyond Effective Go focuses on the programmer and the code. Whether you’re building large-scale backend services or convenient automation tools, the book will help you write maintainable, high-quality code that meets the needs of your users, programmers, and business.

This book, Part 1 of the series, focuses on achieving high-performance code. You will learn which aspects of your application or code to focus on and when. You will have a suite of tools, software patterns, and recipes to make your life easier.

After reading this book, you will:

  • Master the various concurrency interaction patterns and be able to apply the one that best fits the problem at hand.
  • Know how to leverage Go’s profiler, execution tracing, and benchmarking tools to diagnose concurrency and performance issues.
  • Understand when code needs optimizing, what needs optimizing, and how.
  • Be able to quickly identify and avoid concurrency issues like deadlock, starvation, livelock, and data races.
  • Be able to expertly apply Go’s concurrency primitives and avoid many of their gotchas.
  • Have a catalog of concurrency and performance patterns that you can quickly apply to your projects.

Beyond Effective Go is an essential resource for programmers, software engineers, and software managers who want to make the most out of their Golang programming efforts.

Die Inhaltsangabe kann sich auf eine andere Ausgabe dieses Titels beziehen.

Über die Autorin bzw. den Autor

Corey Scott is a Senior Principal Software Engineer at Grab and Ovo, living in Melbourne, Australia. He has been programming professionally since 2000, with Go as his preferred language for building large-scale distributed services since 2014.

„Über diesen Titel“ kann sich auf eine andere Ausgabe dieses Titels beziehen.

Gebraucht kaufen

Zustand: Befriedigend
Pages can have notes/highlighting...
Diesen Artikel anzeigen

EUR 4,71 für den Versand von USA nach Deutschland

Versandziele, Kosten & Dauer

Gratis für den Versand innerhalb von/der Deutschland

Versandziele, Kosten & Dauer

Suchergebnisse für Beyond Effective Go: Part 1 - Achieving High-Performance...

Beispielbild für diese ISBN

Scott, Corey S.
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Gebraucht Paperback

Anbieter: ThriftBooks-Dallas, Dallas, TX, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback. Zustand: Good. No Jacket. Tan, Siew May (illustrator). Pages can have notes/highlighting. Spine may show signs of wear. ~ ThriftBooks: Read More, Spend Less 0.73. Bestandsnummer des Verkäufers G064558200XI3N00

Verkäufer kontaktieren

Gebraucht kaufen

EUR 16,72
Währung umrechnen
Versand: EUR 4,71
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Foto des Verkäufers

Scott, Corey S
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Softcover
Print-on-Demand

Anbieter: moluna, Greven, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Tan, Siew May (illustrator). Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. &Uumlber den AutorrnrnCorey Scott is currently a Principal Software Engineer at Grab & Ovo, living in Melbourne, Australia.He has been programming professionally since 2000, with Go as his preferred language for building large-scale distributed. Bestandsnummer des Verkäufers 726090496

Verkäufer kontaktieren

Neu kaufen

EUR 23,47
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: Mehr als 20 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Scott, Corey
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Softcover
Print-on-Demand

Anbieter: Biblios, Frankfurt am main, HESSE, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Tan, Siew May (illustrator). PRINT ON DEMAND. Bestandsnummer des Verkäufers 18395544190

Verkäufer kontaktieren

Neu kaufen

EUR 23,88
Währung umrechnen
Versand: EUR 2,30
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 4 verfügbar

In den Warenkorb

Foto des Verkäufers

Corey S Scott
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Taschenbuch
Print-on-Demand

Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Taschenbuch. Zustand: Neu. Tan, Siew May (illustrator). nach der Bestellung gedruckt Neuware - Printed after ordering - Are you an experienced Go developer that wants to be more productive Do you want to write cleaner, faster, and easier to maintain code Then the Beyond Effective Go book series is for you.This series is aimed at competent Gophers. It does not mess around with the basics but instead dives right into the daily problems that professional programmers face. Chiefly, how to write fast, robust applications and services that can be maintained and extended as requirements change.Unlike most books, Beyond Effective Go focuses on the programmer and the code by addressing the four critical aspects of programming in Go - developer productivity, application performance, code quality, and depth of understanding of the language and tools.This book, Part 1 of the series, focuses on achieving high-performance code. You will learn which aspects of your application or code to focus on and when. You will have a suite of tools, software patterns, and recipes at your disposal to make your life easier. After reading, you will:Understand the differences between Concurrency and Parallelism.Identify and avoid concurrency issues like deadlock, starvation, livelock, and data races.Understand the various concurrency interaction patterns and be able to apply the one that best fits the problem at hand.Take a deep dive into Go's concurrency primitives and be able to apply them expertly but also avoid many of their gotchas.Be able to diagnose concurrency and performance issues using Go's profiler, execution tracing, and benchmarking tools.Be able to identify when code needs optimizing, what needs optimizing and how.Have a catalog of concurrency and performance patterns that you can quickly apply to your projects. Bestandsnummer des Verkäufers 9780645582000

Verkäufer kontaktieren

Neu kaufen

EUR 27,54
Währung umrechnen
Versand: Gratis
Innerhalb Deutschlands
Versandziele, Kosten & Dauer

Anzahl: 1 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Corey S Scott
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Paperback / softback
Print-on-Demand

Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback / softback. Zustand: New. Tan, Siew May (illustrator). This item is printed on demand. New copy - Usually dispatched within 5-9 working days 191. Bestandsnummer des Verkäufers C9780645582000

Verkäufer kontaktieren

Neu kaufen

EUR 26,68
Währung umrechnen
Versand: EUR 4,84
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: Mehr als 20 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Scott, Corey
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Softcover

Anbieter: Books Puddle, New York, NY, USA

Verkäuferbewertung 4 von 5 Sternen 4 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Tan, Siew May (illustrator). Bestandsnummer des Verkäufers 26395544180

Verkäufer kontaktieren

Neu kaufen

EUR 23,82
Währung umrechnen
Versand: EUR 7,74
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 4 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Scott, Corey
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Softcover
Print-on-Demand

Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Tan, Siew May (illustrator). Print on Demand. Bestandsnummer des Verkäufers 400832939

Verkäufer kontaktieren

Neu kaufen

EUR 22,26
Währung umrechnen
Versand: EUR 10,18
Von Vereinigtes Königreich nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 4 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Scott, Corey
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Softcover

Anbieter: California Books, Miami, FL, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Zustand: New. Tan, Siew May (illustrator). Bestandsnummer des Verkäufers I-9780645582000

Verkäufer kontaktieren

Neu kaufen

EUR 23,91
Währung umrechnen
Versand: EUR 8,60
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: Mehr als 20 verfügbar

In den Warenkorb

Foto des Verkäufers

Scott, Corey S.
Verlag: Corey S. Scott 9/6/2022, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu Paperback or Softback

Anbieter: BargainBookStores, Grand Rapids, MI, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

Paperback or Softback. Zustand: New. Tan, Siew May (illustrator). Beyond Effective Go: Part 1 - Achieving High-Performance Code 0.73. Book. Bestandsnummer des Verkäufers BBS-9780645582000

Verkäufer kontaktieren

Neu kaufen

EUR 22,20
Währung umrechnen
Versand: EUR 10,74
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: 5 verfügbar

In den Warenkorb

Beispielbild für diese ISBN

Scott, Corey
Verlag: Corey S. Scott, 2022
ISBN 10: 064558200X ISBN 13: 9780645582000
Neu PAP
Print-on-Demand

Anbieter: PBShop.store US, Wood Dale, IL, USA

Verkäuferbewertung 5 von 5 Sternen 5 Sterne, Erfahren Sie mehr über Verkäufer-Bewertungen

PAP. Zustand: New. Tan, Siew May (illustrator). New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. Bestandsnummer des Verkäufers L0-9780645582000

Verkäufer kontaktieren

Neu kaufen

EUR 34,79
Währung umrechnen
Versand: EUR 0,58
Von USA nach Deutschland
Versandziele, Kosten & Dauer

Anzahl: Mehr als 20 verfügbar

In den Warenkorb

Es gibt 9 weitere Exemplare dieses Buches

Alle Suchergebnisse ansehen