Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Engineering & Applied Sciences 669
- Development 666
- Management 647
- Application software 594
- Computer Science 452
- Computer networks 403
- Leadership 365
- Computer programs 360
- Photography 332
- Design 325
- Examinations 312
- Business & Economics 308
- Security measures 288
- Data processing 282
- Digital techniques 280
- Operating systems (Computers) 276
- Computer security 274
- Computer programming 268
- Web site development 265
- Web sites 265
- Programming 262
- Certification 258
- Computer software 242
- Database management 227
- Python (Computer program language) 213
- Electronic data processing personnel 208
- Java (Computer program language) 204
- Cloud computing 196
- Success in business 194
- Computer graphics 182
-
5541Publicado 2018Tabla de Contenidos: “…-- Introducing the AWS IoT suite of services -- Getting started with AWS IoT Core -- Connecting a device to AWS IoT Core -- Getting started with AWS IoT Device SDK -- Working with IoT rules -- Introducing AWS Greengrass -- Connecting a device to Greengrass Core -- Running Lambda functions on AWS Greengrass -- Monitoring AWS IoT devices and services -- Summary -- Other Books You May Enjoy -- Leave a review - let other readers know what you think -- Index…”
Libro electrónico -
5542Publicado 2021Tabla de Contenidos: “…-- Chapter ROI -- Chapter 8 How to Prevent and Rebut Fee Objections: Since You've Heard Them All Before, How Can You Not Know All the Answers? -- The Four Fundamental Areas of Resistance -- Resistance Point 1: I Don't Trust You -- Resistance Point 2: I Don't Need You -- Resistance Point 3: I Don't Feel Any Urgency -- Resistance Point 4: I Don't Have the Money to Pay You -- Maintaining the Focus on Value -- Boring In on the Subject -- Offering Discounts -- Full Payment in Advance -- Using "Smack to the Head" Comparisons -- Chapter ROI -- Chapter 9 Setting Fees for Everything Else: How to Make Money While You Sleep, Eat, Play, and Make Money Elsewhere…”
Libro electrónico -
5543Truth, growth, repeat a business manual for generation whyTruth. Growth. Repeat.Truth. Growth. Repeat.Publicado 2018Tabla de Contenidos: “…-- hiring on purpose -- explorers lead -- people who want what you want -- learn from a nerd -- true purpose is contagious -- true purpose powers progress in a time of change -- 4 innovation -- the incredible mr honda -- phoney motivation delivers phoney innovation -- 5 growth -- the little dairy company story -- what happened next -- no pain, no change -- truth = growth -- mums know -- here's the awesome bit -- the monopoly of you -- on the defeat of deficiency advertising -- 6 reward -- excuse me, your strategy is showing -- money (yes, money) -- commercial karma -- brand value -- company culture -- category improvement -- societal maturity -- the young learn better -- better capitalism, better world -- 7 the right way around the circle -- it starts and ends with the truth -- truth attracts the right people ... -- ... which drives true innovation ... -- ... which grows markets ... -- ... which generates rewards ... -- 8 the wrong way around the circle -- rewards first -- growth as pressure, not pleasure -- the temptation to manipulate -- bad customer service is a clue to a lack of purpose -- innovation. now! …”
Libro electrónico -
5544Publicado 2016Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- Acknowledgments -- About the Reviewer -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Tasting Functional Style in C# -- Introducing functional programming -- Understanding definitions, scripts, and sessions -- Using substitution and simplification to evaluate the expression -- Understanding the functions used for functional programming -- Forming the definition -- Currying -- Comparison between functional and imperative programming -- Preparing the C# compiler -- Concepts of functional programming -- First-class and higher-order functions -- Function types -- Function values -- Pure functions -- Recursive functions -- Feeling functional in C# -- Using mathematical concept to understand functional approach -- Applying tuple for functional C# -- Currying in C# -- Pipelining -- Method chaining -- Transforming imperative code to functional code -- The imperative code approach -- The functional code approach -- The GenerateOrderedList() method -- The Main() method -- The advantages and disadvantages of functional programming -- Summary -- Chapter 2: Walkthrough Delegates -- Introducing delegates -- Simple delegates -- Multicast delegates -- Using the Delegate.Combine() and Delegate.Remove() methods -- Using += and -= operators -- Built-in delegates -- Generic delegates -- The Action and Func delegates -- Distinguishing variance in delegates -- Covariance -- Contravariance -- Summary -- Chapter 3: Expressing Anonymous Methods with Lambda Expressions -- Getting to know anonymous methods -- Creating anonymous methods -- Using an anonymous method as an argument -- Writing anonymous methods - some guidelines -- Advantages of the anonymous methods -- Lambda expressions -- Transforming an anonymous method to a lambda expression…”
Libro electrónico -
5545Publicado 2019Tabla de Contenidos: “…Chapter 20: Stepping through a Dataset with Cursors -- Declaring a Cursor -- Opening a Cursor -- Fetching Data from a Single Row -- Closing a Cursor -- Chapter 21: Adding Procedural Capabilities with Persistent Stored Modules -- Compound Statements -- Flow of Control Statements -- Stored Procedures -- Stored Functions -- Privileges -- Stored Modules -- Chapter 22: Handling Errors -- SQLSTATE -- WHENEVER Clause -- Diagnostics Areas -- Handling Exceptions -- Chapter 23: Triggers -- Examining Some Applications of Triggers -- Creating a Trigger -- Firing a Succession of Triggers -- Referencing Old Values and New Values -- Firing Multiple Triggers on a Single Table -- Part 7: The Parts of Tens -- Chapter 24: Ten Common Mistakes -- Assuming That Your Clients Know What They Need -- Ignoring Project Scope -- Considering Only Technical Factors -- Not Asking for Client Feedback -- Always Using Your Favorite Development Environment -- Using Your Favorite System Architecture Exclusively -- Designing Database Tables in Isolation -- Neglecting Design Reviews -- Skipping Beta Testing -- Not Documenting Your Process -- Chapter 25: Ten Retrieval Tips -- Verify the Database Structure -- Try Queries on a Test Database -- Double-Check Queries That Include Joins -- Triple-Check Queries with Subselects -- Summarize Data with GROUP BY -- Watch GROUP BY Clause Restrictions -- Use Parentheses with AND, OR, and NOT -- Control Retrieval Privileges -- Back Up Your Databases Regularly -- Handle Error Conditions Gracefully -- Appendix: ISO/IEC SQL: 2016 Reserved Words -- Index -- About the Author -- Connect with Dummies -- End User License Agreement…”
Libro electrónico -
5546Publicado 2019Tabla de Contenidos: “…WebAssembly modules in Node.js -- 10.1. Revisiting what you know -- 10.2. Server-side validation -- 10.3. Working with Emscripten-built modules -- 10.4. …”
Libro electrónico -
5547Publicado 2016Tabla de Contenidos: “…-- Overview of Onboarding and New Employee Orientation -- The Onboarding Plan -- The Key Players -- The New Employee Orientation Training Sessions -- What Do I Need to Know About Training? -- How Much Time Will Preparation Take? …”
Libro electrónico -
5548Publicado 2017Tabla de Contenidos: “…Building one-to-one relationships using the Fluent API -- The one-to-many relationship -- The many-to-many relationship -- Building many-to-many relationship using the Fluent API -- Fluent API -- Identifying navigation property and inverse navigation -- Identifying the single navigation property -- Relationship-building techniques -- Building relationship using a foreign key -- Building relationships using a principal key -- Building relationships using the IsRequired method -- Cascade delete -- Data migration issue with EF Core 2.0 -- Summary -- Chapter 5: Know the Validation - Explore Inbuilt Validations -- Diving into built-in validations -- Required field validation -- Incorporating the Required validation in blogging system models -- EmailAddress field validation -- Incorporating EmailAddress validation in blogging system models -- Compare field validation -- Incorporating the Compare validation in blogging system models -- Url field validation -- Incorporating Url validation in blogging system models -- MinLength field validation -- MaxLength field validation -- RegularExpression field validation -- Summary -- Chapter 6: Save Yourself - Hack Proof Your Entities -- Client-side validation -- Validating data without client-side scripting -- Server-side validation -- Manual validation -- Custom validation -- Creating client-side logic for custom validation -- Remote validation -- Summary -- Chapter 7: Going Raw - Leveraging SQL Queries in LINQ -- Basic raw SQL queries -- Building parameterized queries -- Composing with LINQ -- Executing SQL query without a DBSet or POCO -- Summary -- Chapter 8: Query Is All We Need - Query Object Pattern -- Introduction to query objects -- Improving repositories with the query object pattern -- Introduction to repositories -- Solution to the repository assignment…”
Libro electrónico -
5549Publicado 2016Tabla de Contenidos: “…-- ENCODING -- Binary -- Binary to Decimal -- Hexadecimal -- American Standard Code for Information Exchange -- Unicode -- Big and Little Endian -- Nibble Reversed -- Seven-Bit Short Message Service Protocol Description Unit -- EPOCHS -- UNIX -- Unix 48 bit -- UNIX Decimal 10Byte -- GPS -- AOL -- GSM -- Decimal Format -- 64bit -- File Time Formatted -- HTML -- JAVA -- MSDOS -- Binary-Coded Decimal -- ISO 8601 -- Bit Date -- MAC Absolute -- CELLEBRITE PHYSICAL ANALYZER -- Project Tree Example -- Multimedia Message Service -- USER-INSTALLED APPLICATIONS -- USER-ENABLED SECURITY -- BST -- IP-Box and MFC Dongle -- Advanced Nondestructive Exams-Joint Test Action Group -- Destructive Exams -- ADVANCED VALIDATION -- Ultra Compare Professional -- Chapter Summary -- REFERENCES FOR LISTED TOOLS -- 5 - Data Hiding -- INTRODUCTION -- WHAT IS STEGANOGRAPHY -- HIDING DATA BEHIND DATA -- STEGANALYSIS -- Intercepted Steganography Files -- Steganalysis Applications -- How Much Information Can Be Hidden -- STEGANOGRAPHY METHODS -- Investigative Steps -- RELEVANT CASES -- SUMMARY -- REFERENCES -- 6 - Cryptography and Encryption -- INTRODUCTION -- BRIEF HISTORY OF ENCRYPTION AND CRYPTOGRAPHY -- Tell Me What I Need to Know -- BASIC WORKING KNOWLEDGE -- HARDWARE -- Big Boy Encryption Toys -- Here Come the Computers -- Ease of Use Makes It User-Friendly -- PUBLIC AND PRIVATE KEYS -- Breaking Encryption -- THE KEY IS THE KEY -- SO TELL ME SOMETHING I CAN DO ABOUT THIS! …”
Libro electrónico -
5550Publicado 2015Tabla de Contenidos: “…-- Network programming with Python -- Breaking a few eggs -- Taking it from the top -- Downloading an RFC -- Looking deeper -- Programming for TCP/IP networks -- Firewalls -- Network Address Translation -- IPv6 -- Summary -- Chapter 2 : HTTP and Working with the Web -- Request and response -- Requests with urllib -- Response objects -- Status codes -- Handling problems -- HTTP headers -- Customizing requests -- Content compression -- Multiple values -- Content negotiation -- Content types -- User agents -- Cookies -- Cookie handling -- Know your cookies -- Redirects -- URLs -- Paths and relative URLs -- Query strings -- URL encoding -- URLs in summary -- HTTP methods -- The HEAD method -- The POST method -- Formal inspection -- HTTPS -- The Requests library -- Handling errors with Requests -- Summary -- Chapter 3 : APIs in Action -- Getting started with XML -- The XML APIs -- The basics of ElementTree -- Pretty printing -- Element attributes -- Converting to text -- The Amazon S3 API -- Registering with AWS -- Authentication -- Setting up an AWS user -- Regions -- S3 buckets and objects -- An S3 command-line client -- Creating a bucket with the API -- Uploading a file -- Retrieving an uploaded file through a web browser -- Displaying an uploaded file in a web browser -- Downloading a file with the API…”
Libro electrónico -
5551Publicado 2015Tabla de Contenidos: “…Product/Service -- Control of Nonconforming Product or Service -- Equipment -- Analysis of Information -- Evaluation -- Internal Audit -- Process Audits-Three‐Step Process -- Management Review -- Productive Meetings -- Improvement -- Nonconformity-Corrective Action -- CHAPTER 15 Conclusion -- Competitive Landscape -- As a Leader -- I Know That -- I Am the Visionary -- I Learned -- Pilot Project-Management System MakeoverTM -- Driving Sustainability to Business Success -- About the Author -- Index -- EULA…”
Libro electrónico -
5552Publicado 2015Tabla de Contenidos: “…-- Half-Day Workshop: Service Behaviors That Matter -- One-Day Workshop: From the Customer's Perspective -- Two-Day Workshop: A Total Approach to Service -- How Much Time Will Preparation Take? -- What Do I Need to Know About Training? -- What Are the Important Features of the Book? …”
Libro electrónico -
5553Publicado 2024Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedications -- Contributors -- Table of Contents -- Preface -- Part 1: Getting Started with Streamlit -- Chapter 1: Getting to Know Streamlit - A Brief Overview -- The importance of turning an idea into a prototype - the changing scenario in computing methods -- The importance of a full Python web framework -- Local versus the cloud -- Python libraries for web applications (Flask and Django) -- Examples of Streamlit's capabilities -- The importance of turning an idea into a prototype -- Summary -- Chapter 2: Setting Up the Python Coding Environment -- Technical requirements -- Setting up the OS -- IDE selection -- What is a virtual environment? …”
Libro electrónico -
5554por Kondameda, GopiTabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedications -- Contributors -- Table of Contents -- Preface -- Part 1: Microsoft Teams Customization Exploring the Architecture and Components -- Chapter 1: Introducing Microsoft Teams Apps -- Overview of Microsoft Teams as a platform -- Exploring the Microsoft Teams app architecture -- Classification of apps -- Exploring the core services used for the development of Teams -- Azure -- Microsoft 365 -- Power Platform -- Microsoft Teams admin, configuration, and prerequisites such as Azure, Microsoft 365, and Power Platform -- Org-wide app settings -- Permission policies -- Creating custom app permission policies -- Setup policies -- Summary -- Chapter 2: Microsoft Teams Apps and Bots -- Exploring App Studio/Developer Portal -- Creating a Teams app with Developer Portal -- Teams Toolkit for Visual Studio Code -- The Microsoft Teams JavaScript client SDK -- Understanding how to use tabs -- Built-in tab -- Custom tabs -- Utilizing bots -- Creating an FAQ bot with QnA Maker -- Getting to know more about webhooks and connectors -- Webhooks -- Connectors -- Messaging extensions -- Adaptive cards -- Summary -- Part 2: Microsoft Teams Customization with Tools and Techniques -- Chapter 3: Microsoft Graph API -- What is the Graph API? …”
Publicado 2023
Libro electrónico -
5555Publicado 2017Tabla de Contenidos: “…Ramirez -- Phil Ryan -- Ron Shevlin -- Scarlett Sieber -- Shari Storm -- Lee Wetherington -- Chapter 5: Finishing Move -- An Introduction to the End -- We Expect More with Each Passing Day -- The Future of Retail Banking Will Be Optimized -- There Is No Doubt: Modern Retail Banking Is Dreadful -- If I Have to Think about My Banking, You're Doing It Wrong -- As an Accountholder, I Know I'm Getting Messed Over with My Money-Somewhere -- The Year Is 2030, and No One Thinks about Banking -- There's at Least a Decade until 2030 -- Here's the Tough List -- I Hope That's Enough to Get You Started -- About the Author -- About the Companion Website -- Index -- EULA…”
Libro electrónico -
5556Publicado 2024Tabla de Contenidos: “…Cover -- Half Title -- Title Page -- Copyright Page -- Table of Contents -- Foreword -- Acknowledgments -- About the Author -- Introduction -- Background -- Chapter 1: The "Ravell" Corporation -- Introduction -- A new approach -- The blueprint for integration -- Enlisting support -- Assessing progress -- Resistance in the ranks -- Line management to the rescue -- IT begins to reflect -- Defining an identity for information technology -- Implementing the integration: a move toward trust and reflection -- Key lessons -- Defining reflection and learning for an organization -- Working toward a clear goal -- Commitment to quality -- Teaching staff "not to know" -- Transformation of culture -- Alignment with administrative departments -- Conclusion -- Chapter 2: The IT dilemma -- Introduction -- Recent background -- IT in the organizational context -- IT and organizational structure -- The role of IT in business strategy -- Ways of evaluating IT -- Executive knowledge and management of IT -- IT: a view from the top -- Section 1: Chief executive perception of the role of IT -- Section 2: Management and strategic issues -- Section 3: Measuring IT performance and activities -- General results -- Defining the IT dilemma -- Recent developments in operational excellence -- Note -- Chapter 3: Technology as a variable and responsive organizational dynamism -- Introduction -- Technological dynamism -- Responsive organizational dynamism -- Strategic integration -- Summary -- Cultural assimilation -- IT organization communications with "others" -- Movement of traditional IT staff -- Summary -- Technology business cycle -- Feasibility -- Measurement -- Planning -- Implementation -- Evolution -- Drivers and supporters -- Santander versus Citibank -- Information technology roles and responsibilities -- Replacement or outsource -- Note…”
Libro electrónico -
5557Publicado 2021Tabla de Contenidos: “…-- And, While You Are at It, Think about This -- 3. What Do I Need to Know about Lean Leadership? -- Humble Beginnings -- Back to History… -- Little Known Fact: What's in a Name? …”
Libro electrónico -
5558Publicado 2018Tabla de Contenidos: “…Storytelling Going Slow to Know: Storying Meaning Evoking the Body: Storying Practices of Touch Cultivating a Community of Practice: Storying Relations Conclusion Appendix A: With Mary Appendix B: With Jerry Appendix C: With Jake and Family CHAPTER XI Touch in Supervision A Model for Supervising Touch Touch Between Supervisor and Supervisee Recommendations Conclusion PART IV THE ETHICS OF TOUCH IN THE HELPING RELATIONSHIPS AND CONCLUSION CHAPTER XII The Ethics of Touch in the Helping RelationshipsA Question of Personal Boundaries Therapeutic or Not? …”
Libro electrónico -
5559Publicado 2023Tabla de Contenidos: “…Cover -- Title Page -- Copyright and Credits -- Dedication -- Contributors -- Table of Contents -- Preface -- Part 1 - Part Fundamentals -- Chapter 1: Business Central and Power Platform - Better Together -- Technical requirements -- How Business Central and Power Platform are better together -- Setting up your development environment -- Business use case - the K& -- S Solutions Inc. company -- The Business Central and Power Platform ecosystem -- Power Pages -- Power Virtual Agents -- Power Automate -- Power Apps -- Summary -- Chapter 2: Getting to Know Business Central APIs -- Technical requirements -- An introduction to Business Central APIs -- How to connect to Business Central APIs -- Configuring Azure Active Directory for OAuth use with Postman and Business Central -- Adding API permissions -- Creating your first GET request in Postman -- Exercise 2.1 - using Postman to call an API in Business Central -- What are the limits of working with APIs? …”
Libro electrónico -
5560por Young, Ian, 1970-Tabla de Contenidos: “…Using the existential operator -- Null values in chained calls -- Assigning new values conditionally when null -- Dealing with nulls in our application -- Assigning multiple values at once -- Using destructuring assignment in our application -- Advanced function arguments -- Default argument values -- Using default arguments in our application -- Accepting a variable number of arguments with splats -- Invoking functions with splats -- Using splats in our application -- Summary -- Chapter 5: Classes in CoffeeScript -- Defining a class in CoffeeScript -- Attaching methods to a class -- How CoffeeScript builds classes in JavaScript -- Maintaining state with object properties -- Calling other methods on this object -- Attaching a method outside of the class definition -- Constructors -- CoffeeScript constructors in JavaScript -- Calling methods statically on classes -- Inheritance -- CoffeeScript's inheritance in JavaScript -- Using CoffeeScript with other class libraries -- Backbone classes in CoffeeScript -- Ember classes in CoffeeScript -- Summary -- Chapter 6: Refactoring with Classes -- The refactoring cycle -- Structuring our data with classes -- Adding business logic -- More data modeling -- More business logic -- Managing display logic with classes -- Displaying a collection -- The top-level display logic -- A final refactoring pass -- Using inheritance while refactoring -- Getting the green light -- Summary -- Chapter 7: Advanced CoffeeScript Usage -- Getting our context right -- Using fat arrows in our project -- Saving our work with memoization -- Using memoization in our application -- A new idiom: options objects -- Using options objects in our application -- Summary -- Chapter 8: Going Asynchronous -- Understanding asynchronous operations -- Getting to know our remote API -- Making an asynchronous request -- Using a third-party library…”
Publicado 2013
Libro electrónico