Mostrando 261 - 280 Resultados de 12,567 Para Buscar '"Go"', tiempo de consulta: 0.09s Limitar resultados
  1. 261
    Publicado 2019
    Tabla de Contenidos: “…Go Programming Cookbook: Over 85 recipes to build modular, readable, and testable Golang applications across various domains…”
    Libro electrónico
  2. 262
    Publicado 2018
    Materias:
    Libro electrónico
  3. 263
    Publicado 2017
    Materias: “…Go (Computer program language)…”
    Video
  4. 264
    Publicado 2015
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewers; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Chat Application with Web Sockets; A simple web server; Templates; Doing things once; Using your own handlers; Properly building and executing Go programs; Modeling a chat room and clients on the server; Modeling the client; Modeling a room; Concurrency programming using idiomatic Go; Turning a room into an HTTP handler; Use helper functions to remove complexity; Creating and using rooms; Building an HTML and JavaScript chat client…”
    Libro electrónico
  5. 265
    por Sanford, Linda S.
    Publicado 2006
    “…Praise for Let Go To Grow "Over the next ten years large companies will be hit with a wide array of harrowing new business challenges—commoditization being at the top of that list. …”
    Libro electrónico
  6. 266
    Publicado 2022
    Tabla de Contenidos: “…1. Go: Simple to learn but hard to master -- 2. Code and project organization -- 3. …”
    Libro electrónico
  7. 267
    Publicado 2014
    Materias: “…Go (Computer program language)…”
    Video
  8. 268
    por Wells, Joe
    Publicado 2006
    Tabla de Contenidos: “…Touch and Go Joe:An Adolescent's Experience of OCD; Contents; Foreword by Isobel Heyman; Acknowledgements; What's This Book About?…”
    Libro electrónico
  9. 269
    por Serdar, Burak
    Publicado 2023
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credit -- Dedicated -- Contributors -- Table of Contents -- Preface -- Chapter 1: Concurrency - A High-Level Overview -- Technical Requirements -- Concurrency and parallelism -- Shared memory versus message passing -- Atomicity, race, deadlocks, and starvation -- Summary -- Question -- Further reading -- Chapter 2: Go Concurrency Primitives -- Technical Requirements -- Goroutines -- Channels -- Mutex -- Wait groups -- Condition variables -- Summary -- Questions -- Chapter 3: The Go Memory Model -- Why a memory model is necessary -- The happened-before relationship between memory operations -- Synchronization characteristics of Go concurrency primitives -- Package initialization -- Goroutines -- Channels -- Mutexes -- Atomic memory operations -- Map, Once, and WaitGroup -- Summary -- Further reading -- Chapter 4: Some Well-Known Concurrency Problems -- Technical Requirements -- The producer-consumer problem -- The dining philosophers problem -- Rate limiting -- Summary -- Chapter 5: Worker Pools and Pipelines -- Technical Requirements -- Worker pools -- Pipelines, fan-out, and fan-in -- Asynchronous pipeline -- Fan-out/fan-in -- Fan-in with ordering -- Summary -- Questions -- Chapter 6: Error Handling -- Error handling -- Pipelines -- Servers -- Panics -- Summary -- Chapter 7: Timers and Tickers -- Technical Requirements -- Timers - running something later -- Tickers - running something periodically -- Heartbeats -- Summary -- Chapter 8: Handling Requests Concurrently -- Technical Requirements -- The context, cancelations, and timeouts -- Backend services -- Distributing work and collecting results -- Semaphores - limiting concurrency -- Streaming data -- Dealing with multiple streams -- Summary -- Chapter 9: Atomic Memory Operations -- Technical Requirements -- Memory guarantees -- Compare and swap…”
    Libro electrónico
  10. 270
    Publicado 2023
    Materias:
    Libro electrónico
  11. 271
    Publicado 2024
    “…"In The Power of Going All In, serial entrepreneur and sales leader Brandon Bornancin delivers a first-person account of what it takes to build, lead, and manage a world-class company. …”
    Grabación no musical
  12. 272
    Publicado 2023
    Tabla de Contenidos: “…Front Matter (pp. i-viii) -- Table of Contents (pp. ix-xx) -- The Way Things Go -- 71 (pp. 21-29) -- 70 (pp. 30-34) -- 69 (pp. 35-38) -- 68 (pp. 39-43) -- 67 (pp. 44-53) -- 66 (pp. 54-58) -- 65 (pp. 59-62) -- 64 (pp. 63-68) -- 63 (pp. 69-74) -- 62 (pp. 75-79) -- 61 (pp. 80-85) -- 60 (pp. 86-92) -- 59 (pp. 93-102) -- 58 (pp. 103-116) -- 57 (pp. 117-122) -- 56 (pp. 123-124) -- 55 (pp. 125-131) -- 54 (pp. 132-136) -- 53-50 (pp. 137-147) -- 48 (pp. 152-155) -- 47 (pp. 156-164) -- 46 (pp. 165-167) -- 45 (pp. 168-173) -- 44 (pp. 174-178) -- 43 (pp. 179-183) -- 42 (pp. 184-186) -- 41 (pp. 187-189) -- 40 (pp. 190-193) -- 39-36 (pp. 194-202) -- 34-31 (pp. 207-225) -- 30 (pp. 226-228) -- 29 (pp. 229-232) -- 28 (pp. 233-235) -- 27-26 (pp. 236-240) -- 25 (pp. 241-242) -- 24 (pp. 243-245) -- 23 (pp. 246-249) -- 22 (pp. 250-252) -- 21 (pp. 253-254) -- 20 (pp. 255-257) -- 19 (pp. 258-259) -- 18 (pp. 260-260) -- 17 (pp. 261-262) -- 16 (pp. 263-264) -- 15 (pp. 265-266) -- 14 (pp. 267-269) -- 13 (pp. 270-270) -- 12 (pp. 271-271) -- 11 (pp. 272-272) -- 10 (pp. 273-273) -- 9 (pp. 274-274) -- 8 (pp. 275-276) -- 7 (pp. 277-277) -- 6 (pp. 278-278) -- 5 (pp. 279-279) -- 4 (pp. 280-280) -- 3 (pp. 281-281) -- 2 (pp. 282-282) -- 1 (pp. 283-284) -- Bibliography (pp. 285-299)…”
    Libro electrónico
  13. 273
    Publicado 2023
    Libro electrónico
  14. 274
    Publicado 2022
    “…This declaration alone should direct your attention to Judith Williamson's book Going The Extra Mile, designed to put you on the road to success. …”
    Grabación no musical
  15. 275
    Publicado 2023
    Tabla de Contenidos: “…. - 1 - System Calls -- 2 - System Calls Using Go -- 3 - Accessing proc File System -- Part II: Containers -- 4 - Simple Containers -- 5 - Containers with Networking -- 6 - Docker Security -- Part III: Application Security -- 7 - Gosec and AST -- 8 – Scorecard -- Part IV: Networking -- 9 - Simple Networking -- 10 - System Networking -- 11 - Google gopacket -- 12 - Epoll Library -- Part V: Securing Linux -- 13 - Vulnerability Scanner -- 14 – CrowdSec -- Part VI: Terminal User Interface.= 15 - ANSI and UI.= 16 - TUI Framework -- Part VII: Linux System -- 17 – systemd.-18 – cadvisor. …”
    Libro electrónico
  16. 276
    Publicado 2022
    Tabla de Contenidos: “…Intro -- Table of Contents -- About the Author -- About the Technical Reviewers -- Acknowledgments -- Introduction -- Chapter 1: Kubernetes API Introduction -- Kubernetes Platform at a Glance -- OpenAPI Specification -- Verbs and Kinds -- Group-Version-Resource -- Sub-resources -- Official API Reference Documentation -- The Deployment Documentation -- Operations Documentation -- The Pod Documentation -- One-Page Version of the Documentation -- Conclusion -- Chapter 2: Kubernetes API Operations -- Examining Requests -- Making Requests -- Using kubectl as a Proxy -- Creating a Resource -- Getting Information About a Resource -- Getting the List of Resources -- Cluster-wide -- In a Specific namespace -- Filtering the Result of a List -- Using Label Selectors -- Using Field Selectors -- Deleting a Resource -- Deleting a Collection of Resources -- Updating a Resource -- Managing Conflicts When Updating a Resource -- Using a Strategic Merge Patch to Update a Resource -- Patching Array Fields -- Special Directives -- replace Directive -- delete Directive -- deleteFromPrimitiveList Directive -- setElementOrder Directive -- Applying Resources Server-side -- Watching Resources -- Filtering During a Watch Session -- Watching After Listing Resources -- Restarting a watch Request -- Allowing Bookmarks to Efficiently Restart a watch Request -- Paginating Results -- Consistency of the Full List -- Detecting the Last Chunk -- Getting Results in Various Formats -- Getting Results as a Table -- Column Definitions -- Row Data -- Using the YAML Format -- Using the Protobuf Format -- Conclusion -- Chapter 3: Working with API Resources in Go -- API Library Sources and Import -- Content of a Package -- types.go -- register.go -- doc.go -- generated.pb.go and generated.proto -- types_swagger_doc_generated.go -- zz_generated.deepcopy.go -- Specific Content in core/v1…”
    Libro electrónico
  17. 277
    por Bornancin, Brandon
    Publicado 2024
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright Page -- Contents -- Introduction -- The Power of Going All-In -- Great Leaders vs. Bad Bosses -- What Does It Mean to Go All-In? …”
    Libro electrónico
  18. 278
    Publicado 2020
    Materias: “…Go (Computer program language)…”
    Vídeo online
  19. 279
    Publicado 2020
    Materias: “…Go (Computer program language)…”
    Vídeo online
  20. 280
    Publicado 2020
    Materias: “…Go (Computer program language)…”
    Vídeo online