Todos, todo

Todos, todo PDF Author: José Manuel Noguera Vivo
Publisher: Editorial UOC
ISBN: 8491160256
Category : Language Arts & Disciplines
Languages : en
Pages : 138

Get Book

Book Description
Consumimos noticias en las mismas plataformas sociales que nos avisan de los cumpleaños de nuestros amigos, que a su vez nos reenvían información interesante de medios que ni siquiera conocíamos. ¿Podíamos pensar que estas nuevas rutinas informativas no afectarían al periodismo? Todos, todo. Manual de periodismo, participación y tecnología esboza oportunidades para los futuros comunicadores, desgranando las claves del entorno mediático. Cómo son las narrativas digitales emergentes, cuáles son las técnicas de verificación online o cómo se puede lograr la implicación de una comunidad en torno a un cibermedio son algunas de las cuestiones que se plantean en este libro. Pero además de preguntas, la obra ofrece respuestas, fruto de la observación de los profundos cambios sistémicos en el uso, el consumo y la difusión de información. En un ecosistema saturado, donde TODOS tienen la posibilidad de ser un medio, solo los usos más responsables, creativos y profesionales marcarán la diferencia.

Todos, todo

Todos, todo PDF Author: José Manuel Noguera Vivo
Publisher: Editorial UOC
ISBN: 8491160256
Category : Language Arts & Disciplines
Languages : en
Pages : 138

Get Book

Book Description
Consumimos noticias en las mismas plataformas sociales que nos avisan de los cumpleaños de nuestros amigos, que a su vez nos reenvían información interesante de medios que ni siquiera conocíamos. ¿Podíamos pensar que estas nuevas rutinas informativas no afectarían al periodismo? Todos, todo. Manual de periodismo, participación y tecnología esboza oportunidades para los futuros comunicadores, desgranando las claves del entorno mediático. Cómo son las narrativas digitales emergentes, cuáles son las técnicas de verificación online o cómo se puede lograr la implicación de una comunidad en torno a un cibermedio son algunas de las cuestiones que se plantean en este libro. Pero además de preguntas, la obra ofrece respuestas, fruto de la observación de los profundos cambios sistémicos en el uso, el consumo y la difusión de información. En un ecosistema saturado, donde TODOS tienen la posibilidad de ser un medio, solo los usos más responsables, creativos y profesionales marcarán la diferencia.

RSpec Essentials

RSpec Essentials PDF Author: Mani Tadayon
Publisher: Packt Publishing Ltd
ISBN: 1784392952
Category : Computers
Languages : en
Pages : 223

Get Book

Book Description
Develop testable, modular, and maintainable Ruby software for the real world using RSpec About This Book Explore the concept of testability and how to implement tests that deliver the most value Maximize the quality of your Ruby code through a wide variety of tests Master the real-world tradeoffs of testing through detailed examples supported by in-depth discussion Who This Book Is For This book is aimed at the software engineer who wants to make their code more reliable and their development process easier. It is also aimed at test engineers who need to automate the testing of complex systems. Knowledge of Ruby is helpful, but even someone new to the language should find it easy to follow the code and tests. What You Will Learn Identify a unit of software for the purposes of testing Manage test states with hooks, fixtures, and mocks Handle external web services in tests using various techniques Configure RSpec flexibly and cleanly using support code and environment variables Interact with rich web apps in tests using Capybara Build the right feature with behavior-driven development Customize matchers and failure messages Verify correct development and production environments In Detail This book will teach you how to use RSpec to write high-value tests for real-world code. We start with the key concepts of the unit and testability, followed by hands-on exploration of key features. From the beginning, we learn how to integrate tests into the overall development process to help create high-quality code, avoiding the dangers of testing for its own sake. We build up sample applications and their corresponding tests step by step, from simple beginnings to more sophisticated versions that include databases and external web services. We devote three chapters to web applications with rich JavaScript user interfaces, building one from the ground up using behavior-driven development (BDD) and test-driven development (TDD). The code examples are detailed enough to be realistic while simple enough to be easily understood. Testing concepts, development methodologies, and engineering tradeoffs are discussed in detail as they arise. This approach is designed to foster the reader's ability to make well-informed decisions on their own. Style and approach This comprehensive tutorial is packed with real-world examples of testing with RSpec. The most important features of RSpec are introduced in the early chapters and are used in examples of growing complexity in the following chapters. Concepts and methodologies are discussed in detail.

