Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- History 494
- Management 352
- Historia 313
- Development 307
- Engineering & Applied Sciences 275
- Application software 234
- Social aspects 231
- Computer programs 183
- Data processing 180
- Photography 174
- Computer Science 172
- Computer networks 171
- Filosofía 169
- Leadership 163
- Philosophy 161
- Design 151
- Digital techniques 149
- RELIGION 149
- Artificial intelligence 144
- History and criticism 138
- Business & Economics 135
- Technological innovations 134
- Politics and government 118
- Education 117
- Business 114
- Information technology 113
- Web sites 112
- Crítica e interpretación 106
- Computer software 105
- Java (Computer program language) 104
-
12361Publicado 2009Tabla de Contenidos: “…-- The Puzzle of the 'Head Count' -- Poverty Beyond the 'Poverty Line' -- Poverty as Capability Deprivation and Lack of Social Opportunity -- Poverty, Hunger and Food Insecurity -- Poverty and Unemployment -- State Planning and the Fight Against Poverty -- Public Distribution System -- Employment Guarantee Schemes -- Economic Growth, Inequality of Opportunity and Regional Disparity -- Exclusion and Social Conflict -- Suggested Readings -- Questions…”
Libro electrónico -
12362Publicado 2024Tabla de Contenidos: “…Document classification -- N-grams -- Selecting a subset of n-grams -- Using genetic algorithms to search for a fixed-size subset -- Python implementation -- Summary -- Further reading -- Chapter 12: Explainable AI, Causality, and Counterfactuals with Genetic Algorithms -- Technical requirements -- Unlocking the black box - XAI -- Unraveling cause and effect - causality in AI -- What-if scenarios - counterfactuals -- Genetic algorithms in counterfactual analysis - navigating alternative scenarios -- The German Credit Risk dataset -- Exploring counterfactual scenarios for credit risk prediction -- The Applicant class -- The CreditRiskData class -- Counterfactuals with genetic algorithms -- The genetic algorithm solution -- More "what-if" scenarios -- Extending to other datasets -- Summary -- Further reading -- Part 4: Enhancing Performance with Concurrency and Cloud Strategies -- Chapter 13: Accelerating Genetic Algorithms - the Power of Concurrency -- Technical requirements -- Long runtimes in real-world genetic algorithms -- Parallelizing genetic algorithms -- Multithreading -- Multiprocessing -- Back to the OneMax problem -- A baseline benchmark program -- Simulating computational intensity -- Multiprocessing using the Pool class -- Increasing the number of processes -- Multiprocessing using the SCOOP library -- Distributed computing with SCOOP -- Summary -- Further reading -- Chapter 14: Beyond Local Resources - Scaling Genetic Algorithms in the Cloud -- Technical requirements -- The next level in genetic algorithm performance -embracing a client-server architecture -- Implementing a client-server model -- Using a separate environment -- Revisiting the One-Max problem, yet again -- Creating the server component -- Creating the client component -- Running the asynchronous client -- Using a production-grade app server…”
Libro electrónico -
12363por OECDTabla de Contenidos: “…The OECD standards present internationally agreed principles for the consistent application of the destination principle to cross-border trade in services and intangibles -- Introduction -- The OECD International VAT/GST Guidelines present internationally agreed principles for determining the place of taxation of cross-border supplies of services and intangibles -- Digital platforms can play a key role in enhancing the efficiency and the effectiveness of VAT collection on online supplies to final consumers -- The OECD Guidelines and standards have had a considerable impact on VAT policy reforms in OECD countries and beyond -- 2.8.2. Addressing the challenge of VAT collection on imports of "low-value" goods -- 2.9. …”
Publicado 2022
Libro electrónico -
12364Publicado 2019Tabla de Contenidos: “…4.6.3 Hierarchical Pathfinding on Exclusions -- 4.6.4 Strange Effects of Hierarchies on Pathfinding -- 4.6.5 Instanced Geometry -- 4.7 Other Ideas in Pathfinding -- 4.7.1 Open Goal Pathfinding -- 4.7.2 Dynamic Pathfinding -- 4.7.3 Other Kinds of Information Reuse -- 4.7.4 Low Memory Algorithms -- 4.7.5 Interruptible Pathfinding -- 4.7.6 Pooling Planners -- 4.8 Continuous Time Pathfinding -- 4.8.1 The Problem -- 4.8.2 The Algorithm -- 4.8.3 Implementation Notes -- 4.8.4 Performance -- 4.8.5 Weaknesses -- 4.9 Movement Planning -- 4.9.1 Animations -- 4.9.2 Movement Planning -- 4.9.3 Example -- 4.9.4 Footfalls -- CHAPTER 5: DECISION MAKING -- 5.1 Overview of Decision Making -- 5.2 Decision Trees -- 5.2.1 The Problem -- 5.2.2 The Algorithm -- 5.2.3 Pseudo-Code -- 5.2.4 Knowledge Representation -- 5.2.5 Implementation Notes -- 5.2.6 Performance of Decision Trees -- 5.2.7 Balancing the Tree -- 5.2.8 Beyond the Tree -- 5.2.9 Random Decision Trees -- 5.3 State Machines -- 5.3.1 The Problem -- 5.3.2 The Algorithm -- 5.3.3 Pseudo-Code -- 5.3.4 Data Structures and Interfaces -- 5.3.5 Performance -- 5.3.6 Implementation Notes -- 5.3.7 Hard-Coded FSM -- 5.3.8 Hierarchical State Machines -- 5.3.9 Combining Decision Trees and State Machines -- 5.4 Behavior Trees -- 5.4.1 Implementing Behavior Trees -- 5.4.2 Pseudo-Code -- 5.4.3 Decorators -- 5.4.4 Concurrency and Timing -- 5.4.5 Adding Data to Behavior Trees -- 5.4.6 Reusing Trees -- 5.4.7 Limitations of Behavior Trees -- 5.5 Fuzzy Logic -- 5.5.1 A Warning -- 5.5.2 Introduction to Fuzzy Logic -- 5.5.3 Fuzzy Logic Decision Making -- 5.5.4 Fuzzy State Machines -- 5.6 Markov Systems -- 5.6.1 Markov Processes -- 5.6.2 Markov State Machine -- 5.7 Goal-Oriented Behavior -- 5.7.1 Goal-Oriented Behavior -- 5.7.2 Simple Selection -- 5.7.3 Overall Utility -- 5.7.4 Timing -- 5.7.5 Overall Utility GOAP -- 5.7.6 GOAP with IDA*…”
Libro electrónico -
12365Publicado 2017“…Provides chapters written by experts in the field Goes beyond forecasting to apply optimization techniques to a wide variety of renewable energy system issues, from large scale to relatively small scale systems Provides accompanying computer code for related chapters…”
Libro electrónico -
12366Publicado 2023Tabla de Contenidos: “…9.2.1 Installing the NuGet packages -- 9.2.2 Creating the user entity -- 9.2.3 Updating the ApplicationDbContext -- 9.2.4 Adding and applying a new migration -- 9.2.5 Setting up the services and middleware -- 9.2.6 Implementing the AccountController -- 9.3 Authorization settings -- 9.3.1 Adding the authorization HTTP header -- 9.3.2 Setting up the [authorize] attribute -- 9.3.3 Testing the authorization flow -- 9.4 Role-based access control -- 9.4.1 Registering new users -- 9.4.2 Creating the new roles -- 9.4.3 Assigning users to roles -- 9.4.4 Adding role-based claims to JWT -- 9.4.5 Setting up role-based auth rules -- 9.4.6 Testing the RBAC flow -- 9.4.7 Using alternative authorization methods -- 9.5 Exercises -- 9.5.1 Adding a new role -- 9.5.2 Creating a new user -- 9.5.3 Assigning a user to roles -- 9.5.4 Implementing a test endpoint -- 9.5.5 Testing the RBAC flow -- Summary -- 10 Beyond REST -- 10.1 REST drawbacks -- 10.1.1 Overfetching -- 10.1.2 Underfetching -- 10.2 GraphQL -- 10.2.1 GraphQL advantages -- 10.2.2 GraphQL drawbacks -- 10.2.3 Implementing GraphQL -- 10.2.4 Working with GraphQL -- 10.3 Google Remote Procedure Call -- 10.3.1 gRPC pros -- 10.3.2 gRPC cons -- 10.3.3 Installing the NuGet packages -- 10.3.4 Implementing the gRPC Server -- 10.3.5 Implementing the gRPC client -- 10.3.6 Adding Authorization support -- 10.4 Other REST alternatives -- 10.4.1 Newline Delimited JSON (NDJSON) -- 10.4.2 Falcor -- 10.4.3 Thrift -- 10.5 Exercises -- 10.5.1 Write a new GraphQL query -- 10.5.2 Fetch GraphQL data for a mutation -- 10.5.3 Implement new gRPC server features -- 10.5.4 Add new gRPC client wrappers -- 10.5.5 Test the new gRPC features -- Summary -- Part 4 Toward production -- 11 API documentation -- 11.1 Web API potential audience -- 11.1.1 Prospectors -- 11.1.2 Contractors -- 11.1.3 Builders -- 11.2 API documentation best practices…”
Libro electrónico -
12367Publicado 2024“…Structured around the four ethical principles that form the Canadian Code of Ethics for Psychologists, this book goes far beyond the basics, building awareness of the many complex and varied ethical issues practitioners may face. …”
Libro electrónico -
12368Publicado 2010“…Microsoft® Windows 7 In Depth Beyond the Basics...Beneath the Surface...In Depth Microsoft Windows 7 In Depth is the comprehensive guide to Microsoft's Windows 7 for everyone who's no longer a Windows beginner: corporate, small office/home office, and personal users alike. …”
Libro electrónico -
12369Publicado 2023Tabla de Contenidos: “…-- 1.3 The Inception of Zero Trust Concept -- 1.3.1 Cloud Security Alliance's Software Define Perimeter and Zero Trust -- 1.3.2 Google's BeyondCorp Zero Trust Model -- 1.3.3 Gartner's CARTA Framework for Zero Trust -- 1.3.3.1 CARTA's Zero Trust Implementation Approach -- 1.3.4 Netflix's LISA Model for Zero Trust -- 1.3.4.1 LISA Principles -- 1.3.5 Forrester's ZTX Framework -- 1.3.6 NIST SP 800:207 Zero Trust Framework -- 1.3.6.1 NIST's Zero Trust Architecture Foundation -- 1.3.6.2 Policy Engine -- 1.3.6.3 Policy Administrator -- 1.3.6.4 Policy Enforcement Point -- 1.3.7 The Open Group Zero Trust's Approach -- 1.3.7.1 Key Requirements for Zero Trust as per the Open Group -- 1.3.7.2 Organizational Value and Risk Alignment -- 1.3.7.3 Guardrails and Governance -- 1.3.7.4 Technology -- 1.3.7.5 Security Controls -- 1.3.8 Microsoft's Zero Trust Principles -- 1.4 Why Zero Trust Is Important -- 1.5 Benefits of Zero Trust -- 1.6 Zero Trust Principle Redefined -- 1.6.1 Re-Examine All Default Access Controls -- 1.6.2 Micro-Segmentation -- 1.6.3 Preventing Lateral Movement -- 1.6.4 Leverage a Variety of Preventative Techniques -- 1.6.5 Enable Real-Time Monitoring and Controls to Identify and Halt Malicious Activity Quickly -- 1.6.6 Align to the Broader Security Strategy -- 1.7 Zero Trust for Everyone -- 1.7.1 Government -- 1.7.2 Enterprises -- 1.7.3 Small and Medium Businesses -- 1.7.4 Consumers -- 1.8 Chapter Summary -- 2 Zero Trust - Disrupting the Business Model…”
Libro electrónico -
12370Publicado 2021Tabla de Contenidos: “…4.3 Dealing with external dependencies -- 4.3.1 Integrations with databases -- 4.3.2 Integrations with other APIs -- Summary -- 5 Advanced backend testing techniques -- 5.1 Eliminating nondeterminism -- 5.1.1 Parallelism and shared resources -- 5.1.2 Dealing with time -- 5.2 Reducing costs while preserving quality -- 5.2.1 Reducing overlap between tests -- 5.2.2 Creating transitive guarantees -- 5.2.3 Turning assertions into preconditions -- Summary -- 6 Testing frontend applications -- 6.1 Introducing JSDOM -- 6.2 Asserting on the DOM -- 6.2.1 Making it easier to find elements -- 6.2.2 Writing better assertions -- 6.3 Handling events -- 6.4 Testing and browser APIs -- 6.4.1 Testing a localStorage integration -- 6.4.2 Testing a History API integration -- 6.5 Dealing with WebSockets and HTTP requests -- 6.5.1 Tests involving HTTP requests -- 6.5.2 Tests involving WebSockets -- Summary -- 7 The React testing ecosystem -- 7.1 Setting up a test environment for React -- 7.1.1 Setting up a React application -- 7.1.2 Setting up a testing environment -- 7.2 An overview of React testing libraries -- 7.2.1 Rendering components and the DOM -- 7.2.2 React Testing Library -- 7.2.3 Enzyme -- 7.2.4 The React test renderer -- Summary -- 8 Testing React applications -- 8.1 Testing component integration -- 8.1.1 Stubbing components -- 8.2 Snapshot testing -- 8.2.1 Snapshots beyond components -- 8.2.2 Serializers -- 8.3 Testing styles -- 8.4 Component-level acceptance tests and component stories -- 8.4.1 Writing stories -- 8.4.2 Writing documentation -- Summary -- 9 Test-driven development -- 9.1 The philosophy behind test-driven development -- 9.1.1 What test-driven development is -- 9.1.2 Adjusting the size of your iterations -- 9.1.3 Why adopt test-driven development? …”
Libro electrónico -
12371por OECDTabla de Contenidos: “…Rethinking the form and content of its country strategies would enable Germany to move towards a coherent, German approach and increase transparency and accountability -- A strong supporter of development effectiveness, Germany could facilitate greater partner ownership -- Germany's predictability and forward planning are strong -- Germany has a broad range of instruments at its disposal to respond flexibly to partner countries' demands, with the COVID-19 response a good example to build on -- Germany links the disbursement of ODA funds to the reform priorities of its six Africa reform partners -- References -- Notes -- 6 Germany's results, evaluation and learning -- Management for development results -- Germany contributes to the 2030 Agenda and aligns with partner countries' priorities -- Results management is being extended from projects to portfolios -- Further work is required to improve results-based management and embed a results culture within German development co-operation -- Evaluation system -- Germany's evaluation capability is strong and respected -- The evaluation function is independent, but management responses to evaluations often lack specificity -- Evaluation capacity is being strengthened in partner countries -- Institutional learning -- Networks exist for knowledge sharing and learning in sectoral and thematic areas -- Knowledge management is challenging in the complex German system -- References -- Notes -- 7 Germany's fragility, crises and humanitarian assistance -- 7.A Crises and fragility -- Strategic framework -- Germany is an active and efficient broker for global peace efforts -- Germany has aligned its strategic framework to its vision for peace -- Germany's ODA is not primarily mobilised towards fragile contexts -- Germany is engaged in many fragile contexts beyond just its nexus and peace partners…”
Publicado 2021
Libro electrónico -
12372por OECDTabla de Contenidos: “…... while still others have considered restrictions or additional requirements -- Reforms to the composition of and eligibility for integration measures -- Access to education and skills recognition remains high on the integration policy agenda -- Language for adult migrants is an increasingly universal pillar of integration measures -- Countries have continued their attention to anti-discrimination policies, including in the context of broader anti-racism strategies -- Specific needs of women and young migrants -- Countries seek to reduce gender barriers to increase equality of outcomes -- Recognition of issues specific to migrant youth has increased -- Countries reorganise and delineate responsibilities to improve co-ordination -- References -- 4 Responding to the Ukrainian refugee crisis -- Introduction -- Migration flows triggered by the Russian large-scale invasion of Ukraine -- Immigration permits and rights granted to Ukrainians -- The EU activated the Temporary Protection Directive -- Approaches in other OECD countries -- Initial support measures in OECD countries -- Emergency shelter -- Access to assistance and public services -- Transitioning towards medium and long-term responses -- Securing durable housing -- Capacity constraints and dispersal -- Assistance with finding and securing accommodation -- Ensuring educational continuity -- Primary and secondary education -- Vocational education and training (VET) -- Tertiary education -- Promoting employment and employability -- Job search and matching -- Skills assessment and recognition -- Addressing gender-specific needs -- Emerging challenges -- Phasing out temporary protection in the EU and beyond -- Transitioning from exceptional measures to mainstream solutions -- Addressing secondary movements -- Preparing for changes in public opinion and support -- References -- Notes…”
Publicado 2022
Libro electrónico -
12373por Freeman, Adam. authorTabla de Contenidos: “…-- Choosing a Web Browser -- Choosing a Code Editor -- Installing Node.js -- Installing the Web Server -- Installing the Test System -- Creating the AngularJS Directory -- Getting the AngularJS Library -- Getting the AngularJS Extras -- Getting Bootstrap -- Getting Deployd -- Performing a Simple Test -- Starting the Web Server -- Load the Test File -- Summary -- Chapter 2: Your First AngularJS App -- Preparing the Project -- Using AngularJS -- Applying AngularJS to the HTML File -- Creating a Data Model -- Creating a Controller -- Creating a View -- Inserting Model Values -- Evaluating Expressions -- Using Directives -- Going Beyond the Basics -- Using Two-Way Model Binding -- Creating and Using Controller Behaviors -- Using Behaviors That Depend on Other Behaviors -- Responding to User Interaction -- Filtering and Ordering Model Data -- Improving the Filter -- Getting the Data via Ajax -- Summary -- Chapter 3: Putting AngularJS in Context -- Understanding Where AngularJS Excels -- Understanding Round-Trip and Single-Page Applications -- Understanding the MVC Pattern -- Understanding Models -- Understanding Controllers -- Understanding View Data -- Understanding Views -- Understanding RESTful Services -- Common Design Pitfalls -- Putting the Logic in the Wrong Place -- Adopting the Data Store Data Format -- Clinging to the Old Ways -- Summary -- Chapter 4: HTML and Bootstrap CSS Primer -- Understanding HTML…”
Publicado 2014
Libro electrónico -
12374Publicado 2017Tabla de Contenidos: “…Chapter 6: Advanced Query Writing -- Common table expressions -- Reusing SQL code with CTE -- Recursive and hierarchical queries -- Changing data in multiple tables at a time -- Window functions -- Window definition -- The WINDOW clause -- Using window functions -- Window functions with grouping and aggregation -- Advanced SQL techniques -- Selecting the first records -- Selecting a data sample -- Set returning functions -- Lateral subqueries -- Advanced grouping -- Advanced aggregation -- Summary -- Chapter 7: Server-Side Programming with PL/pgSQL -- SQL language and PL/pgSQL - a comparison -- PostgreSQL function parameters -- Function authorization-related parameters -- Function planner-related parameters -- Function configuration-related parameters -- The PostgreSQL PL/pgSQL control statements -- Declaration statements -- Assignment statements -- Conditional statements -- Iteration -- Loop statement -- While loop statement -- For loop statement -- Returning from the function -- Returning void -- Returning a single row -- Returning multiple rows -- Function predefined variables -- Exception handling -- Dynamic SQL -- Executing DDL statements in dynamic SQL -- Executing DML statements in dynamic SQL -- Dynamic SQL and the caching effect -- Recommended practices for dynamic SQL usage -- Summary -- Chapter 8: OLAP and Data Warehousing -- Online analytical processing -- Extract, transform, and load -- Data modeling for OLAP -- Aggregation -- Partitioning -- Parallel query -- Index-only scans -- Summary -- Chapter 9: Beyond Conventional Data Types -- Arrays -- Common functions of arrays and their operators -- Modifying and accessing arrays -- Indexing arrays -- The hash store data structure -- Indexing an hstore -- The JSON data structure -- JSON and XML -- JSON data types for PostgreSQL -- Modifying and accessing JSON types -- Indexing a JSON data type…”
Libro electrónico -
12375Publicado 2024Tabla de Contenidos: “…The Structure of the Household Evolves -- The Family Life Cycle -- Parenting and Consumer Behavior -- Age and Generations -- Teenagers -- "Tweens" -- Consumers Aging Gracefully: Retirement and Beyond -- Age Cohorts -- Ethnic and Racial Identities -- Ethnic and Racial Identity -- Ethnic and Racial Diversity in the U.S. -- Showing Respect: Ethnic and Racial Symbols -- Religious and Political Identity -- Religion and Consumption -- Marketing to Muslims -- Political Identity -- Community (Geographic and Place-Based Subcultures) -- Geodiversity -- Chapter Summary -- Key Terms -- Review -- Consumer Behavior Challenge -- Case Study. …”
Libro electrónico -
12376Publicado 2018Tabla de Contenidos: “…Working with Datastore -- When to use Datastore -- Full indexing and perfect index -- Using Datastore -- Summary -- Chapter 8: BigQuery -- Underlying data representation of BigQuery -- BigQuery public datasets -- Legacy versus standard SQL -- Working with the BigQuery console -- Loading data into a table using BigQuery -- Deleting datasets -- Working with BigQuery using CLI -- BigQuery pricing -- Analyzing financial time series with BigQuery -- Summary -- Chapter 9: Identity and Access Management -- Resource hierarchy of GCP -- Permissions and roles -- Units of identity in GCP -- Creating a Service Account -- Working with cloud IAM - grant a role -- Working with IAM - creating a custom role -- Summary -- Chapter 10: Managing Hadoop with Dataproc -- Hadoop and Spark -- Hadoop on the cloud -- Google Cloud Dataproc -- Compute options for Dataproc -- Working with Dataproc -- Summary -- Chapter 11: Load Balancing -- Why load balancers matter now -- Taxonomy of GCP load balancers -- HTTP(S) load balancing -- Configuring HTTP(S) load balancing -- Configuring Internal Load Balancing -- Other load balancing -- Summary -- Chapter 12: Networking in GCP -- Why GCP's networking model is unique -- VPC networks and subnets -- The default VPC -- Internal and external IP addresses -- VPN and cloud router -- Working with VPCs -- Working with custom subnets -- Working with firewall rules -- Summary -- Chapter 13: Logging and Monitoring -- Logging -- Working with logs -- More Stackdriver - creating log-based metrics -- Monitoring -- Summary -- Chapter 14: Infrastructure Automation -- Managed Instance Groups -- Cloud deployment manager -- Summary -- Chapter 15: Security on the GCP -- Security features at Google and on the GCP -- Google-provided tools and options for security -- Some security best practices -- BeyondCorp - Identity-Aware Proxy -- Summary…”
Libro electrónico -
12377por OECDTabla de Contenidos: “…Start-ups and scale-ups in Denmark's sector strongholds and emerging industries -- Introduction -- Key barriers to the success of start-ups and scale-ups -- Access to finance -- Entrepreneurship skills and capabilities gaps -- Access to international markets -- Access to networks -- Cultural attitudes -- Summary -- Policy measures in Denmark -- Access to finance -- Grants -- The Danish Board of Business Development -- Innovation Fund Denmark -- Technology Development and Demonstration Programmes -- European Innovation Council -- Loans and equity investments -- Danish Growth Fund -- Danish Green Investment Fund -- Entrepreneurship skills and capabilities gaps -- Advice, coaching and mentoring -- Danish Business Hubs -- Virksomhedsguiden -- Incubators and accelerators -- Beyond Beta -- Innofounder -- Incubators and accelerators at research institutions -- Other publicly-funded incubators and accelerators -- Access to research and technology -- Open Entrepreneurship -- GTS Institutes -- Technology Transfer Offices -- Access to international markets -- Trade Council -- Innovation Centre Denmark -- Investment Fund for Developing Countries -- EKF (Export Credit Agency) -- EKF Green Accelerator -- Guarantees -- Access to networks -- National cluster organisations -- Regional networks -- Cultural attitudes -- Summary -- Introduction to the national cluster organisations -- Manufacturing Academy of Denmark -- Energy Cluster Denmark -- Food & -- Bio Cluster Denmark…”
Publicado 2022
Libro electrónico -
12378Publicado 2022Tabla de Contenidos: “…-- A Platform Connecting to Hundreds of Data Sources -- A Platform with Searchable Data and Rich Metadata -- A Collaboration Tool for Functional Areas and Users -- A Pathway for New Systems and System Migration -- An IT Tool for Rapid Prototyping -- A System for Enhanced Security of Data -- The Continuing Quest for the "Single Versions of the Truth" - Motivation beyond the EDW -- What Are the Advantages of DV? -- A Sustainable Architecture for the Ever-Increasing Complexity of Data -- Simplified User Experience -- More Collaborative and Productive User Experience -- Data in Near Real Time -- Source Data and Combine Data Easily -- No Need to Replicate and Make Physical Copies of Data -- Improved Security and Administration -- Positive Impact on the EDW, IT, and the Business…”
Libro electrónico -
12379Publicado 2022Tabla de Contenidos: “…-- Five Facebook Ad Types Everyone Should Use -- Simple Strategies (beyond Facebook) That Drive Massive Traffic and Leads to Your Website and Landing Pages -- How to Choose What You Should Focus On -- Chapter 7 Using Google PPC (Adwords) to Capture High-Quality Leads -- Chapter 8 How to Use Videos (and YouTube) to Attract and Convert Leads -- The Impact of the Type of CTA in a Video on Conversion Rate -- The Impact of When the CTA in a Video Occurs on Conversion Rate -- How Long Should Your Videos Be? …”
Libro electrónico -
12380Publicado 2023Tabla de Contenidos: “…Creating and funding an account with MetaMask -- Using MetaMask and Remix IDE to deploy a smart contract -- Adding a custom network to MetaMask and connecting it with Remix IDE -- Importing accounts into MetaMask using keystore files -- Deploying a contract with MetaMask -- Interacting with a contract through MetaMask using Remix IDE -- Summary -- Chapter 11 : Tools, Languages, and Frameworks for Ethereum Developers -- Languages -- The Solidity compiler -- Installing solc -- Experimenting with solc -- Tools, libraries, and frameworks -- Node.js -- Ganache -- ganache-cli -- Ganache UI -- Truffle -- Drizzle -- Other tools -- Contract development and deployment -- Writing smart contracts -- Testing smart contracts -- Deploying smart contracts -- The Solidity language -- Functions -- Variables -- Local variables -- Global variables -- State variables -- Data types -- Value types -- Reference types -- Control structures -- Events -- Inheritance -- Libraries -- Error handling -- Summary -- Chapter 12 : Web3 Development Using Ethereum -- Interacting with contracts using Web3 and Geth -- Deploying contracts -- Using solc to generate ABI and code -- Querying contracts with Geth -- Interacting with Geth using POST requests -- Interacting with contracts via frontends -- Installing the web3.js JavaScript library -- Creating a web3 object -- Creating an app.js JavaScript file -- Creating a frontend webpage -- Calling contract functions -- Creating a frontend webpage -- Deploying and interacting with contracts using Truffle -- Installing and initializing Truffle -- Compiling, testing, and migrating using Truffle -- Interacting with the contract -- Using Truffle to test and deploy smart contracts -- Deployment on decentralized storage using IPFS -- Summary -- Chapter 13 : The Merge and Beyond -- Introduction -- Ethereum after The Merge -- The Beacon Chain…”
Libro electrónico