Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 532
- Application software 520
- Engineering & Applied Sciences 276
- Computer Science 239
- Programming 184
- Computer programming 170
- Web site development 164
- Computer programs 142
- Python (Computer program language) 136
- Java (Computer program language) 126
- JavaScript (Computer program language) 121
- Computer software 120
- Microsoft .NET Framework 114
- Design 110
- Operating systems (Computers) 106
- Web sites 101
- Internet programming 96
- Cloud computing 89
- Linux 81
- Web applications 81
- Android (Electronic resource) 78
- Programming languages (Electronic computers) 77
- Debugging in computer science 76
- Open source software 76
- Computer networks 74
- Software engineering 74
- Mobile computing 72
- Database management 69
- iOS (Electronic resource) 69
- Management 67
-
1581Publicado 2010Tabla de Contenidos: “…: JSF 2.0 -- How do I monitor the traffic between the browser and the server? -- How do I debug a stuck page? -- How do I use testing tools when developing a JSF application? …”
Libro electrónico -
1582
-
1583
-
1584Publicado 2017Tabla de Contenidos: “…-- How Flask handles requests -- Routing -- Variables and converters -- The url_for function -- Request -- Response -- Flask built-in features -- The session object -- Globals -- Signals -- Extensions and middlewares -- Templates -- Configuration -- Blueprints -- Error handling and debugging -- Custom error handler -- The debug mode -- A microservice skeleton -- Summary -- Chapter 3: Coding, Testing, and Documenting - the Virtuous Cycle -- Different kinds of tests -- Unit tests -- Functional tests -- Integration tests -- Load tests -- End-to-end tests -- Using WebTest -- Using pytest and Tox -- Developer documentation -- Continuous Integration -- Travis-CI -- ReadTheDocs -- Coveralls -- Summary -- Chapter 4: Designing Runnerly -- The Runnerly application -- User stories -- Monolithic design -- Model -- View and Template -- Background tasks -- Strava token -- Authentication and authorization -- Putting together the monolithic design -- Splitting the monolith -- Data Service -- Using Open API 2.0 -- More splitting -- Summary -- Chapter 5: Interacting with Other Services -- Synchronous calls…”
Libro electrónico -
1585Publicado 2017Tabla de Contenidos: “…Chapter 5 - Script 4 -- Chapter 5 - Script 5 -- Chapter 5 - Script 6 -- Chapter 5 - Script 7 -- Chapter 5 - Script 8 -- Summary -- Chapter 6: Automating Tasks with Scripts -- Chapter 6 - Script 1 -- Chapter 6 - Script 2 -- Chapter 6 - Script 3 -- Chapter 6 - Script 4 -- Cron -- Chapter 6 - Script 5 -- Chapter 6 - Script 6 -- Chapter 6 - Script 7 -- Summary -- Chapter 7: Working with Files -- Writing files -- Chapter 7 - Script 1 -- Reading files -- Chapter 7 - Script 2 -- Chapter 7 - Script 3 -- Chapter 7 - Script 4 -- Reading and writing files -- Chapter 7 - Script 5 -- Reading and writing files interactively -- Chapter 7 - Script 6 -- File checksums -- File encryption -- Chapter 7 - Script 7 -- Summary -- Chapter 8: Working with wget and curl -- Introducing the wget program -- wget options -- wget return codes -- wget configuration files -- Chapter 8 - Script 1 -- wget and recursion -- wget options -- curl -- curl options -- Chapter 8 - Script 2 -- Summary -- Chapter 9: Debugging Scripts -- Syntax errors -- Chapter 9 - Script 1 -- Chapter 9 - Script 2 -- Automatic backups -- More syntax errors -- Chapter 9 - Script 3 -- Logic errors -- Chapter 9 - Script 4 -- Using set to debug scripts -- Chapter 9 - Script 5 and Script 6 -- Chapter 9 - Script 7 -- Chapter 9 - Script 8 -- Chapter 9 - Script 9 -- Summary -- Chapter 10: Scripting Best Practices -- Verifying backups -- ssh and scp -- Find and use a good text editor -- Environment variables and aliases -- ssh prompt -- Testing an archive -- Progress indicator -- Chapter 10 - Script 1 -- Creating new commands from a template -- Chapter 10 - Script 2 -- Alerting the user -- Chapter 10 - Script 3 -- Summary -- Index…”
Libro electrónico -
1586Publicado 2021Tabla de Contenidos: “…Creation Implementation -- Saving Changes -- Fetching -- Updating -- Advanced Fetching -- Next Steps -- Putting It All Together -- Exercise -- Summary -- Chapter 11: Adding Features to a Legacy App -- Legacy Code Disclaimer -- A/B Testing -- New Feature -- Kickoff -- UI Tests -- Integration Tests -- Unit Tests and Actual Implementation -- BookViewModel -- BookViewPresenter -- Final Steps -- Summary -- Chapter 12: Handling Production Issues -- Our Tool -- Integration -- Production Bug -- Debugging -- UI Test -- Unit Tests -- Production Crash -- Debugging -- UI Test -- Handle A/B Testing -- Fixing Our Test -- Summary -- Index…”
Libro electrónico -
1587por Wilcox, MarkTabla de Contenidos: “…; 2 The Porting Process; 2.1 Choosing a Project; 2.2 Analyzing the Code; 2.3 Re-architecting; 2.4 Setting Up the Development Environment; 2.5 Integrating with the Symbian Build System; 2.6 Compiling; 2.7 Fixing Problems; 2.8 Running and Testing; 2.9 Debugging; 2.10 Re-integrating; 2.11 Summary…”
Publicado 2009
Libro electrónico -
1588por Resig, JohnTabla de Contenidos: “…Cover; Titel; Impressum; Inhaltsverzeichnis; Vorwort; Einleitung; Teil I: Trainingsvorbereitungen; Kapitel 1: Werden Sie ein JavaScript-Ninja; 1.1 Die verwendeten JavaScript-Bibliotheken; 1.2 JavaScript verstehen; 1.3 Überlegungen zur browserübergreifenden Programmierung; 1.4 Best Practices; 1.4.1 Best Practice: Assertionen; 1.4.2 Best Practice: Performance-Analysen; 1.5 Zusammenfassung; Kapitel 2: Aufrüsten mit Assertionen und Debugging; 2.1 Code-Debugging; 2.1.1 Logging; 2.1.2 Breakpoints; 2.2 Testerstellung; 2.3 Test-Frameworks; 2.3.1 QUnit; 2.3.2 YUI Test; 2.3.3 JsUnit…”
Publicado 2015
Libro electrónico -
1589Publicado 2010Tabla de Contenidos: “…Why You Should Use Generics -- Using Generic Methods -- Creating Generic Classes -- Combining Generics and Arrays -- Working with Tuples -- Q&A -- Workshop -- HOUR 12 Understanding Query Expressions -- Introducing LINQ -- Standard Query Operator Methods -- Lambdas -- Deferred Execution -- Q&A -- Workshop -- Part III: Working with Data -- HOUR 13 Using Files and Streams -- Files and Directories -- Reading and Writing Data -- Q&A -- Workshop -- HOUR 14 Working with XML -- Understanding the XML DOM -- Using LINQ to XML -- Selecting and Querying XML -- Modifying XML -- Q&A -- Workshop -- HOUR 15 Working with Databases -- Understanding ADO.NET -- Understanding LINQ to ADO.NET -- Q&A -- Workshop -- Part IV: Building an Application Using Visual Studio -- HOUR 16 Debugging in Visual Studio -- Commenting Your Code -- Compiler and Runtime Errors -- Debugging in Visual Studio -- Visualizing Data -- Q&A -- Workshop -- HOUR 17 Building a Windows Application -- Understanding WPF -- Creating a WPF Application -- Styling the Layout -- Q&A -- Workshop -- HOUR 18 Using Data Binding and Validation -- Understanding Data Binding -- Converting Data -- Binding to Collections -- Working with Data Templates -- Validating Data -- Q&A -- Workshop -- HOUR 19 Building a Web Application -- Understanding Web Application Architecture -- Working with ASP.NET -- Creating a Web Application -- Understanding Data Validation -- Q&A -- Workshop -- Part V: Diving Deeper -- HOUR 20 Programming with Attributes -- Understanding Attributes -- Working with the Common Attributes -- Using Custom Attributes -- Accessing Attributes at Runtime -- Q&A -- Workshop -- HOUR 21 Dynamic Types and Language Interoperability -- Using Dynamic Types -- Understanding the DLR -- Interoperating with COM -- Reflection Interoperability -- Q&A -- Workshop -- HOUR 22 Memory Organization and Garbage Collection…”
CDROM -
1590
-
1591por Kaufmann, MichaelTabla de Contenidos: “…. -- Chapter 2: Authoring and Debugging Workflows -- Using Visual Studio Code for authoring workflows -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Developing workflows in branches -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Linting workflows -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Writing messages to the log -- Getting ready... -- How to do it... -- How it works... -- Enabling debug logging -- How to do it... -- There's more... -- Running your workflows locally -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Chapter 3: Building GitHub Actions -- Technical requirements -- Creating a Docker container action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Adding output parameters and using job summaries -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Creating a TypeScript action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Creating a composite action -- Getting ready... -- How to do it... -- How it works... -- There's more... -- Using github-script in a composite action to add a comment to an issue -- How to do it... -- How it works... -- There's more... -- Sharing actions to the marketplace -- Getting ready... -- How to do it... -- How it works...…”
Publicado 2024
Libro electrónico -
1592Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Contributors -- Table of Contents -- Preface -- Part 1 - Introduction to Embedded Systems Development -- Chapter 1: Embedded Systems - A Pragmatic Approach -- Domain definition -- Embedded Linux systems -- Low-end 8-bit microcontrollers -- Hardware architecture -- Understanding the challenges -- Multithreading -- RAM -- Flash memory -- General-purpose input/output (GPIO) -- ADC and DAC -- Timers and PWM -- Interfaces and peripherals -- Asynchronous UART-based serial communication -- SPI -- I2C -- USB -- Connected systems -- Challenges of distributed systems -- Introduction to isolation mechanisms -- The reference platform -- ARM reference design -- The Cortex-M microprocessor -- Summary -- Chapter 2: Work Environment and Workflow Optimization -- Workflow overview -- The C compiler -- Linker -- Make: a build automation tool -- Debugger -- Embedded workflow -- Text editors versus integrated environments -- The GCC toolchain -- The cross compiler -- Compiling the compiler -- Linking the executable -- Binary format conversion -- Interacting with the target -- The GDB session -- Validation -- Functional tests -- Hardware tools -- Testing off-target -- Emulators -- Summary -- Part 2 - Core System Architecture -- Chapter 3: Architectural Patterns -- Configuration management -- Revision control -- Tracking activities -- Code reviews -- Continuous integration -- Source code organization -- Hardware abstraction -- Middleware -- Application code -- Security considerations -- Vulnerability management -- Software cryptography -- Hardware cryptography -- Running untrusted code -- The life cycle of an embedded project -- Defining project steps -- Prototyping -- Refactoring -- API and documentation -- Summary -- Chapter 4: The Boot-Up Procedure -- Technical requirements -- The interrupt vector table -- Startup code…”
Libro electrónico -
1593Publicado 2014Libro electrónico
-
1594por Hochstein, LorinTabla de Contenidos: “…Docker -- The Case for Pairing Docker with Ansible -- Docker Application Life Cycle -- Dockerizing Our Mezzanine Application -- Creating Docker Images with Ansible -- Mezzanine -- The Other Container Images -- Postgres -- Memcached -- Nginx -- Certs -- Building the Images -- Deploying the Dockerized Application -- Starting the Database Container -- Retrieving the Database Container IP Address and Mapped Port -- Waiting for the Database to Start Up -- Initializing the Database -- Starting the Memcached Container -- Starting the Mezzanine Container -- Starting the Certificate Container -- Starting the Nginx Container -- The Entire Playbook -- Chapter 14. Debugging Ansible Playbooks -- Debugging SSH Issues -- The Debug Module -- The Assert Module -- Checking Your Playbook Before Execution -- Syntax Check -- List Hosts -- List Tasks -- Check Mode -- Diff (Show File Changes) -- Limiting Which Tasks Run -- Step -- Start-at-Task -- Tags -- Onward -- Appendix A. …”
Publicado 2015
Libro electrónico -
1595Publicado 2018Tabla de Contenidos: “…Connecting an Android device to a workstation -- Identifying the device cable -- Installing the device drivers -- Accessing the connected device -- The Android Debug Bridge -- USB debugging -- Accessing the device using adb -- Detecting connected devices -- Killing the local adb server -- Accessing the adb shell -- Basic Linux commands -- Handling an Android device -- Screen lock bypassing techniques -- Using adb to bypass the screen lock -- Deleting the gesture.key file -- Updating the settings.db file -- Checking for the modified recovery mode and adb connection -- Flashing a new recovery partition -- Using automated tools -- Using Android Device Manager -- Smudge attack -- Using the Forgot Password/Forgot Pattern option -- Bypassing third-party lock screens by booting into safe mode -- Securing the USB debugging bypass using adb keys -- Securing the USB debugging bypass in Android 4.4.2 -- Crashing the lock screen UI in Android 5.x -- Other techniques -- Gaining root access -- What is rooting? …”
Libro electrónico -
1596Publicado 2024Tabla de Contenidos: “…What's the distinction between using "Assert" and "Throw" in unit test development and debugging?…”
Libro electrónico -
1597Publicado 2023Tabla de Contenidos: “…-- Using App Engine to run your code -- Introducing App Engine -- App Engine environment types -- Scaling strategies in App Engine -- Using App Engine in microservice architectures -- Configuring App Engine services -- Writing, deploying, and running code with App Engine -- Debugging in App Engine -- How much does it cost to run your code on App Engine? …”
Libro electrónico -
1598Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1: Centralized Workflows to Assist with Governance -- Chapter 1: An Overview of GitHub and GitHub Actions -- Technical requirements -- Exploring the GitHub platform -- Walk-through of the overview interface and features -- The different types of accounts on GitHub -- Creating a personal GitHub account -- The different types of plans on GitHub -- GitHub Free -- GitHub Team -- GitHub Enterprise -- Creating an organization account -- A brief introduction to GitHub Actions -- An overview of organization accounts -- Managing teams -- Organization defaults -- GitHub Actions -- The .github repository -- Templates and reusable workflow repositories -- Reusable workflows -- Workflow templates -- Summary -- Chapter 1: Exploring Workflows -- Technical requirements -- Exploring workflow capabilities -- Events or triggers -- Jobs -- Steps -- Features of a workflow -- Using events to trigger workflows -- Workflow structuring and good habits -- Exploring workflow jobs -- Understanding how jobs work -- Running jobs in a container -- Running services -- Summary -- Chapter 3: Deep Dive into Reusable Workflows and Composite Actions -- Technical requirements -- Setting up the CLI -- Introducing reusable workflows -- Reusable workflows versus normal workflows -- Use cases for reusable workflows -- Limitations of reusable workflows -- Understanding composite actions -- Key concepts of composite actions -- Use cases for composite actions -- Limitations of composite actions -- Creating a reusable build pipeline -- Marking a workflow as a reusable workflow -- Creating a local composite action -- Debugging techniques for workflows -- act workflow debugging tool -- Visual Studio Code GitHub Actions plugin -- Debugging event data -- Runner diagnostic logging…”
Libro electrónico -
1599
-
1600Publicado 2018Tabla de Contenidos: “…-- An Introduction to Amazon Echo -- Amazon Echo - First Generation -- Amazon Echo - Second Generation -- Anatomy of an Alexa Skill -- Invocation Name -- Intents and Slots -- Lambda -- Hello Alexa - Building a Hello World Alexa Skill -- Summary -- Chapter 3: Hands-Free Experience with Alexa -- Overview of the Handsfree Messenger Skill -- Configuring the Twilio Messaging Backend -- Configuring the Handsfree Messenger Skill -- Coding the Lambda function -- Testing the Skill -- Summary -- Chapter 4: Let's Play Factly with Alexa -- Motivation for Designing Factly -- Designing the Factly Skill -- Building the Factly Skill -- Configuring the Lambda function -- Coding the Lambda function -- Adding Persistence to Factly -- Updating the Factly Lambda Code to Introduce Persistence -- Testing the skill -- Summary -- Chapter 5: Making Alexa Talk About CryptoCurrencies -- A Brief Introduction to Cryptocurrencies -- Designing the CryptoOracle skill -- Building the CryptoOracle skill -- Configuring the Lambda function -- Coding the Lambda function -- Testing the skill -- Summary -- Chapter 6: Home Automation with Alexa -- Introduction to Home Automation and Ambient Sensors -- Designing the Ambience Manager Skill -- Developing the Mobile App -- Setting up Firebase -- Developing the Ambience Manager Skill -- Configuring the Lambda function -- Coding the Lambda function -- Testing and debugging the Skill -- Summary -- Chapter 7: The Future of Voice-Based Personal Assistants…”
Libro electrónico