Browse Results

Showing 16,451 through 16,475 of 53,539 results

Domain Decomposition Methods in Science and Engineering XXIV (Lecture Notes in Computational Science and Engineering #125)

by Petter E. Bjørstad Susanne C. Brenner Lawrence Halpern Hyea Hyun Kim Ralf Kornhuber Talal Rahman Olof B. Widlund

These are the proceedings of the 24th International Conference on Domain Decomposition Methods in Science and Engineering, which was held in Svalbard, Norway in February 2017. Domain decomposition methods are iterative methods for solving the often very large systems of equations that arise when engineering problems are discretized, frequently using finite elements or other modern techniques. These methods are specifically designed to make effective use of massively parallel, high-performance computing systems. The book presents both theoretical and computational advances in this domain, reflecting the state of art in 2017.

Domain-Driven Design in PHP

by Carlos Buenosvinos Christian Soronellas Keyvan Akbary

Real examples written in PHP showcasing DDD Architectural Styles, Tactical Design, and Bounded Context Integration About This Book • Focuses on practical code rather than theory • Full of real-world examples that you can apply to your own projects • Shows how to build PHP apps using DDD principles Who This Book Is For This book is for PHP developers who want to apply a DDD mindset to their code. You should have a good understanding of PHP and some knowledge of DDD. This book doesn't dwell on the theory, but instead gives you the code that you need. What You Will Learn • Correctly design all design elements of Domain-Driven Design with PHP • Learn all tactical patterns to achieve a fully worked-out Domain-Driven Design • Apply hexagonal architecture within your application • Integrate bounded contexts in your applications • Use REST and Messaging approaches In Detail Domain-Driven Design (DDD) has arrived in the PHP community, but for all the talk, there is very little real code. Without being in a training session and with no PHP real examples, learning DDD can be challenging. This book changes all that. It details how to implement tactical DDD patterns and gives full examples of topics such as integrating Bounded Contexts with REST, and DDD messaging strategies. In this book, the authors show you, with tons of details and examples, how to properly design Entities, Value Objects, Services, Domain Events, Aggregates, Factories, Repositories, Services, and Application Services with PHP. They show how to apply Hexagonal Architecture within your application whether you use an open source framework or your own. Style and approach This highly practical book shows developers how to apply domain-driven design principles to PHP. It is full of solid code examples to work through.

Domain-Driven Design with Golang: Use Golang to create simple, maintainable systems to solve complex business problems

by Matthew Boyle

Understand the concept of Domain-driven design and build two DDD systems from scratch that can be showcased as part of your portfolioKey FeaturesExplore Domain-driven design as a timeless concept and learn how to apply it with GoBuild a domain-driven monolithic application and a microservice from scratchLeverage patterns to make systems scalable, resilient, and maintainableBook DescriptionDomain-driven design (DDD) is one of the most sought-after skills in the industry. This book provides you with step-by-step explanations of essential concepts and practical examples that will see you introducing DDD in your Go projects in no time. Domain-Driven Design with Golang starts by helping you gain a basic understanding of DDD, and then covers all the important patterns, such as bounded context, ubiquitous language, and aggregates. The latter half of the book deals with the real-world implementation of DDD patterns and teaches you how to build two systems while applying DDD principles, which will be a valuable addition to your portfolio. Finally, you'll find out how to build a microservice, along with learning how DDD-based microservices can be part of a greater distributed system. Although the focus of this book is Golang, by the end of this book you'll be able to confidently use DDD patterns outside of Go and apply them to other languages and even distributed systems.What you will learnGet to grips with domains and the evolution of Domain-driven designWork with stakeholders to manage complex business needsGain a clear understanding of bounded context, services, and value objectsGet up and running with aggregates, factories, repositories, and servicesFind out how to apply DDD to monolithic applications and microservicesDiscover how to implement DDD patterns on distributed systemsUnderstand how Test-driven development and Behavior-driven development can work with DDDWho this book is forThis book is for intermediate-level Go developers who are looking to ensure that they not only write maintainable code, but also deliver great business value. If you have a basic understanding of Go and are interested in learning about Domain-driven design, or you've explored Domain-driven design before but never in the context of Go, then this book will be helpful.

Domain-Driven Design with Java - A Practitioner's Guide: Create simple, elegant, and valuable software solutions for complex business problems

by Premanand Chandrasekaran Karthik Krishnan

Adopt a practical and modern approach to architecting and implementing DDD-inspired solutions to transform abstract business ideas into working software across the entire spectrum of the software development life cycleKey FeaturesImplement DDD principles to build simple, effective, and well-factored solutionsUse lightweight modeling techniques to arrive at a common collective understanding of the problem domainDecompose monolithic applications into loosely coupled, distributed components using modern design patternsBook DescriptionDomain-Driven Design (DDD) makes available a set of techniques and patterns that enable domain experts, architects, and developers to work together to decompose complex business problems into a set of well-factored, collaborating, and loosely coupled subsystems. This practical guide will help you as a developer and architect to put your knowledge to work in order to create elegant software designs that are enjoyable to work with and easy to reason about. You'll begin with an introduction to the concepts of domain-driven design and discover various ways to apply them in real-world scenarios. You'll also appreciate how DDD is extremely relevant when creating cloud native solutions that employ modern techniques such as event-driven microservices and fine-grained architectures. As you advance through the chapters, you'll get acquainted with core DDD's strategic design concepts such as the ubiquitous language, context maps, bounded contexts, and tactical design elements like aggregates and domain models and events. You'll understand how to apply modern, lightweight modeling techniques such as business value canvas, Wardley mapping, domain storytelling, and event storming, while also learning how to test-drive the system to create solutions that exhibit high degrees of internal quality. By the end of this software design book, you'll be able to architect, design, and implement robust, resilient, and performant distributed software solutions.What you will learnDiscover how to develop a shared understanding of the problem domainEstablish a clear demarcation between core and peripheral systemsIdentify how to evolve and decompose complex systems into well-factored componentsApply elaboration techniques like domain storytelling and event stormingImplement EDA, CQRS, event sourcing, and much moreDesign an ecosystem of cohesive, loosely coupled, and distributed microservicesTest-drive the implementation of an event-driven system in JavaGrasp how non-functional requirements influence bounded context decompositionsWho this book is forThis book is for intermediate Java programmers looking to upgrade their software engineering skills and adopt a collaborative and structured approach to designing complex software systems. Specifically, the book will assist senior developers and hands-on architects to gain a deeper understanding of domain-driven design and implement it in their organization. Familiarity with DDD techniques is not a prerequisite; however, working knowledge of Java is expected.

Domain-Driven Laravel: Learn to Implement Domain-Driven Design Using Laravel

by Jesse Griffin

Map concepts and ideas in domain-driven design (DDD) and transpose them into clean, testable, and quality code that is effective alongside the Laravel framework. This book teaches you how to implement the concepts and patterns present in DDD in the real world as a complete web application. With these tactics and concepts in place, you'll engage in a variety of example applications, built from the ground up, and taken directly from real-world domains. Begin by reviewing foundational stepping stones (with small, manageable examples to show proof of concepts as well as illustrations to conceptualize the more complex topics) of both DDD and Laravel. Specifically, such topics as entities, value objects, developing an ubiquitous language, DTOs, and knowledge discovery. Next, you will dive into some more advanced topics of DDD and use these concepts as a guide to make customizations to the default Laravel installation, giving you an understanding of why these alterations are vital to the DDD and Laravel platform. Finally, you will cover the very powerful Eloquent ORM that comes stock with Laravel and understand how it can be utilized to represent entities, handle repositories, and support domain events. Although there is a basic coverage chapter and a setup tutorial for Laravel (along with a high level intro about the components used within it), Domain-Driven Laravel is best suited to readers who have been at least exposed to the framework and have had the opportunity to tinker around with it.What You'll Learn Utilize a blazing-fast rapid development pipeline built from DDD building blocks and facilitated with LaravelImplement value objects, repositories, entities, anti-corruption layers and others using Laravel as a web frameworkApply enhanced techniques for quick prototyping of complex requirements and quality results using an iterative and focused approach Create a base framework (Laravel) that can serve as a template to start off any projectGain insight on which details are important to a project’s success and how to acquire the necessary knowledge Who This Book Is ForIdeal for for frontend/backend web developers, devops engineers, Laravel framework lovers and PHP developers hoping to learn more about either Domain Driven Design or the possibilities with the Laravel framework. Those with a working knowledge of plain PHP can also gain value from reading this book.

Domain Engineering: Product Lines, Languages, and Conceptual Models

by Tony Clark Iris Reinhartz-Berger Sholom Cohen Arnon Sturm Jorn Bettin

Domain engineering is a set of activities intended to develop, maintain, and manage the creation and evolution of an area of knowledge suitable for processing by a range of software systems. It is of considerable practical significance, as it provides methods and techniques that help reduce time-to-market, development costs, and project risks on one hand, and helps improve system quality and performance on a consistent basis on the other. In this book, the editors present a collection of invited chapters from various fields related to domain engineering. The individual chapters present state-of-the-art research and are organized in three parts. The first part focuses on results that deal with domain engineering in software product lines. The second part describes how domain-specific languages are used to support the construction and deployment of domains. Finally, the third part presents contributions dealing with domain engineering within the field of conceptual modeling. All chapters utilize a similar terminology, which will help readers to understand and relate to the chapters content. The book will be especially rewarding for researchers and students of software engineering methodologies in general and of domain engineering and its related fields in particular, as it contains the most comprehensive and up-to-date information on this topic.

Domain Generalization with Machine Learning in the NOvA Experiment (Springer Theses)

by Andrew T.C. Sutton

This thesis presents significant advances in the use of neural networks to study the properties of neutrinos. Machine learning tools like neural networks (NN) can be used to identify the particle types or determine their energies in detectors such as those used in the NOvA neutrino experiment, which studies changes in a beam of neutrinos as it propagates approximately 800 km through the earth. NOvA relies heavily on simulations of the physics processes and the detector response; these simulations work well, but do not match the real experiment perfectly. Thus, neural networks trained on simulated datasets must include systematic uncertainties that account for possible imperfections in the simulation. This thesis presents the first application in HEP of adversarial domain generalization to a regression neural network. Applying domain generalization to problems with large systematic variations will reduce the impact of uncertainties while avoiding the risk of falsely constraining the phase space. Reducing the impact of systematic uncertainties makes NOvA analysis more robust, and improves the significance of experimental results.

Domain Modeling Made Functional: Tackle Software Complexity with Domain-Driven Design and F#

by Scott Wlaschin

You want increased customer satisfaction, faster development cycles, and less wasted work. Domain-driven design (DDD) combined with functional programming is the innovative combo that will get you there. In this pragmatic, down-to-earth guide, you'll see how applying the core principles of functional programming can result in software designs that model real-world requirements both elegantly and concisely - often more so than an object-oriented approach. Practical examples in the open-source F# functional language, and examples from familiar business domains, show you how to apply these techniques to build software that is business-focused, flexible, and high quality. Domain-driven design is a well-established approach to designing software that ensures that domain experts and developers work together effectively to create high-quality software. This book is the first to combine DDD with techniques from statically typed functional programming. This book is perfect for newcomers to DDD or functional programming - all the techniques you need will be introduced and explained. Model a complex domain accurately using the F# type system, creating compilable code that is also readable documentation---ensuring that the code and design never get out of sync. Encode business rules in the design so that you have "compile-time unit tests," and eliminate many potential bugs by making illegal states unrepresentable. Assemble a series of small, testable functions into a complete use case, and compose these individual scenarios into a large-scale design. Discover why the combination of functional programming and DDD leads naturally to service-oriented and hexagonal architectures. Finally, create a functional domain model that works with traditional databases, NoSQL, and event stores, and safely expose your domain via a website or API. Solve real problems by focusing on real-world requirements for your software. What You Need: The code in this book is designed to be run interactively on Windows, Mac and Linux.You will need a recent version of F# (4.0 or greater), and the appropriate .NET runtime for your platform.Full installation instructions for all platforms at fsharp.org.

The Domain Name Registration System: Liberalisation, Consumer Protection and Growth (Routledge Research in Information Technology and E-Commerce Law)

by Jenny Ng

This book offers a comparative analysis of the domain name registration systems utililsed in Australia and the United Kingdom. Taking an international perspective, the author analyses the global trends and dynamics of the domain name registration systems and explores the advantages and disadvantages of restrictive and less restrictive systems by addressing issues of consumer protection. The book examines the regulatory frameworks in the restrictive and unrestrictive registration systems and considers recent developments in this area. Jenny Ng also examines the legal and economic implications of these regulatory frameworks, drawing upon economic theory, regulatory and systems theory as well as applying rigorous legal analysis. In doing so, this work proposes ways in which such systems could be better designed to reflect the needs of the specific circumstances in individual jurisdictions. The Domain Name Registration System will be of particular interest to academics and students of IT law and e-commerce.

Domain Oriented Systems Development: Practices and Perspectives

by Kiyoshi Itoh Satoshi Kumagai Toyohiko Hirota

Domain Oriented Systems Development is the sixth volume in the Advanced Information Processing Technology series of the Information Processing Society of Japan. It draws together a collection of research papers on domain analysis and modeling written by a group of software engineers and researchers from Japan, Korea, Canada and Austria. The

Domain Specific High-Level Synthesis for Cryptographic Workloads (Computer Architecture and Design Methodologies)

by Ayesha Khalid Goutam Paul Anupam Chattopadhyay

This book offers an in-depth study of the design and challenges addressed by a high-level synthesis tool targeting a specific class of cryptographic kernels, i.e. symmetric key cryptography. With the aid of detailed case studies, it also discusses optimization strategies that cannot be automatically undertaken by CRYKET (Cryptographic kernels toolkit. The dynamic nature of cryptography, where newer cryptographic functions and attacks frequently surface, means that such a tool can help cryptographers expedite the very large scale integration (VLSI) design cycle by rapidly exploring various design alternatives before reaching an optimal design option. Features include flexibility in cryptographic processors to support emerging cryptanalytic schemes; area-efficient multinational designs supporting various cryptographic functions; and design scalability on modern graphics processing units (GPUs). These case studies serve as a guide to cryptographers exploring the design of efficient cryptographic implementations.

Domain-Specific Knowledge Graph Construction (SpringerBriefs in Computer Science)

by Mayank Kejriwal

The vast amounts of ontologically unstructured information on the Web, including HTML, XML and JSON documents, natural language documents, tweets, blogs, markups, and even structured documents like CSV tables, all contain useful knowledge that can present a tremendous advantage to the Artificial Intelligence community if extracted robustly, efficiently and semi-automatically as knowledge graphs. Domain-specific Knowledge Graph Construction (KGC) is an active research area that has recently witnessed impressive advances due to machine learning techniques like deep neural networks and word embeddings. This book will synthesize Knowledge Graph Construction over Web Data in an engaging and accessible manner. The book will describe a timely topic for both early -and mid-career researchers. Every year, more papers continue to be published on knowledge graph construction, especially for difficult Web domains. This work would serve as a useful reference, as well as an accessible but rigorous overview of this body of work. The book will present interdisciplinary connections when possible to engage researchers looking for new ideas or synergies. This will allow the book to be marketed in multiple venues and conferences. The book will also appeal to practitioners in industry and data scientists since it will have chapters on both data collection, as well as a chapter on querying and off-the-shelf implementations. The author has, and continues to, present on this topic at large and important conferences. He plans to make the powerpoint he presents available as a supplement to the work. This will draw a natural audience for the book. Some of the reviewers are unsure about his position in the community but that seems to be more a function of his age rather than his relative expertise. I agree with some of the reviewers that the title is a little complicated. I would recommend “Domain Specific Knowledge Graphs”.

Domain-Specific Languages in R: Advanced Statistical Programming

by Thomas Mailund

Gain an accelerated introduction to domain-specific languages in R, including coverage of regular expressions. This compact, in-depth book shows you how DSLs are programming languages specialized for a particular purpose, as opposed to general purpose programming languages. Along the way, you’ll learn to specify tasks you want to do in a precise way and achieve programming goals within a domain-specific context. Domain-Specific Languages in R includes examples of DSLs including large data sets or matrix multiplication; pattern matching DSLs for application in computer vision; and DSLs for continuous time Markov chains and their applications in data science. After reading and using this book, you’ll understand how to write DSLs in R and have skills you can extrapolate to other programming languages.What You'll LearnProgram with domain-specific languages using RDiscover the components of DSLsCarry out large matrix expressions and multiplications Implement metaprogramming with DSLsParse and manipulate expressions Who This Book Is ForThose with prior programming experience. R knowledge is helpful but not required.

Domain-Specific Processors: Systems, Architectures, Modeling, and Simulation (Signal Processing And Communications Ser. #Vol. 20)

by Shuvra S. Bhattacharyya Ed F. Deprettere Jürgen Teich

Ranging from low-level application and architecture optimizations to high-level modeling and exploration concerns, this authoritative reference compiles essential research on various levels of abstraction appearing in embedded systems and software design. It promotes platform-based design for improved system implementation and modeling and enhanced

Domina Las Apps: Una Guía para Principiantes para Comenzar a Ganar Dinero con Apps

by Adidas Wilson

Las teconlogías de la comunicación avanzan constatemente para adaptarse a los tiempos. Las apps de mensajes son algo enorme ahora. Han superdo completamente a las redes sociales al convertirse en nuestra forma primaria de comunicación. Cuando la mayoría de los empresarios inician, les gusta leer artículos sobre "cómo arrasar con tu primer app," "contruyendo la app de mil millones de dólares" y muchos libros relcionados a este tema. Están pegados a este lado de la historia y cegados al otro. A fin de tener tu propia historia de éxito, debes descubrir por qué otras apps fallan. La dolorosa verdad es que hay más app fallidas que apps exitosas.

Dominando a Realidade Virtual: Como Começar a Ganhar Dinheiro Com a Realidade Virtual

by Gabriel Thomé Adidas Wilson

As pessoas têm esperado por anos para que a RV pegue de vez e só têm encontrado frustração—até agora. Muitos indícios apontam um futuro glorioso para a RV, mas os investidores devem se informar de muitas coisas antes de partirem pra cima; tais como quais são os riscos, o tamanho do mercado, porquê dessa estratégia ser usada a longo prazo e quem são os agentes decisivos.

Dominando El Apple Watch Series 3.4.2

by Adidas Wilson

En esta guía usted aprenderá a configurar todas las opciones de su Apple Watch, desde lo más simple como poner la hora correcta, hasta opciones más avanzadas, como medir frecuencia del ritmo cardíaco a través de dispositivos externos.

Dominando el bitcoin: Una guía para principiantes para comenzar a ganar dinero con el Bitcoin

by Adidas Wilson

El Bitcoin puede parecer complicado si está tratando de entender el concepto detrás de toda la idea de las transacciones de divisas en línea. Sin embargo, las cosas pueden parecer difíciles solo si no sabes qué buscar y qué se necesita para las transacciones de bitcoin que pueden no aparecer en la mayoría de las otras transacciones convencionales. Si tiene problemas tratando de entender todos los concepto, no se preocupe, aquí explicamos algunos de los conceptos básicos. A pesar de que la idea del bitcoin se basa en transacciones en línea, puede verse desde una perspectiva de transacciones físicas para comprenderlo mejor. Mírelo de esta manera: Usted está compartiendo algo con alguien que bien podría ser dinero, fruta, libros o lo que quieras. En el momento de la transacción están los dos solos. No es necesario involucrar a otra persona para que sea testigo, ni preocuparse sobre la verificación de la transferencia de propiedad. El estado de la propiedad cambia permanentemente de una persona a otra y el segundo propietario puede transferir la propiedad a un tercer propietario. Pues el bitcoin opera de manera similar. Adidas Wilson - Facebook

Dominando el iPad de Apple: iOS 12

by Adidas Wilson

Está bien sentirse abrumado luego de comprar un iPad, es una sensación bastante común debido a todo lo que tienes que aprender a hacer con tu nuevo dispositivo. Sin embargo, eso no debería intimidarte, en poco tiempo te convertirás en un pro usándolo. Las siguientes indicaciones te ayudarán a empezar. Lo esencial para cualquier dispositivo es descargar la última actualización de software, si es algo que su sistema permite. Las actualizaciones eliminan los molestos errores o bugs, mantienen tu dispositivo trabajando con fluidez y ahorran la duración de la batería, haciendo que tu iPad funcione con mayor eficiencia. No hay conocimiento de algún virus que afecte a los iPads, además de que Apple hace una revisión de todas sus aplicaciones, lo que hace muy extraña la aparición de algún software malicioso o malware. A pesar de todo, el malware puede afectar cualquier dispositivo y las actualizaciones de software incrementan la seguridad de tu equipo. Apple ha presentado la nueva versión de iOS, el iOS 12. La versión estará disponible tanto para iPads como para iPhones de forma gratuita a partir de finales de 2018. Más adelante encontrarás algunas de las mejores características que experimentarás con la nueva versión. Apple confirmó que va a duplicar el rendimiento para aumentar la velocidad y la capacidad de respuesta en los iPads y iPhones.

Dominando el Podcasting: Cómo iniciar, hacer crecer y monetizar tu podcast

by Adidas Wilson

Un podcast es, básicamente, algo parecido a una radio online. La única diferencia es que presenta ciertas ventajas, como la posibilidad de escucharlo cuando lo desees en lugar de tener que hacerlo en un determinado día u horario. Si bien los podcasts se parecen a los programas de entrevistas de la radio, son al mismo tiempo muy diferentes, como sucede con los videos de YouTube y la televisión. Un podcast se describe mejor como una serie de episodios almacenados en archivos de audio, del mismo tipo de los que usas para escuchar música en tu smartphone o en tu computadora . Al igual que cualquier otro programa de entrevistas de radio o televisión, un podcast generalmente trata sobre una categoría en particular: puede ser juegos, terror, entretenimiento, deportes, política, etc. En cada episodio, se aborda un tema de esa categoría. Puedes optar por suscribirte al podcast (generalmente es gratuito) o escuchar un tema en especial. Pod Saves America es un podcast muy popular que aborda las noticias políticas en forma progresiva. Los anfitriones son Daniel Pfeiffer, Jon Lovett, Tommy Vietor y Jon Favreau. Suelen invitar a expertos para que compartan sus opiniones. Los episodios se centran principalmente en cuestiones políticas como ser la reforma fiscal o la asistencia sanitaria. Otro podcast es The Critical Role.

Dominando O Apple Watch: Apple Watch Séries 3-4.2

by Adidas Wilson

O Apple Watch estreou em 2015 e em três anos se tornou o melhor smartwatch do mercado. O seu design bonito e arrojado também o ajudaram a ser um produto de sucesso. Suas atualizações incluíram GPS e resistência à água no Apple Watch Series 2 e conectividade celular integrada no Apple Watch Series 3.

Dominando o Podcasting

by Adidas Wilson

Basicamente, um podcast é como uma forma online de rádio. A única diferença é que você tem certas vantagens em um podcast, como a capacidade de ouvir quando quiser, em vez de em um determinado horário ou dia. Embora os podcasts sejam um pouco como os talk shows de rádio, eles são, ao mesmo tempo, muito diferentes  - como vídeos do YouTube e televisão. Um podcast é melhor descrito como uma série de episódios armazenados em arquivos de áudio, do mesmo tipo que você usa para músicas em seu smartphone ou laptop. Assim como qualquer outro programa de entrevistas de rádio ou televisão, um podcast geralmente é baseado em um tema - pense em jogos, horror, entretenimento, esportes, política etc. A cada episódio, um assunto desse tema é abordado. Você pode optar por assinar o podcast (normalmente gratuito) ou ouvir um assunto específico. Um podcast popular nos EUA é  o Pod Salva a América (Pod Saves America). que aborda as notícias políticas progressivamente. No Brasil, podemos citar o Ideias (da Gazeta do Povo), com diferentes apresentadores, dentre eles o conhecido jornalista Alexandre Garcia. Os anfitriões são Daniel Pfeiffer, Jon Lovett, Tommy Vietor e Jon Favreau. Eles, frequentemente, convidam especialistas como convidados para dar suas opiniões. Os episódios se concentram principalmente em questões políticas, como reforma tributária ou assistência médica. Outro podcast americano é o Papel Crítico (Critical Role) .

Dominar Apple TV 4K: Guía de usuario definitiva para Apple TV con Siri

by Adidas Wilson

Cuando usted escucha hablar de Apple TV inmediatamente piensa que lo que usted está comprando es una TV Real. Pero no es el caso. La Apple TV es un dispositivo que usted utilizará realmente para que le transmita algo y que es parecido al Fire de Amazon o al Roku. Es una pequeña caja negra de alrededor de una pulgada y media de alto, y sólo un poco menos que cuatro pulgadas, que funciona en una plataforma muy similar al iPad y los populares iPhones. Usted puede descargar una lista de apps y además juegos más allá de la transmisión standard de video que usted podría obtener desde Hulu, Netflix y Amazon por solamente nombrar algunos. La Apple TV ha sido centrada en varias apps, y todavía es capaz de transmitir múltiples shows de TV, y películas directamente en su HDTV, pero esto es solamente la punta del iceberg de las características con las que esta caja ha sido fabricada. La caja le permite a usted ver y transmitir podcasts, jugar a su juego favorito, transmitir su lista de ejercicios, y mucho más. Pero lo que es importante notar, para disfrutar de todos estos beneficios con los que esta caja está lista para proveerle es que todo dependerá de las apps que usted haya instalado. Algunas de las apps que usted utilizará son gratis, y algunas le costarán. Piénselo de esta manera; la Apple TV es capaz de transformar a su TV en una Smart TV. Incluso puede rentar sus películas favoritas o solamente transmitir su colección desde su cuenta de iTunes. Además puede transmitir shows de películas desde apps como Hulu Plus o Netflix; transmitir su música desde las apps de Pandora o Apple Music. Quiero decir que la lista es interminable en aquello que la Apple TV puede hacer por usted. La Apple TV 4K ha sido diseñada con algunos de los procesadores más rápidos que usted pueda encontrar, los mismos que alimentan al iPad Pro. La caja de Apple TV ha sido hecho para ser tan poderosa como la mayoría de las laptops que utilizamos. Además posee un procesador g

Dominar el podcasting para principiantes: Cómo iniciar un negocio de podcasting rentable desde casa

by Shasha Taylor

¿Quieres comenzar un podcast como si fueras un profesional y nos sabes por dónde comenzar? ¿Quieres monetizar tu podcast, pero no sabes cómo hacerlo? Entonces, este libro está especialmente diseñado para ti, creado por alguien que una vez estuvo en tus zapatos, pero superó las dificultades para convertirse en una podcaster de éxito. ¿Te preguntas cómo proyectar tu voz, nombre y contenidos al mundo entero y conseguir dinero? Crear un podcast es un sueño hecho realidad. No importa tu tipo de empresa o tu contenido, hay una especialidad para ti y mas ahora que el podcast tiene más de 5 millones de oyentes tan solo en EE. UU. y aumenta cada día. Sabemos que alguna vez has oído algo de los podcast, pero no lo sabes todo. No te preocupes, cuenta con nosotros. ¿No sabes cómo conseguir grandes equipos para conseguirlo? No le des más vueltas. Hemos comprimido en este libro toda la información para que aprendas a producir podcasts baratos entre las cuatro paredes de tu habitación sin tener que comprar grandes herramientas y equipos. Sí, ¡es así de simple! Debes crear tu canal y una comunidad de oyentes a través de la producción de contenidos curados y te devolverán su apoyo, donaciones y promociones. ¿No sabes cómo curar esos contenidos? Este libro te ayuda y acompaña en cada fase desde preparar el equipo para grabar, editar, crear conexiones y ¡al final las fases de producción y postproducción! ¡Esto es el podcasting hecho realidad solo para ti!

Dominar la SEO: La guía de usuario definitiva para la optimización de motores de búsqueda

by Adidas Wilson

Como verá pronto, los motores de búsqueda son una de las principales formas en que los usuarios de Internet encontrarán un sitio web. Por eso, es probable que un sitio bien posicionado en las listas de los motores de búsqueda experimente un aumento dramático en el tráfico que recibe. Aunque todo el mundo quiere estar bien posicionado en los listados, lamentablemente hay muchos sitios donde no aparecen o aparecen mal en los rankings de los motores de búsqueda. Esto se debe a que no han considerado exactamente cómo funciona un motor de búsqueda. Olvidan que presentarse a los motores de búsqueda es solamente una parte de la ecuación en la intención de que su sitio obtenga una buena clasificación en los motores de búsqueda. Por lo tanto, es importante que prepare su sitio mediante la optimización de motores de búsqueda.

Refine Search

Showing 16,451 through 16,475 of 53,539 results