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
-
261Publicado 2020“…New topics such as SQL and JSON support, graph databases, and support for machine learning with R and Python are also covered in this step-by-step tutorial. • Install, configure, and customize Microsoft SQL Server 2019 • Create and modify database objects with Transact-SQL statements • Write stored procedures and user-defined functions • Handle backup and recovery, and automate administrative tasks • Tune your database system for optimal availability and reliability • Secure your system using authentication, encryption, and authorization • Work with SQL Server Analysis Services, Reporting Services, and other BI tools • Gain knowledge of relational storage, presentation, and retrieval of data stored in the JSON format • Manage graphs using SQL Server Graph Databases • Learn about machine learning support for R and Python…”
Libro electrónico -
262Publicado 2016“…This handy pocket guide starts with simple data retrieval and moves on to more complex topics, including the use of joins, subqueries, full text-based searches, functions and stored procedures, cursors, triggers, table constraints, XML, JSON, and much more. Learn how to... Use T-SQL in the Microsoft SQL Server environment Construct complex T-SQL statements using multiple clauses and operators Filter data so you get the information you need quickly Retrieve, sort, and format database contents Join two or more related tables Make SQL Server work for you with globalization and localization Create subqueries to pinpoint your data Automate your workload with triggers Create and alter database tables Work with views, stored procedures, and more Contents at a Glance 1 Understanding SQL 2 Introducing SQL Server 3 Working with SQL Server 4 Retrieving Data 5 Sorting Retrieved Data 6 Filtering Data 7 Advanced Data Filtering 8 Using Wildcard Filtering 9 Creating Calculated Fields 10 Using Data Manipulation Functions 11 Summarizing Data 12 Grouping Data 13 Working with Subqueries 14 Joining Tables 15 Creating Advanced Joins 16 Combining Queries 17 Full-Text Searching 18 Inserting Data 19 Updating and Deleting Data 20 Creating and Manipulating Tables 21 Using Views 22 Programming with T-SQL 23 Working with Stored Procedures 24 Using Cursors 25 Using Triggers 26 Managing Transaction Processing 27 Working with XML and JSON 28 Globalization and Localization 29 Managing Security 30 Improving Performance A The Example Tables B T-SQL Statement Syntax C T-SQL Datatypes D T-SQL Reserved Words…”
Libro electrónico -
263Publicado 2017“…We'll also implement the Identity Service, which will serve JSON Web Tokens (JWT) to authenticate requests incoming to the API. …”
-
264Publicado 2012“…In the Advanced section 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. …”
-
265Publicado 2012“…The video then moves into writing JSON servers, web applications, client-side templates, and continues by covering database access to both SQL and NoSQL database servers. …”
-
266Publicado 2023“…With hands-on tutorials, you will gain a deep understanding of Swift concurrency, data fetching, JSON serialization, and how to use the Swift Package Manager (SPM) for version control with Git. …”
Video -
267Publicado 2022“…Later, we will look at how to create an advanced GUI chat room with admin window using the JSON module, and finally, how to create your own online multiplayer game using the Pygame module. …”
Video -
268Publicado 2022“…Learning Objectives Learn to use Github Codespaces and customize your environment with devcontainer.json Learn the foundations of MLOps Explore new topics in the upcoming book Enterprise MLOps by O'Reilly Learn to use Github Actions to test AI projects Learn to use Github Copilot to write code for both Hugging Face and OpenAI Learn to build AI solutions using GPT-3 Additional Popular Resources Pytest Master Class AWS Solutions Architect Professional Course Github Actions and GitOps in One Hour Video Course Jenkins CI/CD and Github in One Hour Video Course AWS Certified Cloud Practitioner Video Course Advanced Testing with Pytest Video Course AWS Solutions Architect Certification In ONE HOUR Python for DevOps Master Class 2022: CI/CD, Github Actions, Containers, and Microservices MLOPs Foundations: Chapter 2 Walkthrough of Practical MLOps Learn Docker containers in One Hour Video Course Introduction to MLOps Walkthrough AZ-900 (Azure Fundamentals) Quick reference guide 52 Weeks of AWS Episode 8: Infrastructure as Code with CDK and AWS Lambda Learn GCP Cloud Functions in One Hour Video Course Python Devops in TWO HOURS! …”
Video -
269Publicado 2022“…As you go, you'll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently. …”
Grabación no musical -
270Publicado 2022“…As you go, you'll navigate the tricky bits of handling JSON data and HTTP services, discover best practices for Go code organization, and learn how to use slices efficiently. …”
Video -
271Publicado 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? …”
Grabación no musical -
272Publicado 2023“…What's Inside Minimal APIs for serving JSON Server-side rendering using Razor Pages Data access with Entity Framework Core Write custom middleware and components About the Reader For beginning to intermediate web developers. …”
Video -
273Publicado 2023“…What's Inside Minimal APIs for serving JSON Server-side rendering using Razor Pages Data access with Entity Framework Core Write custom middleware and components About the Reader For beginning to intermediate web developers. …”
Grabación no musical -
274Publicado 2023Tabla de Contenidos: “…Programming in JavaScript using node-redis -- Redis OM for JavaScript -- Programming in Go using go-redis -- Storing information in Redis Stack using Go -- Programming in C#/.NET using NRedisStack -- Storing information in Redis Stack using C#/.NET -- Redis OM for C#/.NET -- Summary -- Part 2: Data Modeling -- Chapter 5: Redis Stack as a Document Store -- Technical requirements -- Storing and querying documents in Redis Stack -- The dialect and other configuration parameters -- The query language -- Simple terms -- Using field modifiers -- Intersection of results (AND) -- Union of results (OR) -- Exact query matches -- Stop words -- Negation and purely negative queries -- Prefix, infix, and suffix queries -- Wildcard matching -- Fuzzy matching -- Numeric filters -- Tag filters -- Geospatial filters -- Aggregation and transformation -- Cursor-based requests -- Faceted search using aggregations -- Updating an index in production -- Temporary indexes -- Additional commands -- Working with Hashes -- Highlighting and summarizing -- Synonyms support -- Spellchecking -- Auto-completion -- Phonetic matching -- Working with JSON -- The JSONPath syntax -- Indexing a JSON document -- Indexing arrays and objects -- Multi-value indexing -- Extracting partial data from JSON documents -- Redis Stack as a recommendation engine -- Recommendation using scores -- Redis Stack as a session store -- Redis data structures for session data -- Additional Redis data structures -- Modeling key-value pairs -- Modeling objects -- Modeling collections -- Session management for real-time applications -- Summary -- Chapter 6: Redis Stack as a Vector Database -- Technical requirements -- Vector embeddings for unstructured data modeling -- Storing the embeddings -- Hashes -- JSON -- Indexing the embeddings -- The algorithms - FLAT and HNSW -- Type -- Index dimension…”
Libro electrónico -
275Publicado 2018Tabla de Contenidos: “…Generating the Angular Universal Application -- Making Our Apps Consistent -- Adding Dependencies for the Server App -- Adding the Server App to Our Angular CLI Configuration -- Adding Run Scripts to package.json -- Adding npm Scripts -- Testing the Builds of Both Apps -- Implementing a Web Server -- Installing Server Dependencies -- Creating the server.ts File -- Adding the npm Script to package.json -- Starting the Server -- Adding Dynamic Metadata -- Creating the UiService -- Adding Metadata to PostsComponent and ProfileComponent -- Summary -- Service Workers -- What Is a Service Worker? …”
Libro electrónico -
276Publicado 2022Tabla de Contenidos: “…-- A Rust project skeleton -- Drawing to the canvas -- The current code -- Drawing a triangle -- A Sierpińksi triangle -- Summary -- Chapter 2: Drawing Sprites -- Technical requirements -- A quick game design session -- Rendering a sprite -- Loading images -- Canvas coordinates -- Drawing images -- JavaScript callbacks -- Async Rust -- Sprite sheets -- Loading JSON -- Parsing JSON -- Drawing with our "cookie cutter -- Adding animation -- Summary -- Part 2: Writing Your Endless Runner -- Chapter 3: Creating a Game Loop -- Technical requirements -- Minimal architecture -- Good? …”
Libro electrónico -
277por GLASER, J. D.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…”
Publicado 2017
Libro electrónico -
278Decoupled Drupal in Practice Architect and Implement Decoupled Drupal Architectures Across the Stackpor So, Preston. authorTabla de Contenidos: “…Using Views with Core REST -- 12. JSON API in Drupal -- 13. RELAXed Web Services -- 14. …”
Publicado 2018
Libro electrónico -
279Publicado 2023Tabla 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 -
280Publicado 2023Tabla de Contenidos: “…Printing Objects -- Objects and JSON -- Serializing Objects -- Deserializing Objects -- Objects vs. …”
Libro electrónico