Your email was sent successfully. Check your inbox.

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

Proceed reservation?

Export
  • 1
    Language: English
    Pages: 1 online resource (1 video file (3 hr., 8 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live courses
    DDC: 005.3
    Keywords: Application program interfaces (Computer software) ; Application software Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sponsored by Rapid The API economy has precipitated a need for expert developers and architects who understand the intricacies of building, integrating, and monitoring APIs to connect distributed systems and deliver data for enhanced performance. API Day will give you a head start. Join host and API author Mike Amundsen and some of the top experts in software development to better understand the full picture of the API economy. You'll explore API options, service-oriented architectures, and security concerns; learn how to evolve existing legacy applications toward API-based systems and use API infrastructure for evolving or replatforming a system for effective cloud deployment; and so much more. Whether you're a business leader, security analyst, developer, or software architect, these practical sessions will help you build resilient applications as part of the API economy. What you'll learn and how you can apply it Learn how the API economy is driving and transforming distributed systems Understand how to design, build, integrate, and secure APIs Determine your API strategy for new software or legacy applications This live event is for you because... You're a software architect looking to evolve legacy systems using APIs and effectively integrate them without security risks. You're a software developer who needs strategies for successfully choosing and integrating APIs, as well as skills and tools for building robust and scalable APIs. You're part of an ops team dealing with the integration, governance, management, and automation of APIs and the applications using them. You're a security analyst who wants to better understand how to better combat the threat presented by recent increases in API attacks. You're a business leader looking to lead and accelerate your digital transformation efforts. Recommended follow-up: Read Mastering API Architecture (book) Read RESTful Web API Patterns and Practices Cookbook (book) Read Continuous API Management (book) Read Designing Web APIs: Building the APIs That Developers Love (book) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed April 11, 2023)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 2
    Language: English
    Pages: 1 online resource (1 volume) , illustrations
    Edition: First edition.
    Keywords: Java (Computer program language) ; Virtual computer systems ; Electronic books ; Electronic books ; local
    Abstract: Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with complex technology stacks will learn how to tune Java applications for performance using a quantitative, verifiable approach. Most resources on performance tend to discuss the theory and internals of Java virtual machines, but this book focuses on the practicalities of performance tuning by examining a wide range of aspects. There are no simple recipes, tips and tricks, or algorithms to learn. Performance tuning is a process of defining and determining desired outcomes. And it requires diligence. Learn how Java principles and technology make the best use of modern hardware and operating systems Explore several performance tests and common anti-patterns that can vex your team Understand the pitfalls of measuring Java performance numbers and the drawbacks of microbenchmarking Dive into JVM garbage collection logging, monitoring, tuning, and tools Explore JIT compilation and Java language performance techniques Learn performance aspects of the Java Collections API and get an overview of Java concurrency
    Note: Includes index. - Description based on online resource; title from title page (Safari, viewed June 25, 2018)
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 3
    Online Resource
    Online Resource
    [Place of publication not identified] : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (1 video file (1 hr., 26 min.)) , sound, color.
    Edition: [First edition].
    Series Statement: Live courses
    DDC: 005.1
    Keywords: Application software Development ; Application program interfaces (Computer software) ; Web applications Development ; Instructional films ; Nonfiction films ; Internet videos
    Abstract: Sponsored by F5 Join us for a conversation on API architectures with James Gough, distinguished engineer at Morgan Stanley and author of Mastering API Architecture, and Byron McNaught, senior solutions marketing manager at F5. They'll discuss strategies for building and testing APIs that use API gateways to combine offerings at the microservice level and cover some of the challenges around deploying, operating, and configuring key components of an API platform, using API gateways and service meshes appropriately, and core security and common vulnerabilities in API architecture. What you'll learn and how you can apply it Learn API fundamentals and architectural patterns for building an API platform Use practical examples to understand how to design, build, and test API-based systems This live course is for you because... You want to go beyond the words on the page and hear from the expert author. You want to learn principles and best practices for mastering API architecture. Recommended follow-up: Read Mastering API Architecture (book) Read Principles of Web API Design: Delivering Value with APIs and Microservices (book) Watch API Day (video) Please note that slides or supplemental materials are not available for download from this recording. Resources are only provided at the time of the live event.
    Note: Online resource; title from title details screen (O'Reilly, viewed August 7, 2023)
    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 (121 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local ; Electronic books
    Abstract: Most organizations with a web presence build and operate APIs; the doorway for customers to interact with the company's services. Designing, building, and managing these critical programs affect everyone in the organization, from engineers and product owners to C-suite executives. But the real challenge for developers and solution architects is creating an API platform from the ground up. With this practical book, you'll learn strategies for building and testing REST APIs that use API gateways to combine offerings at the microservice level. Authors James Gough, Daniel Bryant, and Matthew Auburn demonstrate how simple additions to this infrastructure can help engineers and organizations migrate to the cloud; and open the opportunity to connect internal services using technologies like a service mesh. Learn API fundamentals and architectural patterns for building an API platform Explore evolving trends such as asynchronous and streaming APIs Help drive your API program by performing an informed architectural role Build and configure key components of an API platform Deploy gateways and service meshes based on case studies Understand core security and vulnerabilities in API architecture Secure data and services using OAuth 2.0, TLS, and web application firewalls
    Note: Online resource; Title from title page (viewed January 25, 2022) , 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
    [Erscheinungsort nicht ermittelbar] : Posts & Telecom Press | Boston, MA : Safari
    ISBN: 9787115552334
    Language: English , Chinese
    Pages: 1 online resource (342 pages)
    Edition: 1st edition
    Keywords: Electronic books ; local
    Abstract: 在当前的互联网开发模式下,系统访问量日增、代码臃肿,各种性能问题纷至沓来。性能优化作为一个常谈常新的话题,受到越来越多开发者的关注。而Java是一门使用广泛的语言,社区生态中积攒了大量宝贵的性能优化经验。 作为一本性能调优方面的实用指南,本书从实验科学的角度将JVM调优的技术原理与方法论相结合,并在此基础上提供了可选择的工具。通过对各方面的深入研究,本书能让使用复杂技术栈的中高级Java技术专家以量化和可验证的方法优化Java应用程序性能。 了解Java的原则和技术如何充分利用现代硬件和操作系统 探究一些性能测试以及困扰团队的常见反模式 理解测量Java性能数据的陷阱以及微基准测试的缺点 深入研究JVM垃圾收集日志、监控、调优和工具 探究JIT编译和Java语言性能技术 学习Java集合类API与性能有关的方面,从整体上理解Java并发
    Note: Online resource; Title from title page (viewed January 1, 2021) , Mode of access: World Wide Web.
    Library Location Call Number Volume/Issue/Year Availability
    BibTip Others were also interested in ...
  • 6
    Online Resource
    Online Resource
    Sebastopol, CA : O'Reilly Media, Inc.
    Language: English
    Pages: 1 online resource (500 pages) , illustrations
    Edition: Second edition.
    DDC: 005.2/762
    Keywords: JavaScript (Computer program language)
    Abstract: Performance tuning is an experimental science, but that doesn't mean engineers should resort to guesswork and folklore to get the job done. Yet that's often the case. With this practical book, intermediate to advanced Java technologists working with complex platforms will learn how to tune Java cloud applications for performance using a quantitative, verifiable, and repeatable approach. In response to the ubiquity of cloud computing, this updated edition of Optimizing Cloud Native Java addresses topics that are key to high performance of Java applications in the cloud. Many resources on performance tend to focus on the theory and internals of Java virtual machines, but this book discusses the low-level technical aspects within the context of performance-tuning practicalities and examines a wide range of aspects. With this book, you will: Learn how Java principles and technology make the best use of modern hardware, operating systems, and cloud stacks Examine the pitfalls of measuring Java performance numbers and the drawbacks of microbenchmarking Understand how to package, deploy, operate, and debug Java/JVM applications in modern cloud environments Apply emerging observability approaches to obtain deep understanding of cloud native applications Use Java language performance techniques including concurrent and distributed forms.
    Note: "Early release, raw & unedited.". - Includes bibliographical references
    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...