Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Computer programs 80
- Engineering & Applied Sciences 60
- Application software 50
- Development 49
- Computer Science 44
- Operating systems (Computers) 38
- Computer security 37
- Microsoft Excel (Computer file) 36
- Business 34
- Data processing 34
- Security measures 34
- Design 31
- JavaScript (Computer program language) 31
- Programming 31
- Electronic spreadsheets 30
- Computer graphics 29
- Digital techniques 28
- Photography 28
- Computer networks 26
- Computer programming 26
- Java (Computer program language) 24
- Web site development 24
- Web sites 21
- Database management 20
- Image processing 19
- Computer software 18
- Mac OS 18
- Microsoft Windows (Computer file) 18
- Python (Computer program language) 18
- Macintosh (Computer) 17
-
741Publicado 2017Tabla de Contenidos: “…Cover -- Title Page -- Copyright -- Contents -- Foreword -- Preface -- Section I Trend Following Principles -- 1 Trend Following -- Speculation -- Winning versus Losing -- Investor versus Trader -- Fundamental versus Technical -- Discretionary versus Systematic -- Hiding in Plain Sight -- Change Is Life -- Follow the Trend to the End When It Bends -- Surf the Waves -- 2 Great Trend Followers -- David Harding -- Bill Dunn -- Extreme Performance Numbers -- Be Nimble -- Early Years -- Life inside Dunn Capital -- No Profit Targets -- Check Your Ego -- John W. …”
Libro electrónico -
742Publicado 2009Tabla de Contenidos: “…Setting a Keyframe's Temporal Interpolation Type -- Adjusting Temporal Interpolation Manually -- Applying Keyframe Assistants -- Smoothing Motion with Roving Keyframes -- Chapter 10: Mask Essentials -- Understanding Paths -- Viewing Masks in the Layer and Comp Panels -- Viewing Masks in the Layer Outline -- Hiding and Showing Mask Paths -- Targeting Masks -- Creating Paths Using Shape Tools -- Building a Path with the Pen -- Creating a RotoBezier Path -- Changing the Shape of a Path -- Selecting Mask Path Vertices -- Opening and Closing Paths -- Scaling and Rotating Paths -- Converting Mask Paths into Motion Paths -- Moving Masks Relative to the Layer Image -- Inverting a Mask -- Mask Modes -- Adjusting Other Mask Properties -- Chapter 11: Effects Fundamentals -- Using the Effects & Presets Panel -- Applying Effects -- Viewing Effect Property Controls -- Removing and Resetting Effects -- Disabling Effects Temporarily -- Adjusting Effects in the Effect Controls Panel -- Setting an Effect Point -- Saving and Applying Effect Presets -- Copying and Pasting Effects -- Applying Multiple Effects -- Applying Effects to an Adjustment Layer -- Understanding Compound Effects -- Using Compound Effects -- Animating Effects -- Chapter 12: Creating and Animating Text -- Creating Type -- Editing and Formatting Type -- Formatting Paragraph Text -- Creating Masks and Shapes from Text -- Animating Text -- Animating Source Text -- Making Text Follow a Path -- Using Text Animation Presets -- Understanding Animator Groups -- Animating Type with Animator Groups -- Creating Animator Groups -- Specifying a Range -- Chapter 13: Painting on a Layer -- Using the Paint and Brushes Panels -- Specifying Paint Stroke Options -- Painting with the Brush Tool -- Erasing Strokes -- Using Brushes -- Customizing Brushes -- Using Brush Dynamics -- Adjusting Strokes -- Animating Strokes…”
Libro electrónico -
743Tabla de Contenidos: “…Documentation Organizer -- Documentation Viewer -- Toolbar -- The Navigator Sidebar -- Adding a Bookmark -- Viewing Your Bookmarks -- The Table of Contents Sidebar -- Quickly Accessing Documentation -- Apple's Web Site -- Code Completion -- The Header File -- The Implementation File -- Sending a Text Message -- Building the Interface -- Making Connections -- Adding the Message Framework -- Summary -- Chapter 6: Constraints -- Understanding Auto Layout -- Building an Authentication View -- Design Considerations -- Manually Adding Constraints -- Specifying Constraints with the Align Menu -- Specifying Constraints with the Pin Menu -- Automatically Adding Constraints -- Adding Missing Constraints -- Updating Constraints -- Previewing Your Layout -- Preview Using Interface Builder -- Preview Using the Preview Tool -- Finishing Touches -- Customizing Text Fields -- Hiding Passwords -- Configuring a Text Field for Email Addresses -- Navigating Forms -- Summary -- Part 2: Diving Deeper -- Chapter 7: Storyboards -- A Brief History of Storyboards -- Creating a New Project Called SocialApp -- Creating View Controllers -- The Model-View-Controller Design Pattern -- Subclassing UIViewController -- Subclassing UITableViewController -- Pairing the View to the Controller -- Understanding Inheritance -- Building up the Storyboard -- Linking Scenes and Building Interfaces -- What Are Segues ? …”
Libro electrónico -
744Publicado 2023Tabla de Contenidos: “…Story menu -- Analysis menu -- Map menu -- Format menu -- Server menu -- Window menu -- Help menu -- Tooling around in the toolbar -- Understanding sheets versus workbooks -- Renaming sheets -- Deleting sheets -- Integrating Filters and Actions -- Filtering for the needle in the haystack -- Activating your viz with actions -- Getting Guidance from Tableau for Your Visualization and Analysis -- Differentiating between a Dashboard and a Story -- Customizing the Workspace -- Rearranging workspace cards -- Putting your data in motion using Presentation Mode -- Showing and hiding workspace features -- Chapter 8 Visualization Foundations in Tableau -- Finding the Ideal Dataset -- Connecting to the Data Source in Desktop -- Introducing the Visualizations -- The text table -- The heat map and highlight table -- Creating a heat map -- Creating a highlight table -- Maps with and without symbols -- The pie chart -- The bar chart -- The treemap -- Circles and bubbles -- The line chart -- The area chart -- The dual combination chart -- The scatter plot -- The histogram -- The box and whisker plot -- The Gantt chart -- The bullet chart -- Converting a Visualization to a Crosstab -- Publishing Visualizations -- Chapter 9 Analytic Practices in Action -- Understanding Calculations -- Crafting Calculated Fields -- Starting with a simple calculated field -- Formatting your calculations -- Getting the syntax of a calculation right -- Evaluating Your Data Using the Explain Data Feature -- Spotting Patterns in the Data through the Analytics Tools -- Chapter 10 Showcasing Data with Dashboards and Stories -- Dashboards in Tableau -- Configuring the dashboard -- Customizing the dashboard -- Adding Objects to Dashboards -- Tackling text, fonts, and color -- Integrating images and logos -- Weaving in web pages -- Buttoning up the dashboard -- Extending the dashboard…”
Libro electrónico -
745por Dikmans, LonnekeTabla de Contenidos: “…-- Service design -- Provide value -- Meaningful -- Implementation hiding -- Trust -- Idempotent -- Isolated -- Interoperable -- Isolation -- Example: print service -- Trust -- Security -- Fault-prevention and handling -- Business faults -- Faulty user input -- Technical and software faults -- Idempotency -- Idempotency and statefulness -- Granularity -- How big should my lasagna be? …”
Publicado 2012
Libro electrónico -
746Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Getting Started with Vue.js -- Creating the workspace -- Application space -- Vue library -- Initializing Vue and displaying the first message -- Computed values -- Methods and reusable functions -- Summary -- Chapter 2: Displaying, Looping, Searching, and Filtering Data -- HTML declarations -- v-html -- Declarative rendering -- Conditional rendering -- v-if -- v-else -- v-for and displaying our data -- Creating links using v-html -- Format balance -- Format registered date -- Filtering our data -- Building the form -- Binding the inputs -- Showing and hiding Vue content -- Filtering our content -- Filtering our filters -- Changing CSS classes -- Filtering and custom classes -- Summary -- Chapter 3: Optimizing your App and Using Components to Display Data -- Optimizing the code -- Reducing the number of filter variables and grouping logically -- Combining the format functions -- Autodetection formatting -- Passing in a second variable -- Creating the method -- Reducing the number of hard-coded variables and properties, and reducing redundancy -- Creating Vue components -- Creating and initializing your component -- Using your component -- Using component data and methods -- Passing data to your component - props -- Passing data to your component - slots -- Creating a repeatable component -- Creating component methods and computed functions -- CSS class functions -- Formatted value functions -- Making the filtering work again with props -- Making the filters a component -- Creating the component -- Resolving JavaScript errors -- Using custom events to change the filter field -- Updating the filter query -- Summary…”
Libro electrónico -
747Publicado 2017Tabla de Contenidos: “…Rotating the Empties -- Scaling empties and adjusting for differences in pictures -- Modeling the base of the house -- Using Extrude and merging vertices -- Using Loop Cut and Slide -- Summary -- Chapter 9: Mesh Modeling and Positioning the Details -- Modeling windows -- Creating a window as a separate object -- Adding shutters with a multi-cut Loop Cut and Slide -- Starting window panes with Subdivide -- Subdividing edges -- Controlling the number of cuts -- Finishing window panes with Inset -- Noting and applying exact thicknesses -- Raising the details with Extrude -- Renaming and copying windows -- Perfecting the positioning with Snap -- Summary -- Chapter 10: Making Textures with the Array Modifier and Scalable Vector Graphics -- Making brickwork with the Array Modifier -- Adding an Array Modifier -- Picking the Fit Type -- Understanding the impact of scale on the Array Modifier -- Setting the Offset -- Nesting Array Modifiers -- Importing a Scalable Vector Graphics file for stonework -- Using the Outliner and Properties Shelf to find objects -- Scaling, rotating and converting to 3D mesh -- Combining with the Array Modifier -- Summary -- Chapter 11: Applying Textures with Boolean Intersection -- Making template shapes -- Duplicating and separating vertices -- Joining and separating objects as a shortcut -- Joining and making new faces -- Deleting unnecessary faces and edges -- Adjusting vertex coordinates -- Creating new edges and filling faces -- Taking an intersection -- Adding a Boolean Intersection Modifier -- Previewing modifiers -- Switching viewport shading to wireframe -- Hiding the supporting object -- Making adjustments -- Applying and placing the Intersection -- Finalizing and exporting the house -- Summary -- Chapter 12: Making Organic Shapes with the Subdivision Surface Modifier -- Thinking about overhangs and flat bases…”
Libro electrónico -
748Publicado 2010Tabla de Contenidos: “…jQuery Object Methods -- Chapter 14: Drop-Down Menus -- Menu HTML -- Menu Markup -- Menu CSS -- Progressive Enhancement -- Menu JavaScript -- MooTools Constructor Functions -- Arrays in MooTools -- Event Handlers in MooTools Classes -- Showing and Hiding Submenus -- Clicking Outside the Menus -- Extending the Menu Class -- Overriding Inherited Methods -- Using MooTools Effects -- MooTools Glossary -- Element Utilities -- Element Methods -- Array Utilities -- Function Utilities -- Chapter 15: Ajax -- Ajax Considerations -- Servers -- Same-Origin Policy -- Data Formats -- User Experience -- Ajax Example -- Setup -- Data File -- Controller File -- Reading Data from the File -- Get the Page Number from the Query String -- Saving Form Data to the File -- Arrange the Data Just for the Page -- Send JSON for Ajax Requests -- Send an HTML Template for Normal Page Requests -- The HTML Template -- HTML Page Outline -- Data Table Markup -- Navigation Links -- Form Markup -- Checking Your Work -- Ajaxifying the Page -- Script Outline -- Overriding the Previous and Next Links -- Waiting for the Request to Load -- Error Handling -- Handling the Response -- Updating the User Interface -- Overriding the Form -- Getting Around the Same-Origin Policy -- Proxies -- JSON-P -- Chapter 16: Animation -- Simple Animation -- Time-Based Animation -- Easing -- Animation with Libraries -- YUI [(sub)3] Animation Objects -- The jQuery animate() Method -- Resetting Animation -- Using Animation -- Index…”
Libro electrónico -
749Publicado 2015Tabla de Contenidos: “…-- Date and time stamps -- Removing metadata -- From the case files: metadata -- Thumbnail cache -- Most recently used -- Restore points and shadow copy -- Restore points -- From the case files: Internet history and restore points -- Shadow copies -- From the case files: restore points, shadow copies, and anti-forensics -- Prefetch -- Link files -- Installed programs -- Summary -- References -- Chapter 6 - Anti-forensics -- Information in This Chapter: -- Introduction -- Hiding data -- Encryption -- What is encryption? -- Early encryption -- Algorithms -- Algorithms: it's no secret -- Key space -- Some common types of encryption -- Encrypting file system -- Bitlocker -- Apple Filevault -- Truecrypt -- Breaking passwords -- Password attacks -- Brute force attacks -- Password reset -- Dictionary attack -- Additional resources -- Encryption -- Steganography -- Data destruction -- Drive wiping -- More advanced -- Defragmentation as anti-forensic technique -- Summary -- References -- Chapter 7 - Legal -- Information in This Chapter: -- Introduction -- The fourth amendment -- Criminal law-searches without a warrant -- Reasonable expectation of privacy -- Private searches -- E-mail -- The Electronic Communications Privacy Act -- Exceptions to the search warrant requirement -- More advanced -- Consent forms -- Alert! …”
Libro electrónico -
750Publicado 2022Tabla de Contenidos: “…Review Questions -- Lesson 8 Check and Adjust the Project -- Check the Project Finish Date -- Review the Project Finish Date -- Bring In the Project Finish Date -- Check Costs -- Review the Total Project Cost -- Reduce Costs -- Check Resource Assignments -- Resolve Overallocations in a Task Sheet -- Resolve Assignment Problems in Team Planner -- Set the Project Baseline -- Key Terms -- Review Questions -- Part III Monitor and Control Your Project -- Lesson 9 Track Project Information -- Collect Progress Information -- Enter Actuals in a Waterfall Project -- Enter Progress as Expected -- Enter Different Types of Progress Information -- Distinguish Baseline, Scheduled, and Actual Values -- Update Status in an Agile Project -- Enter Progress on the Task Board -- Enter Progress in the Task Board Sheet -- Specify Percent Complete on the Task Board -- Enter Progress on the Current Sprint -- Move Tasks from One Sprint to Another -- Respond to Changes -- Check the Project Finish Date -- Check the Project Cost -- Check Resource Allocations -- Key Terms -- Review Questions -- Lesson 10 View Project Information -- See the Data You Need -- Zoom a View In or Out -- Adjust the Timescale -- Show a Specific Outline Level -- Sort Project Information -- Group Project Information -- Filter Project Information -- Highlight Project Information -- Change Columns in a Sheet View -- Add a Column -- Move a Column -- Hide a Column -- Print a View -- Work with More Views -- Browse Graphical Views -- Browse Combination Views -- Key Terms -- Review Questions -- Lesson 11 Customize Project Information -- Customize a Sheet View -- Customize a Gantt View -- Customize a Board View -- Modify Board View Columns -- Modify Task Cards -- Set Options and Preferences -- Key Terms -- Review Questions -- Lesson 12 Report Project Information -- Work with Reports -- Run a Report…”
Libro electrónico -
751Publicado 2024Tabla de Contenidos: “…Fingers, faces, and other accessories -- Creating a library of poses -- The Asset Browser -- Creating a pose asset -- Practicing poses -- Summary -- Questions -- Chapter 7: Basic Character Animation -- Technical requirements -- Preparing Rain in a new scene -- A brief recap on linking Rain into a new project -- Using a pose asset -- Setting bone relationships for an animation -- Hiding bones -- Keying pose bones -- Blocking or roughing the animation -- Reviewing our key poses -- The Dope Sheet -- Introduction to the Dope Sheet -- Organizing the Dope Sheet -- Going further into animating this character -- Two more in-between poses -- In-between operators for posing -- Waving -- Polishing the animation -- Using the Graph Editor on bones -- Animating Rain's accessories -- Summary -- Questions -- Chapter 8: The Walk Cycle -- Technical requirements -- Preparing the walk cycle scene -- The timeline of a walk cycle -- Timeline markers -- Getting Rain ready to walk -- Moving forward on the Y axis -- Establishing the stride length -- Looping the animation -- Putting Rain on a treadmill -- Using a preview playback range -- Adding more periodic motion -- Torso movement -- Swaying from side to side -- The Action Editor -- More torso animation with sine waves -- Advanced footwork -- Rolling the foot -- Picking up the feet -- Correcting the motion of the legs -- Copying animation from the left foot to the right foot -- Finishing the walk cycle -- FK toes -- FK arms -- Final touches? …”
Libro electrónico -
752Publicado 2021Tabla de Contenidos: “…-- Building Abstractions Is Sometimes Hard -- Information Hiding -- Strong Cohesion -- Loose Coupling -- Be Careful with Optimizations -- Principle of Least Astonishment (PLA) -- The Boy Scout Rule -- Collective Code Ownership -- Chapter 4: Basics of Clean C++ -- Good Names -- Names Should Be Self-Explanatory -- Use Names from the Domain -- Choose Names at an Appropriate Level of Abstraction -- Avoid Redundancy When Choosing a Name -- Avoid Cryptic Abbreviations -- Avoid Hungarian Notation and Prefixes -- Avoid Using the Same Name for Different Purposes -- Comments -- Let the Code Tell the Story -- Do Not Comment Obvious Things -- Don't Disable Code with Comments -- Don't Write Block Comments…”
Libro electrónico -
753Publicado 2021Tabla de Contenidos: “…Power Automate -- Power Virtual Agents -- Setting Permissions for Apps -- Getting Chatty with Bots -- Chapter 6 Unshackling Yourself with the Teams Mobile App -- Installing the Teams Mobile App -- Installing on iOS -- Installing on Android -- Finding Your Way Around the Teams Mobile App -- Tapping Your Way through Teams -- Interacting with messages -- Getting used to navigation -- Organizing Your Home Life -- Using the mobile app for chatting -- Using the mobile app for calling -- Sharing files with contacts or groups -- Planning events -- Sharing your location -- Chapter 7 Working with People Outside Your Organization -- Understanding How Teams Works with People Outside Your Organization -- Working with Guest Users -- Enabling guest access -- Configuring guest settings -- Inviting guests to the team -- Understanding the guest user experience -- Setting permissions for guest users at the team level -- Interacting with External Users -- Chapter 8 Taming the Noise and Staying Focused -- Embracing the Activity Feed -- Hiding and Showing Teams and Channels -- Filtering by Team or Channel -- Changing the Order of Teams in Your List -- Muting Channels to Decrease Notifications -- Tracking Important Activity with Custom Notifications -- Searching for Past Conversations -- Getting Creative with Search and Hashtags -- Part 3 Staying in Sync with Meetings and Conferencing -- Chapter 9 Working Remotely: Embracing Teams to Make Meetings Better -- Getting Up to Speed with Teams Meetings -- Viewing Your Calendar in Teams -- Creating a New Meeting and Inviting People -- Joining an Existing Meeting -- Using Teams for Conference Calls -- Connecting with Video -- Breaking Out into Breakout Rooms -- Getting Together with Together Mode -- Enabling Together Mode -- Using Together Mode in your meetings -- What Are Live Events?…”
Libro electrónico -
754Publicado 2023Tabla de Contenidos: “…-- Adding Data to Your Model -- Calculated Tables -- Calculated Columns -- Refining Your Model -- Hierarchies -- Hiding Fields -- Summarization -- Default Summarization -- Categorization -- Setting Up Q& -- A Functionality -- Preparing for Q& -- A -- Security -- Multilayer Security -- Access Credentials -- Row-Level Security -- For Future Reference: Object-Level Security -- Chapter 7: Create Model Calculations Using DAX -- Measures -- DAX Syntax: A Quick Review -- Filter Context -- Introducing CALCULATE -- Modifying the Filter Context -- Modifying the Model (Temporarily) -- Row Context -- Implicit and Explicit Measures -- Quick Measures…”
Libro electrónico -
755Publicado 2015Tabla de Contenidos: “…-- Everything's an Object -- The Life Cycle of an Object -- Static and Instance Class Members -- OOP Techniques -- Interfaces -- Inheritance -- Polymorphism -- Relationships between Objects -- Operator Overloading -- Events -- Reference Types versus Value Types -- OOP in Desktop Applications -- Chapter 9: Defining Classes -- Class Definitions in C# -- Interface Definitions -- System.Object -- Constructors and Destructors -- Constructor Execution Sequence -- OOP Tools in Visual Studio -- The Class View Window -- The Object Browser -- Adding Classes -- Class Diagrams -- Class Library Projects -- Interfaces versus Abstract Classes -- Struct Types -- Shallow Copying versus Deep Copying -- Chapter 10: Defining Class Members -- Member Definitions -- Defining Fields -- Defining Methods -- Defining Properties -- Refactoring Members -- Automatic Properties -- Additional Class Member Topics -- Hiding Base Class Methods -- Calling Overridden or Hidden Base Class Methods -- Using Nested Type Definitions -- Interface Implementation -- Implementing Interfaces in Classes -- Partial Class Definitions -- Partial Method Definitions -- Example Application -- Planning the Application -- Writing the Class Library -- A Client Application for the Class Library -- The Call Hierarchy Window -- Chapter 11: Collections, Comparisons, and Conversions -- Collections -- Using Collections -- Defining Collections -- Indexers -- Adding a Cards Collection to CardLib -- Keyed Collections and IDictionary -- Iterators -- Iterators and Collections -- Deep Copying -- Adding Deep Copying to CardLib -- Comparisons -- Type Comparisons -- Value Comparisons -- Conversions -- Overloading Conversion Operators -- The as Operator…”
Libro electrónico -
756Publicado 2019Tabla de Contenidos: “…Making a maps client -- Maps example -- Getting started with map tiles -- Making an initial view model -- Calculating tiles based on zoom level -- Using the offset to move tiles -- Dragging the map -- The code so far -- Viewport and hiding tiles -- Loading map tiles -- Adding zoom-level controls -- Adding support for map coordinates -- Summary -- Appendix. …”
Libro electrónico -
757Publicado 2023Tabla de Contenidos: “…Role-based access control via UDS service 0x29 -- Securing flash programming services -- Secure decommissioning -- Summary -- Further reading -- Chapter 9: ECU-Level Security Controls -- Understanding control actions and layers -- Exploring policy controls -- Exploring hardware controls -- RoT -- OTP memory -- Hardware-protected keystore -- Secure Universal Flash Storage -- Cryptographic accelerators -- Lockable hardware configuration -- CPU security -- Isolation through MMUs and MPUs -- Encrypted volatile memories -- Debug access management -- Exploring software security controls -- Software debug and configuration management -- Secure manufacturing -- Key management policies -- Multi-stage secure boot -- Trusted runtime configuration -- TEEs -- Secure update -- Spatial isolation -- Temporal isolation -- Encrypted and authenticated filesystems -- Runtime execution hardening -- Security monitors -- Exploring physical security controls -- Tamper detection and prevention -- Printed circuit board layout pin and trace hiding -- Concealment and shielding -- Summary -- Further reading -- Index -- Other Books You May Enjoy…”
Libro electrónico -
758Publicado 2021Tabla de Contenidos: “…Technical requirements -- Troubleshooting with log messages -- Using Debug.Log -- Using the Console with a mobile device -- Simulating a Console window in your app -- Debugging with a debugger -- Debugging on a remote device -- Testing with an editor remote tool -- Simulating with Unity MARS -- Capturing with the MARS Companion app -- Summary -- Section 2 - A Reusable AR User Framework -- Chapter 4: Creating an AR User Framework -- Technical requirements -- Understanding AR interaction flow -- Installing prerequisite assets -- TextMeshPro -- DOTween -- Serialized Dictionary Lite -- Other prerequisite assets -- Starting with a new scene -- Creating the UI canvas and panels -- Creating the screen space canvas -- Adding an app title -- Creating the UI panels -- Creating the UI controller -- Creating a Singleton class script -- Writing the UIController script -- Fading the UI panels -- Creating an Interaction Controller mode -- Creating the interaction mode hierarchy -- Writing the Interaction Controller -- Creating the interaction modes behavior -- The StartupMode script -- The ScanMode script -- The MainMode script -- The NonARMode script -- Testing it out -- Using the Unity onboarding UX assets -- Introducing the onboarding assets -- Preparing the Unity AR onboarding assets -- Installing dependency packages -- Importing the OnboardingUX package -- Writing the AnimatedPrompt script -- Integrating the onboarding graphics -- Creating a scene template for new scenes -- Summary -- Chapter 5: Using the AR User Framework -- Technical requirements -- Planning the project -- Starting with the ARFramework scene template -- Adding a main menu -- Adding PlaceObject-mode with instructional UI -- Creating the PlaceObject UI panel -- Creating the PlaceObject mode -- Wiring the menu buttons -- Performing a Building and Run -- Hiding tracked objects when not needed…”
Libro electrónico -
759Publicado 2014Tabla de Contenidos: “…. -- How it works... -- See also -- Hiding dimensions -- Getting ready -- How to do it... -- How it works... -- There's more... -- 5. …”
Libro electrónico -
760Publicado 2023Tabla de Contenidos: “…From ideas in practice to the term "Lean" -- The seven wastes -- Waste #1 - transport -- Waste #2 - inventory -- Waste #3 - motion -- Waste #4 - waiting -- Waste #5 - overprocessing -- Waste #6 - overproduction -- Waste #7 - defects -- (New) waste #8 - ability -- Removing waste in testing -- Flow -- Visualizing flow - an example -- Multitasking -- Measurement - lead time versus cycle time -- Efficiency and congestion -- Metric - touch time -- Batch size -- Queues and efficiency -- Arrival time pacing -- Limiting work in progress to create a pull system -- Release cadence -- One-piece flow and CD -- Summary -- Part 3: Practicing Politics -- Chapter 12: Case Studies and Experience Reports -- RCRCRC at scale -- The 1-day test plan -- RCRCRC in the enterprise -- A coverage dashboard -- Test coverage blinders -- Pair and tri-programming -- Discovering the expertise paradox -- Making expertise transparent -- The evolution of the test strategy -- The alternative to evolution - information hiding -- Professional pushback - dealing with bullies -- Power in the workplace -- One way to say it -- Boundaries in the enterprise -- Narcissistic communication -- Boundary enforcement - the power move -- If you choose to stay -- Summary -- Chapter 13: Testing Activities or a Testing Role? …”
Libro electrónico