Materias dentro de su búsqueda.
Materias dentro de su búsqueda.
- Development 87
- Application software 79
- Cloud computing 67
- Engineering & Applied Sciences 63
- Database management 58
- Java (Computer program language) 58
- Computer Science 48
- Management 47
- Virtual computer systems 45
- Machine learning 37
- Python (Computer program language) 34
- Computer networks 32
- Electronic data processing 28
- Economics 27
- Programming 27
- Computer programming 26
- Computer programs 26
- Artificial intelligence 25
- Historia 25
- Web servers 24
- Data processing 23
- Operating systems (Computers) 23
- Examinations 22
- Oracle (Computer file) 22
- Finance 21
- Design 20
- Security measures 20
- Client/server computing 19
- VMware 19
- History 18
-
961Publicado 2005Tabla de Contenidos: “…DB2 - WebSphere performance aspects -- 10.1 Recommended hardware and software configuration -- 10.2 WebSphere Application Server connection pooling -- 10.2.1 What is new in Version 5 - What is in WebSphere Version 4 -- 10.2.2 How connection pooling works - How connection objects are structured -- 10.2.3 WebSphere data sources -- 10.2.4 Connection pooling - Best practices -- 10.3 DB2 and JDBC -- 10.3.1 Adjusting the number of DB2 threads and connections -- 10.3.2 Enabling DB2 dynamic statement cache -- 10.3.3 Choosing static SQL over dynamic SQL -- 10.3.4 Usage guidelines for JCC type 2 and type 4 connectivity -- 10.3.5 Enterprise JavaBeans (EJBs) and DB2 access -- 10.4 WLM classification of WAS and its impact on DB2 -- 10.4.1 How DB2 and WebSphere Servers are structured on z/OS -- 10.4.2 Enabling WLM dynamic application environments with WAS V5 -- 10.4.3 WebSphere classification and its impact on DB2 -- 10.5 Tuning the storage for z/OS and the Java Virtual Machine -- 10.6 Universal Driver tracing -- 10.6.1 Universal Driver tracing -- 10.6.2 DB2SystemMonitor class -- Chapter 11. …”
Libro electrónico -
962Tabla de Contenidos: “…6.1.3 Preparation -- 6.1.4 CDS verify -- 6.1.5 CDS backup -- 6.1.6 Inventory management -- 6.1.7 Erasing and labeling volumes -- 6.1.8 Scratch processing -- 6.1.9 Scratch reporting -- 6.1.10 Ejecting volumes from a system-managed tape library -- 6.1.11 Producing reports -- 6.1.12 Move confirmation -- 6.1.13 Additional considerations -- 6.2 Activating RACF TAPEVOL and TAPEDSN -- 6.2.1 Before you can start -- 6.2.2 DFSMSrmm RACF tape security support -- 6.2.3 DFSMSrmm automatic tape security support -- 6.2.4 DFSMSrmm OPTION command operand TPRACF -- 6.2.5 DFSMSrmm VLPOOL command operand RACF -- 6.2.6 Running DFSMShsm and DFSMSrmm -- 6.2.7 Defining RACF profiles -- 6.2.8 Final RACF activities -- 6.3 Maintaining your control data set -- 6.3.1 Using EDGHSKP -- 6.3.2 Using EDGBKUP -- 6.3.3 EDGUTIL -- 6.4 Initializing and erasing volumes -- 6.5 Disposition processing -- 6.6 Software products and foreign tapes -- 6.6.1 Defining software products -- 6.6.2 Foreign tapes -- 6.7 DFSMSrmm volume pools -- 6.7.1 Defining pools -- 6.7.2 Scratch pooling -- 6.8 Deleting non-existent volumes -- 6.9 Repairing actions -- 6.9.1 Using the VERIFY parameter -- 6.9.2 Using the MEND parameter -- 6.9.3 DFSMSrmm CDS and DFSMShsm consistency checking -- 6.9.4 Using DFSMSrmm with BTLS -- 6.9.5 Using DFSMSrmm with non-IBM libraries -- Chapter 7. …”
Libro electrónico -
963Publicado 2004Tabla de Contenidos: “…Dynamic Query -- 19.1 Prerequisites -- 19.2 Sample scenario -- 19.3 Development -- 19.3.1 Dynamic Query service -- 19.3.2 Design concerns and recommendations -- 19.3.3 Dynamic Query Bean API -- 19.3.4 Development environment setup -- 19.3.5 Development of Dynamic Query sample -- 19.4 Unit test -- 19.4.1 Configuring the application server -- 19.4.2 Running the sample application -- 19.5 Configuration -- 19.5.1 Installing query.ear -- 19.5.2 Application class loader policy configuration -- 19.6 More information -- 19.6.1 Performance considerations -- 19.6.2 Security considerations -- Chapter 20. Object pools -- 20.1 Prerequisites -- 20.2 Sample scenario -- 20.3 Development -- 20.3.1 Object Pools API -- 20.3.2 Coding with Object pools -- 20.4 Unit test -- 20.5 Runtime environment -- 20.5.1 Configuration in runtime…”
Libro electrónico -
964por Roggiero, Eduardo AntonioTabla de Contenidos: “…7.1.2 Alteraciones del estómago7.1.3 Alteraciones intestinales; 7.1.4 Alteraciones hepáticas; 7.1.5 Alteraciones pancreáticas; 7.1.6 Alteraciones en el pool de sales biliares; 7.1.7 Alteraciones en la inmunidad local; 7.2 Hipersensibilidad a las proteínas alimentarias; 7.3 Conclusiones; Capítulo 8. …”
Publicado 2007
Biblioteca Universitat Ramon Llull (Otras Fuentes: Biblioteca de la Universidad Pontificia de Salamanca, Universidad Loyola - Universidad Loyola Granada)Libro electrónico -
965Publicado 2018Tabla de Contenidos: “…Implementing getters -- Implementing setters -- Metaprogramming in nightly Rust -- Understanding compiler plugins -- Declarative macros -- Summary -- Chapter 10: Multithreading -- Concurrency in Rust -- Understanding the Send and Sync traits -- The Send trait -- The Sync trait -- Other types of concurrency in Rust -- Understanding multithreading -- Creating threads -- Panicking in Rust -- Moving data between threads -- The move keyword -- Sharing data between threads -- Channels between threads -- Multithreading crates -- Non-blocking data structures -- Scoped threads -- Thread pooling -- Parallel iterators -- Summary -- Chapter 11: Asynchronous Programming -- Introduction to asynchronous programming -- Understanding I/O in the CPU -- Getting the kernel to control the I/O -- Asynchronous programming from the programmer's perspective -- Understanding futures -- Future combinators -- Asynchronous I/O in Rust -- Creating Tokio codecs -- WebSockets in Rust -- Understanding the new Generators -- Summary -- Other Books You May Enjoy -- Index…”
Libro electrónico -
966Publicado 2022Tabla de Contenidos: “…Seeing the Impact of Shared Resources on Goroutines -- Accessing Shared Resources Using Mutual Exclusion -- Modifying Shared Resources Using Atomic Counters -- Synchronizing Goroutines -- sync.WaitGroup and sync.Once -- Timeouts in Go -- Pooling Goroutines -- Hands-On Challenge -- Solution -- Summary -- Chapter 9: Tricks and Handy Tips -- Importing Packages -- Check What Packages Are Being Imported by Your Application -- Use goimports Instead of gofmt -- Code Organization -- To Use or Not to Use: Custom Constructors -- Modularizing and Organizing Code into Packages -- Dependency Package Management -- Compiler Optimizations -- Using Git's SHA to Set the Build ID -- The Case of Elegant Constants, aka IOTA -- Auto Increment -- Custom Types -- Skipping Values -- Expressions -- Tricky Constants -- Summary -- Index…”
Libro electrónico -
967por Organization for Economic CooperationTabla de Contenidos: “….) -- Discussion and conclusions -- References -- Notes -- 4 Identifying the costs caused by an irreversible deterioration of the orbital regimes -- Introduction -- Direct and indirect costs -- Cost dynamics -- Temporal evolution -- Value of space-enabled economic activity -- Space-enabled economic activity -- Dependency model -- Financial model -- Economic value at risk -- Collision probability calculations -- Interpretation of results -- Discussion and conclusions -- Limitations and future developments -- References -- 5 Socio-economic benefits of earth observation: Insights from firms in Italy -- Introduction -- The downstream sector and the socio-economic benefits of earth observation -- An overview of the earth observation downstream sector -- The socio-economic benefits stemming from earth observation data -- Method -- Main results -- Firms' characteristics, use of earth observation data and services offered in Italy -- The socio-economic benefits of EO from the point of view of firms -- The main obstacles to the diffusion of earth observation products and services according to firms -- Conclusions and policy recommendations -- References -- Notes -- 6 Economic theory applied to space debris scenarios -- Introduction -- The space debris issue -- Orbits ecosystems as Earth natural ecosystems: Common-pool resources issues -- Methodology -- SDM 5.0 Evolutionary Model -- Description of the scenarios -- Space debris mitigation results…”
Publicado 2022
Libro electrónico -
968por Malz, Allan M.Tabla de Contenidos: “…; 1.1.1 The Financial Industry Since the 1960's; 1.1.2 The "Shadow Banking System"; 1.1.3 Changes in Public Policy Toward the Financial System; 1.1.4 The Rise of Large Capital Pools; 1.1.5 Macroeconomic Developments Since the 1960's: From the Unraveling of Bretton Woods to the Great Moderation; 1.2 The Scope of Financial Risk; 1.2.1 Risk Management in Other Fields; Further Reading; CHAPTER 2 Market Risk Basics…”
Publicado 2011
Libro electrónico -
969Publicado 2017Tabla de Contenidos: “…Cover -- Copyright -- Credits -- About the Author -- About the Reviewers -- www.PacktPub.com -- Customer Feedback -- Table of Contents -- Preface -- Chapter 1: Hadoop Architecture and Deployment -- Introduction -- Building and compiling Hadoop -- Installation methods -- Setting up host resolution -- Installing a single-node cluster - HDFS components -- Installing a single-node cluster - YARN components -- Installing a multi-node cluster -- Configuring the Hadoop Gateway node -- Decommissioning nodes -- Adding nodes to the cluster -- Chapter 2: Maintaining Hadoop Cluster HDFS -- Introduction -- Configuring HDFS block size -- Setting up Namenode metadata location -- Loading data in HDFS -- Configuring HDFS replication -- HDFS balancer -- Quota configuration -- HDFS health and FSCK -- Configuring rack awareness -- Recycle or trash bin configuration -- Distcp usage -- Control block report storm -- Configuring Datanode heartbeat -- Chapter 3: Maintaining Hadoop Cluster - YARN and MapReduce -- Introduction -- Running a simple MapReduce program -- Hadoop streaming -- Configuring YARN history server -- Job history web interface and metrics -- Configuring ResourceManager components -- YARN containers and resource allocations -- ResourceManager Web UI and JMX metrics -- Preserving ResourceManager states -- Chapter 4: High Availability -- Introduction -- Namenode HA using shared storage -- ZooKeeper configuration -- Namenode HA using Journal node -- Resourcemanager HA using ZooKeeper -- Rolling upgrade with HA -- Configure shared cache manager -- Configure HDFS cache -- HDFS snapshots -- Configuring storage based policies -- Configuring HA for Edge nodes -- Chapter 5: Schedulers -- Introduction -- Configuring users and groups -- Fair Scheduler configuration -- Fair Scheduler pools -- Configuring job queues -- Job queue ACLs -- Configuring Capacity Scheduler…”
Libro electrónico -
970Publicado 2017Tabla de Contenidos: “…Using Session in a Flask app -- Connection pooling -- HTTP cache headers -- Improving data transfer -- GZIP compression -- Binary payloads -- Putting it together -- Asynchronous calls -- Task queues -- Topic queues -- Publish/subscribe -- RPC over AMQP -- Putting it together -- Testing -- Mocking synchronous calls -- Mocking asynchronous calls -- Mocking Celery -- Mocking other asynchronous calls -- Summary -- Chapter 6: Monitoring Your Services -- Centralizing logs -- Setting up Graylog -- Sending logs to Graylog -- Adding extra fields -- Performance metrics -- System metrics -- Code metrics -- Web server metrics -- Summary -- Chapter 7: Securing Your Services -- The OAuth2 protocol -- Token-based authentication -- The JWT standard -- PyJWT -- X.509 certificate-based authentication -- The TokenDealer microservice -- The POST/oauth/token implementation -- Using TokenDealer -- Web application firewall -- OpenResty - Lua and nginx -- Rate and concurrency limiting -- Other OpenResty features -- Securing your code -- Asserting incoming data -- Limiting your application scope -- Using Bandit linter -- Summary -- Chapter 8: Bringing It All Together -- Building a ReactJS dashboard -- The JSX syntax -- React components -- ReactJS and Flask -- Using Bower, npm, and Babel -- Cross-origin resource sharing -- Authentication and authorization -- Interacting with Data Service -- Getting the Strava token -- JavaScript authentication -- Summary -- Chapter 9: Packaging and Running Runnerly -- The packaging toolchain -- A few definitions -- Packaging -- The setup.py file -- The requirements.txt file -- The MANIFEST.in file -- Versioning -- Releasing -- Distributing -- Running all microservices -- Process management -- Summary -- Chapter 10: Containerized Services -- What is Docker? …”
Libro electrónico -
971por Köhler, SarahTabla de Contenidos: “…-- 2.3 Acryl: nass, aber intensiv -- 2.4 Pastell-, Ölpastellkreiden und Wachs: altbewährt und effektiv -- 2.5 Schablonen, Stempel, Muster: für ganz besondere Eindrücke -- 2.6 Gelstifte, Aquarell und Co: für besonders künstlerische Akzente -- 3 Strukturen und Designs -- 3.1 Die ganze Seite -- Color Flips -- Growth Flips -- Pink Flip -- Circle Flip -- Direction Flip -- Cards Flip -- Simple Flip -- Spot Flip -- Pool Flip -- 3.2 Das freie Storming -- Dot Flip -- Fancy Flip -- Capri Flip -- 3.3 Die Zweiteilung -- Elegant Flip -- Greenhouse Flip -- Smart Flip -- Retro Flip -- 3.4 Die Dreiteilung -- Matrix Flip -- Nature Flip -- Geo(metrical) Flip -- Pastel Dreams Flip -- Frame Flip -- Shoutout Flip -- Party Flip -- Process Flip -- Charming Flip -- 3.5 Die Zweidrittelteilung -- Golden Flip -- Polar Flip -- Sunshine Flip -- Ocean Flip -- Grey Friends Flip -- Egyptian Flip -- 3.6 Die Vierteilung -- Green Explosion Flip -- Spring Flip -- Christmas Flip -- Butterfly Flip -- Structure Flip -- Arrow Flip -- Lily Flip -- Ladder Flip -- 3.7 Von der Mitte nach außen -- Silver Linings Flip -- Flashy Flip -- Lifeguard Flip -- Lighthouse Flip -- Wing Flip -- 4 Strukturen in der Praxis…”
Publicado 2023
Libro electrónico -
972Publicado 2021Tabla de Contenidos: “…The singularity of information common pool resources (CPR) -- 2.2.2. Digital libraries as information CPRs -- 2.2.3. …”
Libro electrónico -
973Publicado 2023Tabla de Contenidos: “…-- Introducing Splunk Enterprise 9.x features -- Understanding Splunk components -- Processing components -- Management components -- Splunk Validated Architectures (SVAs) -- Single-server deployment -- Distributed non-clustered deployment -- Distributed cluster deployment and SHC - single-site -- Distributed clustered deployment and SHC - multi-site -- Splunk installation - standalone -- Installation system requirements -- Installation steps -- Summary -- Self-assessment -- Reviewing the answers -- Chapter 2: Splunk License Management -- Introducing license types -- The Splunk Enterprise Trial license -- The Splunk Free license -- The Forwarder license -- The Splunk Enterprise license -- The Splunk Enterprise infrastructure license -- Splunk Developer license -- Understanding license warnings and violations -- How licensing works -- Installing, managing, and monitoring licenses -- Adding a license -- License groups, stacks, and pools -- License manager and license peers -- License usage and alerting -- Summary -- Self-assessment -- Reviewing answers -- Chapter 3: Users, Roles, and Authentication in Splunk -- Users -- Creating a new user -- Roles -- Creating a new role -- Authentication methods -- Native Splunk -- LDAP -- SAML -- MFA -- Scripted authentication -- Summary -- Self-assessment -- Reviewing answers -- Chapter 4: Splunk Forwarder Management -- Introducing the universal forwarder…”
Libro electrónico -
974por Kelly, Allan, 1969-Tabla de Contenidos: “…5.3.1 Trust and Honesty5.3.2 Slack; 5.4 Learning in Practice: Senge's View; 5.4.1 Personal Mastery; 5.4.2 Shared Vision; 5.4.3 Team Learning; 5.4.4 Mental Models; 5.4.5 Systems Thinking; 5.4.6 And Reflection; 5.5 Blocks to Learning; 5.5.1 Invisibility; 5.5.2 Camouflage; 5.5.3 Personal Defences; 5.5.4 Micro-projects and Solo Developers; 5.5.5 Resource Pools; 5.5.6 Failure to Act; 5.6 Conclusion; Chapter 6 Information Technology - the Bringer of Change; 6.1 Change; 6.2 Benefits of Technology Change; 6.3 Change is What IT People Do to Other People…”
Publicado 2008
Libro electrónico -
975por Wilson, ChaunceyTabla de Contenidos: “…; 2.2.1 Strengths; 2.2.2 Weaknesses; 2.3 Procedures and Practical Advice on Interactive Brainwriting; 2.3.1 Planning an Interactive Brainwriting Session; 2.3.2 Conducting an Interactive Brainwriting Session; 2.3.3 After the Brainwriting Session; 2.4 Variations and Extensions to Brainwriting; 2.4.1 Brainwriting Pool; 2.4.2 Brainwriting 6-3-5; 2.4.3 The Card-Exchange Technique; 2.4.4 One Idea, Quick Pass…”
Publicado 2013
Libro electrónico -
976Publicado 2012Tabla de Contenidos: “…; 3.1 Priors in the very beginning; 3.1.1 Priors as a basis for learning; 3.1.2 Priors and philosophy; 3.1.3 Prior chronology; 3.1.4 Pooling prior information; 3.2 Methodology I: Priors defined by mathematical criteria; 3.2.1 Conjugate priors; 3.2.2 Impropriety and hierarchical priors; 3.2.3 Zellner's g-prior for regression models; 3.2.4 Objective priors…”
Libro electrónico -
977por Vasseur, Jean-PhilippeTabla de Contenidos: “…; 3.8.1 Inherent Complexity; 3.8.2 Lack of Flexibility and Scalability; 3.9 Conclusions; CHAPTER 4 IPv6 for Smart Object Networks and the Internet of Things; 4.1 Introduction; 4.2 The Depletion of the IPv4 Address Space; 4.2.1 Current IPv4 Address Pool Exhaustion Rate; 4.3 NAT: A (Temporary) Solution to IPv4 Address Exhaustion; 4.4 Architectural Discussion; 4.5 Conclusions; CHAPTER 5 Routing; 5.1 Routing in IP Networks; 5.1.1 IP Routing and QoS…”
Publicado 2010
Libro electrónico -
978Publicado 2023Tabla de Contenidos: “…Memory management functions -- Dynamic record allocation -- FastMM4 internals -- Memory allocation in a parallel world -- Replacing the default memory manager -- Logging memory manager -- FastMM4 with release stack -- FastMM5 -- TBBMalloc -- Comparing memory managers -- There is no silver bullet -- Fine-tuning SlowCode -- Summary -- Chapter 7: Getting Started with the Parallel World -- Technical requirements -- Processes and threads -- Multithreading -- Multitasking -- When to parallelize code -- The most common problems -- Never access the UI from a background thread -- Simultaneous reading and writing -- Sharing a variable -- Hidden behavior -- Synchronization -- Critical sections -- Other locking mechanisms -- A short note on coding style -- Shared data with built-in locking -- Interlocked operations -- Object life cycle -- Communication -- Windows messages -- Synchronize and Queue -- Polling -- Performance -- Third-party libraries -- Summary -- Chapter 8: Working with Parallel Tools -- Technical requirements -- TThread -- Automatic life cycle management -- Advanced TThread -- Setting up a communication channel -- Sending messages from a thread -- Using TCommThread -- Implementing a timer -- Synchronizing with multiple workers -- WaitForMultipleObjects -- Condition variables -- Comparing both approaches -- Summary -- Chapter 9: Exploring Parallel Practices -- Technical requirements -- Tasks and patterns -- Variable capturing -- Tasks -- Exceptions in tasks -- Parallelizing a loop -- Thread pooling -- Async/Await -- Join -- Join/Await -- Future -- Parallel for -- Pipelines -- Web spider -- The filter stage -- The downloader stage -- The parser stage -- Summary -- Chapter 10: More Parallel Patterns -- Technical requirements -- Using OmniThreadLibrary -- Blocking collections -- Using blocking collections with TThread-based threads -- Async/Await…”
Libro electrónico -
979Publicado 2023Tabla de Contenidos: “…Notes -- References -- Chapter 5: Unsupervised Learning -- K -means Clustering -- Hierarchical Clustering -- Association Rule Mining -- K -Nearest Neighbors -- Summary -- Exercise -- References -- Chapter 6: Supervised Learning -- Introduction to Artificial Neural Networks -- Forward and Backward Propagation Methods -- Architectural Types in ANN -- Hyperparameters for Tuning the ANN -- An Example of ANN Classification -- Introduction to Ensemble Learning Techniques -- Random Forest Ensemble Learning -- Introduction to AdaBoost Ensemble Learning -- Introduction to Extreme Gradient Boosting (XGB) -- Cross-Validation -- Summary -- Exercise -- References -- Chapter 7: Natural Language Processing for Analyzing Unstructured Data -- Terminology for NLP -- Installing NLTK and Other Libraries -- Tokenization -- Stemming -- Stopwords -- Part of Speech Tagging -- Bag-of-Words (BOW) -- n- grams -- Sentiment and Emotion Classification -- Summary -- Exercise -- References -- Chapter 8: Predictive Analytics Using Deep Neural Networks -- Introduction to Deep Learning -- The Deep Neural Networks and Its Architectural Variants -- Multilayer Perceptron (MLP) -- Convolutional Neural Networks (CNN) -- Recurrent Neural Networks (RNN) -- AlexNet -- VGGNet -- Inception -- ResNet and GoogLeNet -- Hyperparameters of DNN and Strategies for Tuning Them -- Activation Function -- Regularization -- Number of Hidden Layers -- Number of Neurons Per Layer -- Learning Rate -- Optimizer -- Batch Size -- Epoch -- Weight and Biases Initialization -- Grid Search -- Random Search -- Deep Belief Networks (DBN) -- Analyzing the Boston Housing Dataset Using DNN -- Summary -- Exercise -- References -- Chapter 9: Convolutional Neural Networks (CNN) for Predictive Analytics -- Convolution Layer -- Padding and Strides -- ReLU LAYER -- Pooling Layer -- Fully Connected Layer…”
Libro electrónico -
980Publicado 2024Tabla de Contenidos: “…-- Chapter 1: Back to the Future -- Growing Up in the Shadows of Tech -- Tequila and Time Machines -- Firing Up the DeLorean -- Finding the Flux Capacitor -- Lightning Strike-Back to the Future -- Conclusion -- Chapter 2: Three Men and a Pool -- Surprise Delivery -- Web3, Baby Bottles, and Diapers -- Raising Our Newborn Baby -- Chapter 3: The Power of Web3 -- Web3 Is a Curious Thing -- Change a Hawk to a Little White Dove -- Granny Wants to Come to the Web3 Party -- Web3 for Brands -- Web3 for Consumers -- Scams and the Problems Anonymity Can Cause Brands -- Pros and Cons of Web3 -- Makes Some Weep and Others Sing -- Web 1.0 and Web 2.0 -- Netflix, Facebook, and Community Involvement -- Blockchain and eBay -- More Than a Feeling-That's the Power of Web3 -- Chapter 4: More than a Cartoon Party: Supercharging the Creator Economy -- Supercharging the Creator Economy -- Web3 Pre‐Party -- Smooth, Simple, and Seamless On‐Ramps -- Disrupting Business as Usual -- Ownership -- New Ways to Monetize -- Giving Power Back to the Creator -- Conclusion -- Chapter 5: Building Community the Right Way -- Find Your Tribe and Vibe -- Proof of Human -- Building Community on LinkedIn: A Community Conversation -- Haters Are Always Going to Hate -- How the Power of Community Led to a Book Deal -- Leveraging LinkedIn to Power NFT Heat -- NFT Heat TV Show -- Know Your Lane and Own Your Lane -- Chapter 6: Mic Check 1, 2: A New Way to Communicate -- Fan Tokens Are the Future of Web3 -- How Video Games Can Make You Rich -- Art Is Transforming and You Don't Need a Second or Third Job -- CryptoPunks and Bored Ape Yacht Club -- Music Is a Changin' -- Goodbye Big Banks, Hello Decentralized Finance…”
Libro electrónico