Your email was sent successfully. Check your inbox.

An error occurred while sending the email. Please try again.

Proceed reservation?

Export
Filter
  • Hunter, Thomas  (5)
  • Hunter, Thomas M.  (4)
  • English, Bryan  (1)
  • 1
    Language: English
    Pages: xvii, 316 Seiten
    Uniform Title: Burung-burung manyar
    Keywords: Fiktionale Darstellung
    Note: Aus d. Indones. übers
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    ISBN: 9781536177725
    Language: English
    Pages: xxiii, 240 Seiten
    Series Statement: Focus on civilizations and cultures
    Parallel Title: Erscheint auch als Nusantara's indigenous knowledge
    DDC: 305.8009598
    Keywords: Ethnology ; Indigenous peoples ; Oral tradition
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    ISSN: 0090-5844
    Language: Undetermined
    Titel der Quelle: North Carolina folklore journal
    Publ. der Quelle: Boone, NC : Soc
    Angaben zur Quelle: Vol. 44, No. 1-2 (1997), p. 4-18
    DDC: 390
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 4
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (136 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Node.js is used by many companies for building performant backend services without sacrificing developer efficiency. Thanks to its approachable API and familiar syntax, Node.js is loved by engineers and used by startups and Fortune 500s alike. Backed by the world's largest package repository, its enterprise foothold is only expected to grow. In this hands-on guide, author Thomas Hunter II proves that Node.js is just as capable as traditional enterprise platforms for building services that are observable, scalable, and resilient. Intermediate to advanced Node.js developers will find themselves integrating application code with a breadth of tooling from each layer of a modern service stack. Learn why running redundant copies of the same Node.js service is necessary Know which protocol to choose, depending on the situation Fine-tune your application containers for use in production Track down errors in a distributed setting to determine which service is at fault Simplify app code and increase performance by offloading work to a reverse proxy Build dashboards to monitor service health and throughput Find out why so many different tools are required when operating in an enterprise environment
    Note: Online resource; Title from title page (viewed April 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 5
    Online Resource
    Online Resource
    Hauppauge, NY : Nova Science Publishers
    ISBN: 9781536177732
    Language: English
    Pages: 1 Online-Ressource
    Series Statement: Focus on civilizations and cultures
    Parallel Title: Erscheint auch als Nusantara's indigenous knowledge
    DDC: 305.8009598
    Keywords: Indigenous peoples ; Oral tradition ; Ethnology
    Abstract: "The ten chapters in this ...
    Abstract: Relationship between speculation and ritual in the Tutur text Uttaraśabda / Abimardha Kurniawan and Titik Pudjiastuti -- Ritual and offerings in Balinese epigraphy, IX-XIV century / Ni Ketut Puji Astiti Laksmi and Wanny Rahardjo Wahyudi -- Text cohesion in the manuscripts of Hikayat Sultan Taburat / Rias A. Suharjo and Titik Pudjiastuti -- Text editing and story presentation in Serat Suryajaya / Novarina and Titik Pudjiastuti -- The function of Tembang Macapat in the Serat Gandakusuma / Wishnu Prahutomo Sudarmadji and Titik Pudjiastuti -- Batik Glugu of Boyolali : structural and memetic approaches / Ariq Muhammad Salim and Herdito Sandi Pratama -- Complexity of Banjar identity in Balamut oral tradition / Sainul Hermawan and Mina Elfira -- The tradition of horja : a cosmological procedure of the Angkola Batak / Alfian Syahmadan Siagian and M. Yoesoef -- Buke Palang Pintu Betawi : cultural revitalization through modification / Anita Astriawati Ningrum and M. Yoesoef -- Study of inheritance in the oral tradition of Tanjidor : between Betawi and Sundanese identities / Syadiidah and M. Yoesoef.
    Note: Includes bibliographical references and index
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    [Erscheinungsort nicht ermittelbar] : O'Reilly Media, Inc. | Boston, MA : Safari
    Language: English
    Pages: 1 online resource (200 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: Traditionally, JavaScript has been a single-threaded language. Nearly all online forum posts, books, online documentation, and libraries refer to the language as single threaded. Thanks to recent advancements in the language--such as the Atomics and SharedArrayBuffers objects and Web Workers in the browser--JavaScript is now a multi-threaded language. These features will go down as being the biggest paradigm shift for the world's most popular programming language. Multithreaded JavaScript explores the various features that JavaScript runtimes have at their disposal for implementing multithreaded programming, providing both practical real-world examples, as well as reference material. You'll learn: What multithreaded programming is and how you can benefit from it The differences between a web worker, a service worker, and a worker thread When and when not to use multithreading in an application How to leverage the Atomics object to orchestrate communication between threads
    Note: Online resource; Title from title page (viewed November 25, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 7
    Online Resource
    Online Resource
    [Place of publication not identified] : Apress
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Keywords: Service-oriented architecture (Computer science) ; Application program interfaces (Computer software) ; Application software ; Development ; Electronic books ; Electronic books ; local
    Abstract: Use the many types of tools required to navigate and maintain a microservice ecosystem. This book examines what is normally a complex system of interconnected services and clarifies them one at a time, first examining theoretical requirements then looking at concrete tools, configuration, and workflows. Building out these systems includes many concerns such as containerization, container orchestration, build pipelines and continuous integration solutions, automated testing, service discovery, logging and analytics. You will examine each of these tools and understand how they can be combined within an organization. You will design an automated build pipeline from Pull Request to container deployment, understand how to achieve High Availability and monitor application health with Service Discovery, and learn how to collaborate with other teams, write documentation, and describe bugs. Covering use of Jenkins, Docker, Kubernetes, the ELK stack (Elasticsearch, Logstash, and Kibana), and StatsD and Grafana for analytics, you will build on your existing knowledge of Service-Oriented Architecture and gain an advanced, practical understanding of everything from infrastructure development to team collaboration. What You'll Learn Design an API to be convenient for developers to consume. Deploy dynamic instances of Microservices and allow then to discover each other. Track the health of a Microservice and be notified in case of degraded performance. Write effective documentation and communicate efficiently with other teams. Who This Book Is For Those who would like a better understanding of System Oriented Architecture. Those who would like to break a monolith into smaller Microservices. Those who are familiar with Microservices and would like a better understanding of peripheral technologies.
    Note: Includes bibliographical references. - Description based on online resource; title from cover (Safari, viewed September 29, 2017)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 8
    Article
    Article
    Show associated volumes/articles
    In:  Ritual dynamics and the science of ritual ; Vol. 4: Reflexivity, media, and visuality (2010), Seite 505-536 | year:2010 | pages:505-536
    ISBN: 9783447062046
    Language: English
    Titel der Quelle: Ritual dynamics and the science of ritual ; Vol. 4: Reflexivity, media, and visuality
    Publ. der Quelle: Wiesbaden : Harrassowitz, 2011
    Angaben zur Quelle: (2010), Seite 505-536
    Angaben zur Quelle: year:2010
    Angaben zur Quelle: pages:505-536
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 9
    Article
    Article
    In:  Monographs in International Studies. Southeast Asia Series 1988, 76, S. 475-492
    Language: English
    Titel der Quelle: Monographs in International Studies. Southeast Asia Series
    Angaben zur Quelle: 1988, 76, S. 475-492
    Note: Alton L. Becker and Thomas Hunter
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
Close ⊗
This website uses cookies and the analysis tool Matomo. More information can be found here...