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
-
181por Dominte, IrinaTabla de Contenidos: “…Part I: The Basics -- Chapter 1: Introducing Web API -- Chapter 2: Introduction to the Web -- Chapter 3: Setting Up the Environment -- Chapter 4: Web API - Building Blocks -- Part II: Implementing an API -- Chapter 5: Getting Started With Web API -- Chapter 6: Introducing an ORM -- Chapter 7: Getting Organized -- Chapter 8: Routing -- Chapter 9: Middleware -- Part III: Advanced Concepts -- Chapter 10: Model Binding -- Chapter 11: Versioning The API.…”
Publicado 2023
Libro electrónico -
182
-
183Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedications -- Foreword -- Contributors -- Table of Contents -- Preface -- Part 1: Understanding API Security Fundamentals -- Chapter 1: Introduction to API Architecture and Security -- Understanding APIs and their role in modern applications -- How do APIs work? …”
Libro electrónico -
184Publicado 2024Tabla de Contenidos: “…Using the register_error_handler method -- Applying the @errorhandler decorator -- Creating custom exceptions -- Managing built-in exceptions -- Triggering the error handlers -- Adding static resources -- Accessing the assets in the templates -- Summary -- Chapter 3: Creating REST Web Services -- Technical requirements -- Setting up a RESTful application -- Implementing API endpoints -- Managing requests and responses -- Utilizing response encoders and decoders -- Filtering API requests and responses -- Handling exceptions -- Consuming API endpoints -- Summary -- Chapter 4: Utilizing Flask Extensions -- Technical requirements -- Applying database migration with Flask-Migrate -- Installing Flask-Migrate and Flask-SQLAlchemy -- Setting up the Alembic configuration -- Creating the migrations -- Applying the database changes -- Designing the UI using Bootstrap-Flask -- Setting up the UI module -- Applying the Bootstrap files and assets -- Utilizing built-in features -- Building Flask forms with Flask-WTF -- Creating the form models -- Rendering the forms -- Applying CSRF -- Submitting the form -- Validating form fields -- Building RESTful services with Flask-RESTful -- Implementing session handling with Flask-Session -- Applying caching using Flask-Caching -- Adding mail features using Flask-Mail -- Summary -- Part 2: Building Advanced Flask 3.x Applications -- Chapter 5: Building Asynchronous Transactions -- Technical requirements -- Creating asynchronous Flask components -- Implementing asynchronous views and endpoints -- Implementing the async before_request and after_request handlers -- Creating asynchronous error handlers -- Building an asynchronous SQLAlchemy repository layer -- Setting up the DB connectivity -- Building the asynchronous repository layer -- Utilizing the asynchronous DB transactions -- Implementing async transactions with asyncio…”
Libro electrónico -
185
-
186
-
187
-
188
-
189
-
190Publicado 2022“…It is a suite of frameworks allowing us to develop RESTful APIs and now, thanks to Blazor, build robust client apps to interact with our API. …”
Video -
191Publicado 2018Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Packt Upsell -- Foreword -- Contributors -- Acknowledgments by All Authors -- Table of Contents -- Preface -- Chapter 1: Platform Overview -- What is the Oracle API platform? -- Evolution of Oracle's API offering -- Platform architecture -- Components description -- Management portal -- APIs page -- The API implementation page -- The implementation section -- The deployment section -- The publication section -- The grants section -- Registration section -- The analytics section -- Applications page -- The settings section -- Grants section -- The gateways page -- Settings section -- Properties section -- Nodes section -- Deployments section -- Grants section -- The analytics section -- The services page -- The settings section -- The grants section -- Service accounts page -- The settings section -- The grants section -- The roles page -- Users and groups -- Platform settings page -- General settings section -- Developer portal settings section -- Development portal -- The API page -- The API documentation section -- API subscription -- My applications page -- The overview section -- Subscribed APIs section -- The grants section -- The analytics section -- Management service REST APIs -- API plans -- Apiary -- The Apiary account -- Apiary views -- Apiary personal view -- Apiary editor -- Inspector -- Documentation -- Testing with Apiary -- Apiary settings -- People -- Apiary team view -- APIs -- Styles -- People -- Settings -- Billing -- Account settings -- Summary -- Chapter 2: Use Case -- Scenario -- Use case opportunities -- IT landscape -- Financial processes -- Recorded material and related assets -- Contracts -- Identities -- Audit trail -- Logical data view -- API requirements in detail -- Product -- Product for partners -- Product for composers and artists -- Product availability…”
Libro electrónico -
192Publicado 2021“…Gain an in-depth knowledge in immersive web development to create augmented reality (AR) and virtual reality (VR) applications inside web browsers using WebXR API, WebGL, Three.js, and A-Frame. This project-based book will provide the practice and portfolio content to make the most of what the futures of spatial computing and immersive technology have to offer. …”
Libro electrónico -
193
-
194Publicado 2021“…Get well-versed with FastAPI features and best practices for testing, monitoring, and deployment to run high-quality and robust data science applicationsKey Features* Cover the concepts of the FastAPI framework, including aspects relating to asynchronous programming, type hinting, and dependency injection* Develop efficient RESTful APIs for data science with modern Python* Build, test, and deploy high performing data science and machine learning systems with FastAPIBook DescriptionFastAPI is a web framework for building APIs with Python 3.6 and its later versions based on standard Python-type hints. …”
Libro electrónico -
195Publicado 2021“…Innovate at scale through well-architected API-led products that drive personalized, predictive, and adaptive customer experiencesKey Features:Strategize your IT investments by modeling enterprise solutions with an API-centric approachBuild robust and reliable API platforms to boost business agility and omnichannel deliveryCreate digital value chains through the productization of your APIsBook Description:API-centric architectures are foundational to delivering omnichannel experiences for an enterprise. …”
Libro electrónico -
196Publicado 2022Tabla de Contenidos: “…Table of Contents Digital Transformation and Modernization with API Connect Introducing API Connect Setting Up and Getting Organized API Creation Modernizing SOAP Services Supporting FHIR REST Services Securing APIs Message Transformations Building a GraphQL API Publishing Options API Management and Governance User-Defined Policies Using Test and Monitor for Unit Tests Building Pipelines for API Connect API Analytics and the Developer Portal What’s Next in Digital Transformation Post-COVID…”
Libro electrónico -
197Publicado 2016“…Design and implement efficient RESTful solutions with this practical hands-on guide About This Book Create a fully featured RESTful API solution from scratch. Learn how to leverage Node.JS, Express, MongoDB and NoSQL datastores to give an extra edge to your REST API design. …”
Libro electrónico -
198Publicado 2018“…"Your domain is rich and interconnected, and your API should be too. Upgrade your web API to GraphQL, leveraging its flexible queries to empower your users, and its declarative structure to simplify your code. …”
Libro electrónico -
199por Kurtz, JamieTabla de Contenidos: “…Managing the Unit of WorkDatabase Transaction Control; Summary; CHAPTER 6 Securing the Service; The Main Idea; Authentication; Authorization; The Authentication and Authorization Process; Setting It Up; Augmenting Membership Data; The Message Handler; IUserSession; Summary; CHAPTER 7 Putting It All Together; A Quick Recap; The Reference Data Controllers; The PrioritiesController; The CategoriesController; Exploring the Controllers; Using Fiddler; Content Negotiation in the Web API; Adding New Resources; OData Support in the Web API; The Task Controllers; Separation of Subcontrollers…”
Publicado 2013
Libro electrónico -
200Publicado 2015Tabla de Contenidos: “…Using the [Authorize] attributeGlobal authorization filter; Controller level authorization filter; Action level authorization filter; Custom authorization filters; Authorization inside a controller action; Summary; Chapter 2: Enabling SSL for ASP.NET Web API; Enforcing SSL in a Web API controller; Using client certificates in Web API; Creating an SSL Client Certificate; Configuring IIS to accept client certificates; Verifying Client Certificates in Web API; Summary; Chapter 3: Integrating ASP.NET Identity System with Web API; Creating an Empty Web API Application…”
Libro electrónico