Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 600
- Application software 535
- Management 510
- Engineering & Applied Sciences 337
- Computer programs 300
- Design 254
- Historia 234
- Computer programming 233
- Leadership 230
- Programming 222
- Python (Computer program language) 222
- Computer Science 213
- Data processing 211
- Web site development 209
- Web sites 207
- Computer networks 203
- Business & Economics 190
- Photography 186
- History 182
- Cloud computing 180
- Computer software 179
- Business 162
- Operating systems (Computers) 156
- Information technology 155
- Computer security 153
- Security measures 153
- Artificial intelligence 151
- Success in business 147
- JavaScript (Computer program language) 129
- Machine learning 129
-
261Publicado 2019Tabla de Contenidos: “…Go Programming Cookbook: Over 85 recipes to build modular, readable, and testable Golang applications across various domains…”
Libro electrónico -
262
-
263
-
264Publicado 2015Tabla 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 -
265por Sanford, Linda S.“…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. …”
Publicado 2006
Libro electrónico -
266Publicado 2022Tabla de Contenidos: “…1. Go: Simple to learn but hard to master -- 2. Code and project organization -- 3. …”
Libro electrónico -
267
-
268por Wells, JoeTabla de Contenidos: “…Touch and Go Joe:An Adolescent's Experience of OCD; Contents; Foreword by Isobel Heyman; Acknowledgements; What's This Book About?…”
Publicado 2006
Libro electrónico -
269por Serdar, BurakTabla 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…”
Publicado 2023
Libro electrónico -
270Publicado 2023Materias:Libro electrónico
-
271Publicado 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 -
272Publicado 2023Tabla 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 -
273
-
274Publicado 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 -
275Publicado 2023Tabla 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 -
276Publicado 2022Tabla 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 -
277por Bornancin, BrandonTabla 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? …”
Publicado 2024
Libro electrónico -
278Publicado 2020Materias: “…Go (Computer program language)…”
Vídeo online -
279
-
280Publicado 2020Materias: “…Go (Computer program language)…”
Vídeo online