Learn Angular: Build a Todo App

Learn Angular: Build a Todo App PDF Author: Jurgen van de Moere
Publisher: SitePoint Pty Ltd
ISBN: 1492068233
Category : Computers
Languages : en
Pages : 143

Get Book

Book Description
Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop. This book contains a complete tutorial on building a todo app with Angular. Along the way, we'll learn about installation and setup, component architecture, adding a REST backend, routing, authentication, and much more. This book is for all front-end developers who want to become proficient with Angular and its related tools. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.

Getting started with Laravel 10 Livewire 2

Getting started with Laravel 10 Livewire 2 PDF Author: Andres Cruz
Publisher: Andres Cruz
ISBN:
Category : Computers
Languages : en
Pages : 221

Get Book

Book Description
Laravel is a fascinating framework, huge and with a somewhat steep learning curve and with multiple options; this book is not for beginners and assumes that you already know how to program in Laravel. Laravel Livewire takes Laravel development a step further; automating routine processes in very flexible schemes based on components, Livewire components that allow us to communicate client and server in a very simple, efficient and easy way. Laravel Livewire is not a framework, it is just a layer or scaffolding that adds certain extra features to the framework that we can use to create great applications, with less effort and development time. Map We are going to give a brief introduction about Laravel Livewire. We are going to create our project in Laravel Livewire. We present the characteristics that a project created in Laravel Livewire has; team management, API Tokens, and authentication, are some of them. We are going to create a simple CRUD type application and get to know all the elements of Livewire such as handling forms, views and directives through the Livewire components. We are going to work on the style, improving the created application so that it looks like another Laravel Livewire module. We are going to learn about the communication between Livewire components based on events; detect changes in properties of the component class from the view and know the Laravel Livewire JavaScript. We are going to create the CRUD for the posts. We are going to create filters and search fields for a listing taking advantage of the benefits of Livewire. We are going to create sort fields for the column listing. We will get to know everything that Livewire offers us in JavaScript and combine it with other plugins, we will know the hooks in JavaScript, consume properties, functions and use of events. We are going to learn about some extra features of Laravel Livewire properties, such as customizing the update phase of wire:models, such as the use of computed properties. We are going to create a simple blog-type application with a list with filters and search and detail fields. We are going to create a shopping cart in the session and database, for which, we will see communication between components, sending events, toast type plugin to show messages confirming the operation carried out, with listeners of the events from JavaScript. We are going to show the code of an application created with Alpine.js to create a to do list component. We are going to adapt the Alpine.js application presented in the previous chapter, to work in conjunction with Livewire. By the end of the book, you will have the knowledge to create any basic application with Livewire and know more than just the basics of it. I invite you to visit my website: desarrollolibre.net And get to know my work.

Beginning Groovy, Grails and Griffon

Beginning Groovy, Grails and Griffon PDF Author: Christopher M Judd
Publisher: Apress
ISBN: 1430248076
Category : Computers
Languages : en
Pages : 351

Get Book

