We are improving our search experience. To check which content you have full access to, or for advanced search, go back to the old search.

Search

Please fill in this field.
Filters applied:

Search Results

Showing 81-100 of 3,139 results
  1. Going Serverless with the Amazon AWS Rust SDK

    In the previous chapter, you built a REST API that could serve up a static web page and interact with a database. This works fine when you deploy on...
    Shing Lyu, Andrew Rzeznik in Practical Rust Projects
    Chapter 2023
  2. Serverless Debugging

    Like many things in software, the benefits of serverless (or Platform as a Service) are great. We can ignore infrastructure complexities and focus on...
    Chapter 2023
  3. MicroProfile JSON Web Tokens and Jakarta Security

    This chapter discusses the MicroProfile JSON Web Token specification. It first covers an overview of a JWT and then discusses the specifics of the...
    Chapter 2023
  4. A Basic Spring Boot Application

    You could start writing code directly, but that, even while being pragmatic, would be far from a real case. Instead, you’ll see how to define a...
    Moisés Macero García, Tarun Telang in Learn Microservices with Spring Boot 3
    Chapter 2023
  5. Leaderboards

    This chapter introduces leaderboards and explains how to implement them in games. Leaderboards are important motivators for players. Achieving the...
    Balint Bors in Game Backend Development
    Chapter 2023
  6. Performance and Memory

    In their groundbreaking book Refactoring, Fowler and Beck tell a story of a slow performing system. All the experts gathered around to give their...
    Chapter 2023
  7. Unsupervised State Representation Learning in Partially Observable Atari Games

    State representation learning aims to capture latent factors of an environment. Although some researchers realize the connections between masked...
    Li Meng, Morten Goodwin, ... Paal Engelstad in Computer Analysis of Images and Patterns
    Conference paper 2023
  8. A Region-Based Randers Geodesic Approach for Image Segmentation

    The geodesic model based on the eikonal partial differential equation (PDE) has served as a fundamental tool for the applications of image...

    Da Chen, Jean-Marie Mirebeau, ... Laurent D. Cohen in International Journal of Computer Vision
    Article 05 September 2023
  9. Configuring Advanced Network Services

    You learned in Chapter 5 how Google Cloud load balancing comprises an ecosystem of products and services....
    Chapter 2023
  10. Identity and Device Trust

    Chapter 10 was about securing devices. Part of security is securing the connections between devices. Chapter 10 was about directory services. Most of...
    Charles Edge, Rich Trouton in Apple Device Management
    Chapter 2023
  11. The HyperText Transfer Protocol

    The HyperText Transfer Protocol, HTTP, is the lingua franca of the Internet. It is a client–server application level protocol. It is used by clients,...
    Thomas Bressoud, David White in Introduction to Data Systems
    Chapter 2020
  12. Deployment Files and Automation

    In the previous chapter, we looked at how to deploy our website as a container using the command line.
    Chapter 2023
  13. Enterprise Message Queues

    A message queue is a special service that handles message passing between services in your cluster. Using message queueing in your cloud architecture...
    Chapter 2023
  14. Monitoring MySQL Using Oracle Enterprise Manager Cloud Control 13c

    One of the critical jobs of a database administrator is to monitor and manage the database systems for performance and other operations. This can be...
    Y V Ravi Kumar, Arun Kumar Samayam, Naresh Kumar Miryala in Mastering MySQL Administration
    Chapter 2024
  15. Symbolic Studies of Maxwell’s Equations in Space-Time Algebra Formalism

    Abstract

    Different implementations of Clifford algebra: spinors, quaternions, and geometric algebra, are used to describe physical and technical...

    A. V. Korol’kova, M. N. Gevorkyan, ... D. S. Kulyabov in Programming and Computer Software
    Article 01 April 2024
  16. Spring REST Support

    Chapter 13 introduced communication over the HTTP protocol between two Spring Web applications that exposed REST API. This chapter expands the...
    Peter Späth, Iuliana Cosmina, ... Chris Schaefer in Pro Spring 6 with Kotlin
    Chapter 2023
  17. An Efficient Approach to Detect and Predict the Tomato Leaf Disease Using Enhance Segmentation Neural Network

    The agricultural sector plays a crucial role in the Indian economy. According to the Economic Survey of India 2020–21 report, production in FY21 was...

    Abhishek Bajpai, Titiksha Tyagi in SN Computer Science
    Article 14 October 2023
  18. Strategies to parallelize a finite element mesh truncation technique on multi-core and many-core architectures

    Achieving maximum parallel performance on multi-core CPUs and many-core GPUs is a challenging task depending on multiple factors. These include, for...

    Jose M. Badia, Adrian Amor-Martin, ... Luis Emilio Garcia-Castillo in The Journal of Supercomputing
    Article Open access 02 December 2022
  19. REST APIs

    You’ve just completed building a web page frontend in Rust. But the web is massive, in content type, technologies used, and raw quantity. At the time...
    Shing Lyu, Andrew Rzeznik in Practical Rust Projects
    Chapter 2023
  20. Introduction to Laravel

    Lately the development of web applications and websites has become more and more simple as developers make use of development tools. Let’s explore...
    Gunnard Engebreth, Satej Kumar Sahu in PHP 8 Basics
    Chapter 2023
Did you find what you were looking for? Share feedback.