Mostrando 301 - 320 Resultados de 909 Para Buscar '"JSON"', tiempo de consulta: 0.08s Limitar resultados
  1. 301
    Publicado 2019
    “…In addition to its popular web server, NGINX now provides a dynamic application server that supports a RESTful JSON API. The open source NGINX Unit server deploys configuration changes without service disruptions and runs apps built with multiple languages and frameworks. …”
    Libro electrónico
  2. 302
    Publicado 2020
    “…Alongside its popular web server, NGINX provides a dynamic application server that supports configuration through a RESTful JSON API. The open source NGINX Unit server deploys configuration changes without service disruptions and runs apps built with multiple languages and frameworks. …”
    Libro electrónico
  3. 303
    Publicado 2018
    “…Write code in Java. Say goodbye to JSON and XML About This Video Learning and getting hands-on on Protocol Buffers helps you to enhance your career opportunities and helps to boost your income. …”
    Video
  4. 304
    Publicado 2010
    “…You'll take on XML and JSON, and use both data formats to make your pages and web apps responsive and user-friendly. …”
    Video
  5. 305
    Publicado 2012
    “…Presents brand new material on Django, Google App Engine, CSV/JSON/XML, and Microsoft Office. Includes Python 2 and 3 code samples to get you started right away! …”
    Libro electrónico
  6. 306
    Publicado 2012
    “…Viewers will learn how to use blocks, use categories to extend the capabilities of existing classes, use keyvalue coding and keyvalue observing, use threading to harness the power of multiprocessor and multicore machines, understand design patterns e commonly used in Objective-C, and how to serialize and deserialize objects to property lists and to JSON strings. Finally, the video covers best practices for programming clean code in Objective-C. …”
    Video
  7. 307
    por Ouellette, Jason, 1973-
    Publicado 2013
    “…This edition’s extensive new coverage includes Developer Console, JSON, Streaming and Tooling APIs, Bulk API, Force.com Canvas, REST integration, support for Web MVC frameworks, Dynamic Apex and Visualforce, and an all-new chapter on mobile user interfaces. …”
    Libro electrónico
  8. 308
    Publicado 2024
    “…The guide also covers enhancing application security through authentication and authorization with JSON Web Tokens. Beyond mastering the stack, you'll get to grips with integrating Large Language Models (like ChatGPT) for advanced functionality, such as automated email sending. …”
    Libro electrónico
  9. 309
    Publicado 2023
    “…How do I set and use the return value in function calls? How do I process JSON data? How do I create lazy attributes to improve performance? …”
    Video
  10. 310
    Publicado 2023
    Tabla de Contenidos: “…Displaying and creating JSON documents -- Turning JSON documents into rows -- Accessing a JSON document -- Summary -- Chapter 5: Log Files and System Statistics -- Gathering runtime statistics -- Working with PostgreSQL system views -- Creating log files -- Configuring the postgresql.conf file -- Summary -- Questions -- Chapter 6: Optimizing Queries for Good Performance -- Learning what the optimizer does -- A practical example - how the query optimizer handles a sample query -- Understanding execution plans -- Approaching plans systematically -- Spotting problems -- Understanding and fixing joins -- Getting joins right -- Processing outer joins -- Understanding the join_collapse_limit variable -- Enabling and disabling optimizer settings -- Understanding genetic query optimization -- Partitioning data -- Creating inherited tables -- Applying table constraints -- Modifying inherited structures -- Moving tables in and out of partitioned structures -- Cleaning up data -- Understanding PostgreSQL 15.x partitioning -- Handling partitioning strategies -- Using range partitioning -- Utilizing list partitioning -- Handling hash partitions -- Adjusting parameters for good query performance -- Speeding up sorting -- Speeding up administrative tasks -- Making use of parallel queries -- What is PostgreSQL able to do in parallel? …”
    Libro electrónico
  11. 311
    Publicado 2018
    Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Foreword -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introducing Aurelia -- JavaScript fundamentals -- Dynamic typing -- Object oriented -- Functional -- Prototyped -- Events handling -- The ECMAScript standard -- ES 6 -- Arrow functions -- String interpolation -- Destructuring -- Setting up our environment -- Installing Node.js -- The Node Package Manager -- NPM website -- NPM Registry -- NPM CLI -- Common NPM operations -- Updating NPM -- Installing NPM packages -- Versions -- The package.json file -- Dependencies and devDependencies -- The Aurelia framework -- What is a JavaScript framework? …”
    Libro electrónico
  12. 312
    Publicado 2023
    Tabla de Contenidos: “…The request method -- HTTP status codes -- Making requests with CORS -- Making a simple request -- Making a non-simple request -- Working with JSON data -- Getting JSON data -- Sending JSON data -- Chapter 12 Using JavaScript Modules -- Defining Modules -- Exporting Modules -- Named exports -- Default exports -- Importing Modules -- Importing named modules -- Importing default modules -- Renaming Exports and Imports -- Importing a Module Object -- Loading Dynamic Modules -- Importing Modules into HTML -- Book 2 Meet Your Web Browser -- Chapter 1 What a Web Browser Does -- Interfacing with a Browser -- Introducing the Browser Engine -- The Rendering Engine -- The JavaScript engine -- Identifying and preventing render blocking -- Unblocking your code with async and defer -- Networking -- Data storage -- Chapter 2 Programming the Browser -- Understanding Web APIs and Interfaces -- Hooking into interfaces -- Built-in browser APIs -- Custom APIs -- Getting Around the Navigator -- Inspecting the navigator's quirks -- Navigator properties -- Stealing a Glimpse Through the Window -- Window properties -- Window methods -- Introducing the HTML DOM -- Document properties -- Document methods -- Selecting element nodes -- Selecting with getElementById() -- Selecting using selectors -- Creating and adding elements to the DOM -- Element nodes -- Element methods -- Knowing Your History -- Book 3 React -- Chapter 1 Getting Started with React -- Understanding ReactJS -- Distilling "Thinking in React" -- Building a React UI -- Step 1: Design the component hierarchy -- Step 2: Build a static version in React -- Step 3: Identify the state -- Step 4: Determine where the state should live -- Step 5: Implement inverse data flow -- React is component-based -- React is declarative -- React is just JavaScript -- Initializing a Project with Vite -- Introducing Vite…”
    Libro electrónico
  13. 313
    por Stefanov, Stoyan
    Publicado 2013
    Tabla de Contenidos: “…Error objects -- The Error.prototype members -- JSON -- Members of the JSON object -- D. Regular Expressions -- Index…”
    Libro electrónico
  14. 314
    por GLASER, J. D.
    Publicado 2017
    Tabla de Contenidos: “…Chapter 13: Secure Session ManagementChapter 14: Secure Session Storage; Chapter 15: Secure Forms and Account Registration; Chapter 16: Secure Client Server Form Validation; Chapter 17: Secure File Uploading; Chapter 18: Secure JSON Requests; Chapter 19: Google Maps, YouTube, and jQuery Mobile; Chapter 20: Twitter Authentication and SSL cURL; Chapter 21: Secure AJAX Shopping Cart; Chapter 22: Common Facebook Canvas Vulnerability Points; Appendix; Back Cover…”
    Libro electrónico
  15. 315
    por So, Preston. author
    Publicado 2018
    Tabla de Contenidos: “…Using Views with Core REST -- 12. JSON API in Drupal -- 13. RELAXed Web Services -- 14. …”
    Libro electrónico
  16. 316
    Publicado 2023
    Tabla de Contenidos: “…Converting to and from JSON -- Defining request model -- Defining a response model -- Reporting errors with JSON -- Using JSONError -- Using JSONMessage -- Summary -- Part 3: Single-Page Apps with Vue and Go -- Chapter 7: Frontend Frameworks -- Technical requirements -- Server-side rendering versus single-page apps -- Introducing React, Vue, and more -- React -- Svelte -- Vue -- Creating a Vue app -- Application and components -- Login page using Vue -- Using Vite -- Using Vue Router to move around -- Routing the login page -- Summary -- Chapter 8: Frontend Libraries -- Technical requirements -- Understanding Vuetify -- Setting up Vuetify -- Using UI components -- Understanding Buefy -- Bulma sample -- Setting up Buefy -- UI components -- Validating data entry with Vuelidate -- Better input handling with Cleave.JS -- Summary -- Chapter 9: Tailwind, Middleware, and CORS -- Technical requirements -- Introducing Tailwind -- Creating a new Tailwind and Vite project -- Consuming your Golang APIs -- CORS for secure applications -- Creating Vue middleware -- Summary -- Chapter 10: Session Management -- Technical requirements -- Session management and JWTs -- What's a JWT? …”
    Libro electrónico
  17. 317
    Publicado 2023
    Tabla de Contenidos: “…Printing Objects -- Objects and JSON -- Serializing Objects -- Deserializing Objects -- Objects vs. …”
    Libro electrónico
  18. 318
    Publicado 2016
    Tabla de Contenidos: “…Cover; Copyright; Credits; About the Author; Acknowledgments; About the Reviewer; www.PacktPub.com; Table of Contents; Preface; Chapter 1: Getting Started with Elasticsearch; Introducing Elasticsearch; The primary features of Elasticsearch; Understanding REST and JSON; What is REST?; What is JSON?; Elasticsearch common terms; Understanding Elasticsearch structure with respect to relational databases; Installing and configuring Elasticsearch; Installing Elasticsearch on Ubuntu through Debian package; Installing Elasticsearch on Centos through the RPM package…”
    Libro electrónico
  19. 319
    por Franklin, Jack
    Publicado 2013
    Tabla de Contenidos: “…""Passing in Two Objects""""Animation Shortcuts""; ""More Convenience Methods""; ""Fading""; ""Sliding""; ""Sliding and Fading""; ""The Animation Queue""; ""A Common Problem""; ""Fixing Your Accordion""; ""The Image Slider""; ""Summary""; ""CHAPTER 8 Ajax with jQuery""; ""JSON""; ""Parsing JSON in JavaScript""; ""Ajax with jQuery""; ""Setting Up a Local Development Server""; ""A Real API: Dribbble""; ""Summary""; ""CHAPTER 9 Writing a jQuery Plug-in""; ""Why a Plug-in?""…”
    Libro electrónico
  20. 320
    por Barry, Douglas K.
    Publicado 2013
    Tabla de Contenidos: “…History of Web Services SpecificationWeb Services Description Language; Universal Description, Discovery, and Integration; SOAP; Web Services Specifications; Using SOAP without UDDI; Using REST; Using XML; JSON, an XML Alternative; When to Use SOAP, REST, JSON, or Other Options; The Opportunity and Importance of Standardized Semantic Vocabularies; Service-Oriented Architecture Explained; Relationship of Web Services and SOA; Identification and Design of Services; Service-Oriented Architecture; Summary; Chapter 4 Cloud Computing; Blurring of Internal and External Services…”
    Libro electrónico