Book Description
Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Java developers have been particularly fortunate in this area, having been able to take advantage of Grails, an open source framework that supercharges productivity when building Java–driven web sites. Grails is based on Groovy, which is a very popular and growing dynamic scripting language for Java developers and was inspired by Python, Ruby, and Smalltalk. Beginning Groovy, Grails and Griffon is the first introductory book on the Groovy language and its primary web framework, Grails. Griffon is also covered. While Grails is the Web framework for building Groovy Web applications, Griffon is the deskop framework for building desktop Groovy applications. Could Groovy be the new Java? It's light, fast and free (open source). This book gets you started with Groovy, Grails and Griffon, and culminates in the example and possible application of some real–world projects. You follow along with the development of each project, implementing and running each application while learning new features along the way.

Swift Functional Programming

Swift Functional Programming PDF Author: Dr. Fatih Nayebi
Publisher: Packt Publishing Ltd
ISBN: 1787283453
Category : Computers
Languages : en
Pages : 308

Get Book

Book Description
Bring the power of functional programming to Swift to develop clean, smart, scalable and reliable applications. About This Book Written for the latest version of Swift, this is a comprehensive guide that introduces iOS, Web and macOS developers to the all-new world of functional programming that has so far been alien to them Get familiar with using functional programming alongside existing OOP techniques so you can get the best of both worlds and develop clean, robust, and scalable code Develop a case study on example backend API with Swift and Vapor Framework and an iOS application with Functional Programming, Protocol-Oriented Programming, Functional Reactive Programming, and Object-Oriented Programming techniques Who This Book Is For Meant for a reader who knows object-oriented programming, has some experience with Objective-C/Swift programming languages and wants to further enhance his skills with functional programming techniques with Swift 3.x. What You Will Learn Understand what functional programming is and why it matters Understand custom operators, function composition, currying, recursion, and memoization Explore algebraic data types, pattern matching, generics, associated type protocols, and type erasure Get acquainted with higher-kinded types and higher-order functions using practical examples Get familiar with functional and non-functional ways to deal with optionals Make use of functional data structures such as semigroup, monoid, binary search tree, linked list, stack, and lazy list Understand the importance of immutability, copy constructors, and lenses Develop a backend API with Vapor Create an iOS app by combining FP, OOP, FRP, and POP paradigms In Detail Swift is a multi-paradigm programming language enabling you to tackle different problems in various ways. Understanding each paradigm and knowing when and how to utilize and combine them can lead to a better code base. Functional programming (FP) is an important paradigm that empowers us with declarative development and makes applications more suitable for testing, as well as performant and elegant. This book aims to simplify the FP paradigms, making them easily understandable and usable, by showing you how to solve many of your day-to-day development problems using Swift FP. It starts with the basics of FP, and you will go through all the core concepts of Swift and the building blocks of FP. You will also go through important aspects, such as function composition and currying, custom operator definition, monads, functors, applicative functors,memoization, lenses, algebraic data types, type erasure, functional data structures, functional reactive programming (FRP), and protocol-oriented programming(POP). You will then learn to combine those techniques to develop a fully functional iOS application from scratch Style and approach An easy-to-follow guide that is full of hands-on coding examples of real-world applications. Each topic is explained sequentially and placed in context, and for the more inquisitive, there are more details of the concepts used. It introduces the Swift language basics and functional programming techniques in simple, non-mathematical vocabulary with examples in Swift.

Learn Angular: The Collection

Learn Angular: The Collection PDF Author: Ilya Bodrov-Krukowski
Publisher: SitePoint Pty Ltd
ISBN: 1492068454
Category : Computers
Languages : en
Pages : 344

Get Book

Book Description
Angular is not just a framework, but rather a platform that empowers developers to build applications for the web, mobile, and the desktop. This collection is a set of books aimed at getting you up to speed with Angular. It contains: Learn Angular: Your First Week, a collection of articles introducing Angular Learn Angular: Build a Todo App, an in-depth project tutorial that builds a complete Angular application from start to finish Learn Angular: 4 Angular Projects presents four practical Angular projects Learn Angular: Related Tools & Skills contains a collection of articles outlining essential tools and skills that every modern JavaScript developer should know. This book is for all front-end developers who want to become proficient with Angular and its related tools. You'll need to be familiar with HTML and CSS and have a reasonable level of understanding of JavaScript in order to follow the discussion.

