Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 1,058
- Application software 975
- Java (Computer program language) 452
- Cloud computing 327
- Application program interfaces (Computer software) 301
- Engineering & Applied Sciences 299
- Web site development 286
- Python (Computer program language) 271
- Computer Science 250
- Computer programming 242
- JavaScript (Computer program language) 231
- Web applications 220
- Programming 191
- Computer programs 190
- Microsoft .NET Framework 179
- Computer software 175
- Design 167
- Web sites 162
- Internet programming 153
- Machine learning 145
- Artificial intelligence 140
- Mobile computing 126
- Open source software 123
- Programming languages (Electronic computers) 121
- Computer networks 120
- Android (Electronic resource) 119
- Management 114
- Data mining 109
- Software engineering 107
- Web services 101
-
1061por Morris, Steven, 1972-Tabla de Contenidos: “…; Abstract Services; Managing Abstract Services in OCAP; Registering Applications; Selecting Abstract Services; 6 Resource Management Issues; Introducing the Resource Notification API; Using the Resource Notification API; Handling Resource Contention; Resource Management in OCAP…”
Publicado 2005
Libro electrónico -
1062por Brett Spell, Terrill. authorTabla de Contenidos: “…Contents at a Glance; Introduction; Chapter 1: Going Inside Java; Java's Architecture; The Java Virtual Machine; Different JVM Implementations; The JVM As a Runtime Execution Environment; The Runtime Data Areas of the JVM; The Heap; The Stack; Method Area; Registers; Runtime Constant Pool; The Garbage Collector; The JVM: Loading, Linking, and Initializing; The First Step; Loading; Linking; Java Class File Verification; Preparation; Resolution; Initialization; Bytecode Execution; The Java Class File Format; The Java Programming Language and APIs; The Java Programming Language; The Java APIs…”
Publicado 2015
Libro electrónico -
1063por Choate, MarkTabla de Contenidos: “…Chapter 8: Magic Words, Templates, and SkinsMagic Words; Templates; User Interface; Summary; Chapter 9: Extensions; MediaWiki Hooks; XML Tag Extensions; Parser Functions; Parser Functions with Messages; Hook Extensions; Special Pages; Summary; Chapter 10: The MediaWiki API; Bots: pywikipedia.py; API.php; Summary; Chapter 11: Wiki Performance; Wikipedia Architecture; Caching; Improving Performance; Maintenance Scripts; Summary; Index…”
Publicado 2008
Libro electrónico -
1064por Metula, ErezTabla de Contenidos: “…Extending the Language with a Malware API; Why Should We Extend the Language?; Extending the Runtime with a Malware API; Summary; Endnote; Chapter 7. …”
Publicado 2010
Libro electrónico -
1065Publicado 2016Tabla de Contenidos: “…Creating a RESTful JSON API with Swagger -- Appendix. Installation and development setup -- Index -- List of Figures -- List of Tables -- List of Listings…”
Libro electrónico -
1066por Prasad Reddy, K. Siva. authorTabla de Contenidos: “…Web Applications with SpringBoot -- 11. Building REST API using SpringBoot -- 12. Reactive Programming using Spring WebFlux -- 13. …”
Publicado 2017
Libro electrónico -
1067por Flanagan, DavidTabla de Contenidos: “…Contents; The JavaScript Language; Syntax; Variables; Data Types; Expressions and Operators; Statements; Object-Oriented JavaScript; Regular Expressions; Versions of JavaScript; Client-side JavaScript; JavaScript in HTML; The Window Object; The Document Object; The Legacy DOM; The W3C DOM; IE 4 DOM; DHTML: Scripting CSS Styles; Events and Event Handling; JavaScript Security Restrictions; JavaScript API Reference; Anchor; Applet; Arguments; Array; Attr; Boolean; Comment; DOMException; DOMImplementation; Date; Document; DocumentFragment; Element; Error; Event; Form; Function; Global; History…”
Publicado 2003
Libro electrónico -
1068por Wolber, DavidTabla de Contenidos: “…Communicating with Web APIs…”
Publicado 2011
Libro electrónico -
1069Publicado 2023Tabla de Contenidos: “…Chapter 1: Understanding the Science Behind Blockchain – Cryptography -- Chapter 2: Understanding Blockchain -- Chapter 3: Implementing Your Own Blockchain Using Python -- Chapter 4: Creating Your Own Private Ethereum Test Network -- Chapter 5: Using the MetaMask Chrome Extension -- Chapter 6: Getting Started with Smart Contract -- Chapter 7: Storing Proofs Using Smart Contracts -- Chapter 8: Using the web3.js APIs -- Chapter 9: Developing Web3 dapps using Python -- Chapter 10: Project: Online Lottery -- Chapter 11: Creating Your Tokens -- Chapter 12 - Creating Non-Fungible Tokens (NFT) Using ERC-721 -- Chapter 13 – Introduction to Decentralized Finance…”
Libro electrónico -
1070Publicado 2023Tabla de Contenidos: “…Chapter 1: SwiftUI - A new Beginning -- Chapter 2: Getting Started with SwiftUI -- Chapter 3: SwiftUI Building Blocks -- Chapter 4: State Management -- Chapter 5: Displaying Data in Lists -- Chapter 6: Building Input Forms -- Chapter 7: Getting Started with Combine -- Chapter 8: Driving UI State with Combine- Chapter 9: Networking with Combine -- Chapter 10: Error Handling in Combine -- Chapter 11: Implementing Custom Combine Operators -- Chapter 12: Wrapping existing APIs in Combine (Firebase) -- Chapter 13: Combine Schedulers and SwiftUI -- Chapter 14: Getting Started with async-await -- Chapter 15: Using async-await in SwiftUI -- Chapter 16: Bringing it all together - SwiftUI, async-await, and Combine…”
Libro electrónico -
1071Publicado 2015Tabla de Contenidos: “…-- Passing code with behavior parameterization -- Lambda expressions -- Functional-style data processing -- Introducing streams -- Working with streams -- Collecting data with streams -- Parallel data processing and performance -- Effective Java 8 programming -- Refactoring, testing, and debugging -- Default methods -- Using Optional as a better alternative to null -- CompletableFuture: composable asynchronous programming -- New Date and Time API -- Beyond Java -- Thinking functionally -- Functional programming techniques -- Blending OOP and FP: comparing Java 8 and Scala -- Conclusions and where next for Java -- Appendix A. …”
Libro electrónico -
1072Publicado 2018Tabla de Contenidos: “…The UserTokenRequired interface -- The UserTokenRequiredAspect class -- Getting my tickets - customer -- Allowing a user to view their single ticket -- Allowing a customer to update a ticket -- Updating a ticket - service (TicketServiceImpl) -- Deleting a ticket -- Deleting a service - service (TicketServiceImpl) -- Deleting my ticket - API (ticket controller) -- Admin Ticket management -- Allowing a admin to view all tickets -- Getting all tickets - service (TicketServiceImpl) -- Getting all tickets - API (ticket controller) -- The AdminTokenRequired interface -- The AdminTokenRequiredAspect class -- Admin updates a ticket -- Updating a ticket by admin - service (TicketServiceImpl) -- Allowing admin to view a single ticket -- Allowing admin to delete tickets -- Deleting tickets - service (TicketServiceImpl): -- Deleting tickets by admin - API (ticket controller): -- CSR Ticket management -- CSR updates a ticket -- CSRTokenRequired AOP -- CSRTokenRequiredAspect -- CSR view all tickets -- Viewing all tickets by CSR - API (ticket controller) -- CSR view single ticket -- CSR delete tickets -- Deleting tickets - service (TicketServivceImpl) -- Deleting tickets by CSR - API (ticket controller) -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
1073Publicado 2018Tabla de Contenidos: “…-- Polyfilling older browsers -- The podcast application -- The Fetch API -- Introducing Fetch -- Using the Fetch API -- The response object -- Service worker fetch -- Polyfilling fetch in legacy browsers -- Creating a service worker shell -- The service worker life cycle -- Caching -- Using push notifications -- Implementing push notifications -- Setting up push notifications -- Managing the user's subscription -- Handling push notifications -- Unsubscribing from push notifications -- Handling a push subscription change -- Background sync -- Summary -- Chapter 5: The Service Worker Life Cycle -- Registering a service worker -- Service worker clients -- The service worker registration object -- Updating a service worker -- Service worker scope -- Service worker updates -- Service worker events -- Summary -- Chapter 6: Mastering the Cache API - Managing Web Assets in a Podcast Application -- Using the Fetch API -- Request object -- Handling cross-origin requests -- Managing request credentials -- Controlling how a response is cached -- Headers object…”
Libro electrónico -
1074Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: Working with Azure Virtual Machines -- Technical requirements -- Designing solutions for virtual machines -- Virtual machine series and sizes -- Available VM series and sizes -- Availability Sets -- Fault domains and update domains -- Managed Disks -- Creating highly available virtual machines -- Creating highly available virtual machines from the Azure Portal -- Creating highly available virtual machines from PowerShell -- VM Scale Sets -- Creating a VM Scale Set from the Azure Portal -- Accessing your VM Scale Sets -- VM Scale Set templates -- Disaster recovery -- Backup and recovery -- Replication -- Summary -- Questions -- Further reading -- Chapter 2: Configuring Compute-Intensive Applications -- High-performance compute virtual machines -- Microsoft HPC Pack -- Cloud-native HPC solutions -- Hybrid HPC architecture -- Azure Batch -- Creating an Azure Batch service -- Stateless components -- Containers on Azure Batch -- Summary -- Questions -- Further reading -- Chapter 3: Designing Web Applications -- Technical requirements -- Azure Web Apps -- App Service plans -- The App Service Environment (ASE) -- Creating an ASE -- Web Apps for Containers -- Getting started with Web App for Containers -- Designing Web Apps for high availability, scalability, and performance -- High availability and performance -- Using a CDN -- Using Redis Cache -- Using Azure Traffic Manager -- Scalability -- Scaling out -- Scaling up -- Designing and securing custom Web APIs -- Designing your Web API -- Securing your Web API -- Summary -- Questions -- Further reading -- Chapter 4: Implementing Serverless and Microservices -- Technical requirements -- Event-driven actions using Azure Functions -- Consumption App Service plan…”
Libro electrónico -
1075por Marchioni, FrancescoTabla de Contenidos: “…Getting Started with JBoss AS 7 -- An overview of Java EE and JBoss AS 7 -- Welcome to Java EE 6 -- JavaServer Faces (JSF) 2.0 -- Enterprise JavaBeans (EJB) 3.1 -- Java Persistence API (JPA) 2.0 -- Contexts and Dependency Injection for Java -- Java Servlet API 3.0 -- Java API for web services (JAX-RS and JAX-WS) -- Java API for XML-based web services (JAX-WS) -- Java architecture for XML Binding (JAXB) 2.2 -- New features in JBoss AS 7 -- Installing the server and client components -- Installing Java SE -- Testing the installation -- Installing JBoss AS 7 -- Starting up JBoss AS -- Connecting to the server with the Command Line Interface -- Stopping JBoss -- Locating the shutdown script -- Stopping JBoss on a remote machine -- Restarting JBoss -- Installing the Eclipse environment -- Installing JBoss Tools -- Alternative development environments -- Installing Maven -- Testing the installation -- Summary -- 2. …”
Publicado 2013
Libro electrónico -
1076por Gouigoux, Jean-PhilippeTabla de Contenidos: “…-- Pivotal format for the other interfaces -- Summary -- Chapter 9: Exploring Domain-Driven Design and Semantics -- A functional approach to a functional problem -- The importance of semantics -- DDD -- Application to clean information system architecture -- Using entities in referential applications -- Managing the life cycle of entities -- Relation between subdomains and time -- Link to the API and services -- Including time in an API -- Aligning an API to subdomains and the consequences -- API testability -- Summary -- Chapter 10: Master Data Management -- Responsibilities around the data -- Persistence -- The question of identifiers -- The single entity reading responsibility -- Other kinds of reading responsibilities -- The complex art of deleting data -- Relation to specialized links -- So-called secondary features -- Metadata and special kinds of data -- The different kinds of data referential applications -- Centralized architecture -- Clone architecture -- Consolidated and distributed architectures -- Other types of referential architectures -- Some architectural choices -- Tabular versus NoSQL…”
Publicado 2024
Libro electrónico -
1077Publicado 2024Tabla de Contenidos: “…-- Planning the Web API -- Creating a Web API with Python and Flask -- Step 1: Create a new project -- Step 2: Install Flask -- Step 3: Create an entry point -- Step 4: Create a Flask app -- Use case: a Web API for an e-commerce site -- Step 1: Create a Web API for an e-commerce site -- Step 2: Return JSON instead of text -- Step 3: Add code to read and write to a database -- Step 4: Improve the code -- Run the code -- Refactor the code -- Step 5: Document the API -- Assignment -- Solution -- Challenge -- Summary -- Chapter 9: Augment Web Apps with AI Services -- Introduction -- Business domain, e-commerce -- Problem and data domain -- Feature breakdown -- Prompt strategy -- Creating a model -- Coming up with a plan -- Importing libraries -- Reading the CSV file -- Creating test and training datasets -- Creating a model -- How good is the model? …”
Libro electrónico -
1078Publicado 2011Tabla de Contenidos: “…-- 13.2.Beginning the tickets API -- 13.3.Rate limiting -- One request, two request, three request, four -- No more, thanks! …”
Libro electrónico -
1079Publicado 2024Tabla de Contenidos: “…Enabling partner telemetry in Dynamics 365 Business Central online -- KQL log analysis -- Statements -- Operators -- Functions -- Application Insights -- Alerts -- Dashboards -- Workbooks -- Tools to analyze telemetry data -- Power BI telemetry apps -- Custom signals -- Summary -- Chapter 12: Coding for Performance -- Defining an efficient data access layer -- Table extension changes from Dynamics 365 Business Central version 23 -- Setting the transaction isolation level in AL code -- Writing efficient pages and reports -- Writing performant installation and upgrade AL codeunits -- Events and performance -- Running asynchronous patterns -- Using StartSession in AL code -- Using Task Scheduler in AL code -- Testing and validating performances -- Summary -- Chapter 13: Dynamics 365 Business Central APIs -- Using the OData protocol for APIs -- Configuring OAuth authentication for Dynamics 365 Business Central APIs -- Registering an application in Microsoft Entra ID -- Setting the application permissions -- Creating a client secret -- Microsoft Entra application registration in Dynamics 365 Business Central -- Acquiring an authentication token from Microsoft Entra ID -- Using Dynamics 365 Business Central standard APIs -- Creating a custom API in Dynamics 365 Business Central -- Implementing a new API for a custom entity -- Implementing a new API for an existing entity -- Using the read-only database replica -- Dynamics 365 APIs' operational limits -- Using OData bound actions -- Using OData unbound actions -- Using OData batch calls with Dynamics 365 Business Central APIs -- Using Dynamics 365 Business Central webhooks -- Summary -- Chapter 14: Extending Dynamics 365 Business Central with Azure Services -- Overview of Azure Functions -- Creating functions with Azure Functions -- Using Azure Functions from AL -- Overview of Azure Logic Apps…”
Libro electrónico -
1080Publicado 2022Tabla de Contenidos: “…-- Bonus Content -- How to Contact the Publisher -- Chapter 1 Handling Date, Time, Text, Numeric and Boolean Values -- Chapter 2 Controlling Program Flow -- Chapter 3 Utilizing Java Object-Oriented Approach -- Chapter 4 Handling Exceptions -- Chapter 5 Working with Arrays and Collections -- Chapter 6 Working with Streams and Lambda Expressions -- Chapter 7 Packaging and Deploying Java Code and Use the Java Platform Module System -- Chapter 8 Managing Concurrent Code Execution -- Chapter 9 Using Java I/O API -- Chapter 10 Accessing Databases Using JDBC -- Chapter 11 Implementing Localization -- Chapter 12 Practice Exam 1 -- Chapter 13 Practice Exam 2 -- Chapter 14 Practice Exam 3 -- Answers to Review Questions -- Chapter 1: Handling Date, Time, Text, Numeric and Boolean Values -- Chapter 2: Controlling Program Flow -- Chapter 3: Utilizing Java Object-Oriented Approach -- Chapter 4: Handling Exceptions -- Chapter 5: Working with Arrays and Collections -- Chapter 6: Working with Streams and Lambda Expressions -- Chapter 7: Packaging and Deploying Java Code and Use the Java Platform Module System -- Chapter 8: Managing Concurrent Code Execution -- Chapter 9: Using Java I/O API -- Chapter 10: Accessing Databases Using JDBC -- Chapter 11: Implementing Localization -- Chapter 12: Practice Exam 1 -- Chapter 13: Practice Exam 2 -- Chapter 14: Practice Exam 3 -- Index -- EULA…”
Libro electrónico