Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 224
- Application software 200
- JavaScript (Computer program language) 111
- Web site development 77
- Computer programming 68
- Java (Computer program language) 67
- Python (Computer program language) 63
- Web applications 58
- Database management 52
- Programming 48
- Application program interfaces (Computer software) 45
- Cloud computing 44
- Internet programming 39
- Programming languages (Electronic computers) 39
- Microsoft .NET Framework 37
- Web sites 34
- Computer programs 33
- Data mining 33
- Design 33
- iOS (Electronic resource) 29
- Computer software 28
- Big data 26
- Engineering & Applied Sciences 25
- Go (Computer program language) 24
- Node.js 24
- Web Development 23
- Client/server computing 21
- Mobile computing 21
- SQL (Computer program language) 21
- Ajax (Web site development technology) 20
-
121por Karunakaran, Prem Kumar. authorTabla de Contenidos: “…Getting started with Play 2 -- Chapter 2: Build System -- Chapter 3: Play Controllers and HTTP Routing -- Chapter 4: Play Views and Templating with Scala -- Chapter 5: Concurrency and Asynchronous programming -- Chapter 6: Web Services, Json and XML -- Chapter 7: Accessing Databases -- Chapter 8: Complete Example -- Chapter 9: Using Play modules -- Chapter 10: Application Settings & Error handling -- Chapter 11: Working with Cache -- Chapter 12: Production Deployment…”
Publicado 2020
Libro electrónico -
122Publicado 2009Tabla de Contenidos: “…Cover; Table of Contents; Title Page; Introduction; Chapter 1: Working with Restful Services; Chapter 2: The Twitter Rest Api; Chapter 3: Working with XML, JSON, and Jsonp; Chapter 4: The Twitter Search API; Chapter 5: Working with RSS and Atom Syndication; Chapter 6: Basic Authentication and OAuth; Chapter 7: Maximizing Performance and Functionality; Chapter 8: Data Push vs. …”
Libro electrónico -
123Publicado 2015Tabla de Contenidos: “…Extract: Acquiring Text -- Reading from Files - Processing Standard Input -- Shell One-liners -- Flexible Filters with ARGF -- Delimited Data --Scraping HTML Encodings -- Transform: Modifying and Manipulating Text -- Regular Expressions Basics -- Extraction and Substitution with Regular Expressions -- Writing Parsers -- Natural Language Processing -- Load: Writing Text -- Standard Output and Standard Error -- Writing to Other Processes and to Files -- Serialization and Structure: JSON, XML, CSV -- Templating output with ERB Appendices -- A Shell Primer -- Useful Shell Commands…”
Libro electrónico -
124Publicado 2015Tabla de Contenidos: “…Introduction to C# Coding and Debugging -- Variables, Constants, Arrays, and Enumerations -- Numeric Operators and routines -- Methods and Scope -- Conditional Structures and Loops -- String Manipulation -- Date and Time Handling -- Encapsulation Through Object-Oriented Programming -- Inheritance -- Generic Types and Collections -- Delegates, Anonymous Functions and Events -- Interfaces -- Database Setup -- The Entity Framework -- LINQ to Entities : Query Syntax -- LINQ to Entities : Method-Based Syntax -- Join Queries with LINQ to Entities -- Traditional database development -- File Input Output -- XML Handling -- JSON Handling…”
Libro electrónico -
125Publicado 2009Tabla de Contenidos: “…jQuery basics -- Selecting elements with jQuery -- Beyond the basics -- jQuery utilities -- Faster, simpler, more fun -- Dimensions -- Effects -- Events -- Advanced events -- HTML form enhancements from scratch -- HTML form enhancements with plugins -- JQuery plugins -- Interface components from scratch -- User interfaces with jQuery UI -- jQuery UI theming -- JQuery, Ajax, data formats: HTML, XML, JSON, JSONP -- Using jQuery in large projects -- Unit testing…”
Libro electrónico -
126Publicado 2021Tabla de Contenidos: “…Common Customizations with JSON:API -- 12. Consuming the Reddit API -- 13. Polymorphic Relationships,…”
Libro electrónico -
127Publicado 2021“…Inside this fully updated edition, you’ll find coverage of new PostGIS features such as PostGIS Window functions, parallelization of queries, and outputting data for applications using JSON and Vector Tile functions…”
Vídeo online -
128por Redmond, Paul. author“…You will learn how to write fully-tested APIs and understand essential Lumen concepts used to build a solid foundation for writing API projects, along with the following important features: Maintain your API's database structure through built-in database migrations Write tests with factory data in a test database Respond with consistent data output in JSON Deal with PHP exceptions by using JSON responses Create, read, update, and delete REST resources Represent model associations in API responses Build a solid foundation for writing tests with PHPUnit and Mockery Validate data …”
Publicado 2016
Libro electrónico -
129por Juneau, Josh. authorTabla de Contenidos: “…RESTful Web Services -- 14. WebSockets and JSON -- 15. Security -- 16. Concurrency and Batch -- 17. …”
Publicado 2020
Libro electrónico -
130Publicado 2023Tabla de Contenidos: “…Table of Contents Introduction to Data Ingestion Principals of Data Access – Accessing your Data Data Discovery – Understanding Our Data Before Ingesting It Reading CSV and JSON Files and Solving Problems Ingesting Data from Structured and Unstructured Databases Using PySpark with Defined and Non-Defined Schemas Ingesting Analytical Data Designing Monitored Data Workflows Putting Everything Together with Airflow Logging and Monitoring Your Data Ingest in Airflow Automating Your Data Ingestion Pipelines Using Data Observability for Debugging, Error Handling, and Preventing Downtime…”
Libro electrónico -
131por Amundsen, MichaelTabla de Contenidos: “…XML Hypermedia; Scenario; Designing the Maze XML Media Type; Identifying the State Transitions; Selecting the Basic Design Elements; The Maze+XML Document; The collection element; The item element; The cell element; The error element; Sample Data; The Server Code; The Collection State Response; The Item State Response; The Cell State Response; The Exit State Response; The Client Code; Maze Game Example; HTML5 Markup; JavaScript; Maze Bot Example; HTML5 Markup; JavaScript; Summary; Chapter 3. JSON Hypermedia; Scenario; Designing the Collection+JSON Media-Type…”
Publicado 2012
Libro electrónico -
132Publicado 2018Tabla de Contenidos: “…Filtering include and exclude patterns -- JSON Data File formats -- The JSONObject class -- Summary -- Chapter 6: Developing Data-Driven Test Classes -- Introduction -- Annotating test class methods using TestNG -- TestNG annotations -- @Test -- TestNG setup/teardown methods -- Setup methods -- @BeforeSuite, @BeforeTest, @BeforeGroups, @BeforeClass, and @BeforeMethod -- Teardown methods -- @AfterSuite, @AfterTest, @AfterGroups, @AfterClass, and @AfterMethod -- Order of precedence -- Naming conventions for test methods -- Test classes and data files -- Test methods -- Test parameters -- Test groups -- Test setup/teardown methods -- Using the TestNG DataProvider -- Calling page object methods in test classes -- Exception handling in test classes -- Test methods -- The setup/teardown methods -- The ITestResult class -- Test listener/reporter classes -- Designing base setup classes -- TestNG suite file structure -- Suite section: < -- suite> -- -- Groups section: < -- groups> -- -- Listeners section: < -- listeners> -- -- Test section: < -- test> -- -- Suite parameters -- @Parameters -- Summary -- Chapter 7: Encapsulating Data in Data-Driven Testing -- Introduction -- Casting JSON data to Java objects -- JSON object -- Sequential numbering of row IDs in the data file -- Using Java object getter/setter methods -- Passing data to page object methods -- Building in positive, negative, boundary, and limit testing -- Negative testing -- Confirmation and exception property files -- Property files -- Lookup method in DataProvider -- JSON data file data -- Converting confirmation/error code on the fly -- Property files and parsing test data on the fly -- Environment property files -- System properties -- Initializing property file data -- Global variables versus dynamic data -- Processing JVM args…”
Libro electrónico -
133por Kelley, JeffTabla de Contenidos: “…Chapter 6 Integrating Networkingand Web ServicesLoading Data from the Network; Creating a URL Request; Creating a URL Connection; Interpreting the Response; Using Received Data; Asynchronous Operation; URL Connection Delegate Methods; Asynchronous Networking Concerns; Parsing JSON and XML from Web ServicesJSON and; Parsing XML; Parsing JSON; Creating JSON Representations; Parsing Foundation Objects into Model Objects; Downloading Files; When to Cache Files; Downloading Images; Sending Data Across the Network; Creating a Twitter Client; Summary; Chapter 7 Writing Modern Codewith Blocks…”
Publicado 2012
Libro electrónico -
134Publicado 2018Tabla de Contenidos: “…-- Let's walk through a marketplace example -- Extending Directory Services to Azure -- Terminology to remember with Azure -- Summary -- Questions -- Further reading -- Chapter 2: Moving Existing Apps to Azure -- Technical requirements -- How I approach the discussion -- Rehost -- Refactor -- Re-architect -- Rewrite -- Creating resources in the Azure Portal -- Migrating to Azure -- Let's talk SaaS migrations -- Office 365 -- Let's talk IaaS -- PowerShell and ARM Template -- Deploy-AzureResourceGroup.ps1 -- azuredeploy.parameters.json -- azuredeploy.json -- Let's talk PaaS -- Deploy-Azure-WebsiteAndDatabase.parameters.json -- Deploy-Azure-WebsiteAndDatabase.template.json -- Summary -- Questions -- Further reading -- Chapter 3: Building Solutions in Azure -- Technical requirements -- Let me Azure you of something! …”
Libro electrónico -
135Publicado 2015Tabla de Contenidos: “…Merging plugin and main program projectsCreating a C++ plugin for QML applications; Summary; Chapter 6: Getting Wired and Managing Downloads; Introducing Qt network programming; Utilizing QNetworkAccessManager; Making use of the progress bar; Writing multithreaded applications; Managing a system network session; Summary; Chapter 7: Parsing JSON and XML Documents to Use Online APIs; Setting up Qt for Android; Parsing JSON results; Parsing XML results; Building Qt applications for Android; Parsing JSON in QML; Summary; Chapter 8: Enabling Your Qt Application to Support Other Languages…”
Libro electrónico -
136Publicado 2012“…Nach der Lektüre des Buches ist der Leser in der Lage, die JavaScript-Bibliothey jQuery nahtlos mit HTML und CSS zu kombinieren und Daten mit PHP, MySQL und JSON zu verarbeiten…”
Libro electrónico -
137Publicado 2021Tabla de Contenidos: “…Expanding on Data Type Concepts -- 15. Working with XML and JSON -- 16. Writing Advanced Queries -- 17.Where to Go Next? …”
Libro electrónico -
138por Crowley, MatthewTabla de Contenidos: “…Internet Explorer Architecture -- Interoperability and Compatibility -- Enriching Web Applications with AJAX and JSON -- Connecting Services with Accelerators -- Debugging and Inspecting Pages with Developer Tools -- Scripting with Mutable DOM Prototypes -- Debugging and Inspecting Pages with Fiddler -- Content Syndication with Web Slices -- Building Search Provider and Search Suggestion Extensions -- Building Lightweight Buttons and Menu Extensions -- Developing Applications with the WebBrowser Control -- Enhancing Page Content with Managed ActiveX Controls -- Building In-Process Extensions with Browser Helper Objects -- Extending the Browser Frame Using Band Objects -- Scripting and Automating Internet Explorer…”
Publicado 2010
Libro electrónico -
139por O'Sullivan, BryanTabla de Contenidos: “…Writing a Library: Working with JSON Data -- A Whirlwind Tour of JSON -- Representing JSON Data in Haskell -- The Anatomy of a Haskell Module -- Compiling Haskell Source -- Generating a Haskell Program and Importing Modules -- Printing JSON Data -- Type Inference Is a Double-Edged Sword -- A More General Look at Rendering -- Developing Haskell Code Without Going Nuts -- Pretty Printing a String -- Arrays and Objects, and the Module Header -- Writing a Module Header -- Fleshing Out the Pretty-Printing Library -- Compact Rendering -- True Pretty Printing -- Following the Pretty Printer -- Creating a Package -- Writing a Package Description -- GHC's Package Manager -- Setting Up, Building, and Installing -- Practical Pointers and Further Reading -- Chapter 6. …”
Publicado 2009
Libro electrónico -
140por Vohra, Deepak. authorTabla de Contenidos: “…Contents at a Glance; Contents; About the Author; About the Technical Reviewer; Chapter 1: Why NoSQL?; What Is JSON?; What Is Wrong with SQL?; Advantages of NoSQL Databases; Scalability ; Ultra-High Availability ; Commodity Hardware; Flexible Schema or No Schema; Big Data; Object-Oriented Programming ; Performance; Failure Handling ; Less Administration ; Asynchronous Replication with Auto-Failover; Caching for Read and Write Performance; Cloud Enabled ; What Has Big Data Got to Do with NoSQL?…”
Publicado 2015
Libro electrónico