Beginning Groovy and Grails

Beginning Groovy and Grails PDF Author: Jim Shingler
Publisher: Apress
ISBN: 143021046X
Category : Computers
Languages : en
Pages : 427

Get Book

Book Description
Web frameworks are playing a major role in the creation of today's most compelling web applications, because they automate many of the tedious tasks, allowing developers to instead focus on providing users with creative and powerful features. Java developers have been particularly fortunate in this area, having been able to take advantage of Grails, an open source framework that supercharges productivity when building Java–driven web sites. Grails is based on Groovy, which is a very popular and growing dynamic scripting language for Java developers and was inspired by Python, Ruby, and Smalltalk. Beginning Groovy and Grails is the first introductory book on the Groovy language and its primary web framework, Grails. This book gets you started with Groovy and Grails and culminates in the example and possible application of some real–world projects. You follow along with the development of each project, implementing and running each application while learning new features along the way.

Architecting Angular Applications with Redux, RxJS, and NgRx

Architecting Angular Applications with Redux, RxJS, and NgRx PDF Author: Christoffer Noring
Publisher: Packt Publishing Ltd
ISBN: 1787121755
Category : Computers
Languages : en
Pages : 355

Get Book

Book Description
Managing the state of large-scale web applications is a highly challenging task with the need to align different components, backends, and web workers harmoniously. When it comes to Angular, you can use NgRx, which combines the simplicity of Redux with the reactive programming power of RxJS to build your application architecture, making your ...

Web Development with Julia and Genie

Web Development with Julia and Genie PDF Author: Ivo Balbaert
Publisher: Packt Publishing Ltd
ISBN: 1801810958
Category : Computers
Languages : en
Pages : 254

Get Book

Book Description
Get a practical overview of web development in Julia and learn how to build MVC applications with a REST API, and an interactive data dashboard using the Genie web framework Key FeaturesA tutorial on web development from Julia expert, Ivo Balbaert and the creator of the Genie framework, Adrian SalceanuA step-by-step approach to building a complete web app with the Genie frameworkDevelop secure and fast web apps using server-side development on JuliaBook Description Julia's high-performance and scalability characteristics and its extensive number of packages for visualizing data make it an excellent fit for developing web apps, web services, and web dashboards. The two parts of this book provide complete coverage to build your skills in web development. First, you'll refresh your knowledge of the main concepts in Julia that will further be used in web development. Then, you'll use Julia's standard web packages and examine how the building blocks of the web such as TCP-IP, web sockets, HTTP protocol, and so on are implemented in Julia's standard library. Each topic is discussed and developed into code that you can apply in new projects, from static websites to dashboards. You'll also understand how to choose the right Julia framework for a project. The second part of the book talks about the Genie framework. You'll learn how to build a traditional to do app following the MVC design pattern. Next, you'll add a REST API to this project, including testing and documentation. Later, you'll explore the various ways of deploying an app in production, including authentication functionality. Finally, you'll work on an interactive data dashboard, making various chart types and filters. By the end of this book, you'll be able to build interactive web solutions on a large scale with a Julia-based web framework. What you will learnUnderstand how to make a web server with HTTP.jl and work with JSON data over the webDiscover how to build a static website with the Franklin frameworkExplore Julia web development frameworks and work with themUncover the Julia infrastructure for development, testing, package management, and deploymentDevelop an MVC web app with the Genie frameworkUnderstand how to add a REST API to a web appCreate an interactive data dashboard with charts and filtersTest, document, and deploy maintainable web applications using JuliaWho this book is for This book is for beginner to intermediate-level Julia programmers who want to enhance their skills in designing and developing large-scale web applications. The book helps you adopt Genie without any prior experience with the framework. Julia programming experience and a beginner-level understanding of web development concepts are required.