Browse Results

Showing 27,201 through 27,225 of 61,610 results

#Prettyboy Must Die: A Novel

by Kimberly Reid

A CIA prodigy's cover is blown when he accidentally becomes an internet sensation in #Prettyboy Must Die, Kimberly Reid's fun, fast thriller inspired by the #Alexfromtarget story and perfect for fans of Alex Rider.When Peter Smith’s classmate snaps a picture of him during a late night run at the track, Peter thinks he might be in trouble. When she posts that photo—along with the caption, “See the Pretty Boy Run,”—Peter knows he’s in trouble. But when hostiles drop through the ceiling of his 6th period Chem Class, Peter’s pretty sure his trouble just became a national emergency. Because he’s not really Peter Smith. He’s Jake Morrow, former foster-kid turned CIA operative. After a massive screw-up on his first mission, he's on a pity assignment, a dozen hit lists and now, social media, apparently. As #Prettyboy, of all freaking things.His cover’s blown, his school’s under siege, and if he screws up now, #Prettyboy will become #Deadboy faster than you can say, 'fifteen minutes of fame.' Trapped in a high school with rabid killers and rabid fans, he’ll need all his training and then some to save his job, his school and, oh yeah, his life.At the Publisher's request, this title is being sold without Digital Rights Management Software (DRM) applied.

#Republic: Divided Democracy in the Age of Social Media

by Cass R. Sunstein

From the New York Times bestselling author of Nudge and The World According to Star Wars, a revealing account of how today's Internet threatens democracy—and what can be done about itAs the Internet grows more sophisticated, it is creating new threats to democracy. Social media companies such as Facebook can sort us ever more efficiently into groups of the like-minded, creating echo chambers that amplify our views. It's no accident that on some occasions, people of different political views cannot even understand one another. It's also no surprise that terrorist groups have been able to exploit social media to deadly effect. Welcome to the age of #Republic.In this revealing book, New York Times bestselling author Cass Sunstein shows how today’s Internet is driving political fragmentation, polarization, and even extremism--and what can be done about it. He proposes practical and legal changes to make the Internet friendlier to democratic deliberation, showing that #Republic need not be an ironic term. Rather, it can be a rallying cry for the kind of democracy that citizens of diverse societies need most.

#StandOutOnline: How to Build a Profitable and Influential Personal Brand in the Digital Age

by Natasha Courtenay-Smith

'For everyone who wants to build their online presence, the RIGHT way!' - Julie Montagu, wellness guru and author of RechargeThe inspirational new book from the author of The Million Dollar Blog -- discover how to build an authoritative and authentic personal brand that will change your life.If you google yourself, what do you see? Do you blend in with the masses or stand out from the crowd? Are you recognised as a thought-leader in your industry? Or are you watching others build their profile and wondering if you are being left behind?Whether you're an entrepreneur, executive, expert or an employee, how you present yourself online has a huge impact on your professional reputation. We are lucky to live in a world where everyone now has the power to publish and create micro-fame by putting out content - word by word, post by post, video by video. But how do you grab people's attention in today's noisy online world?Using a combination of technical know-how, insider tips and interviews with prominent online influencers and business owners, entrepreneur and digital strategist Natasha Courtenay-Smith shows how anyone can build a strong personal brand and become the most visible expert in their industry.#StandOutOnline is the ultimate guide to building a powerful and influential personal brand that will create boundless opportunities for you and your business. Now is the time for you to find your voice and step into the spotlight.PRAISE FOR #StandOutOnline:'All the practical, wise nuggets of advice you need to get started and dig in deep are in the pages of #StandOutOnline' - Emma Gannon, award-winning blogger and author of Ctrl Alt Delete and The Multi-Hyphen Method'Every single budding and established digital entrepreneur needs to read this enlightening book. Unmissable.' - Vicki Psarias, author of Mumboss and founder of the award-winning blog Honest Mum

.NET Core 2.0 By Example: Learn to program in C# and .NET Core by building a series of practical, cross-platform projects

by Rishabh Verma Neha Shrivastava

Build cross-platform solutions with .NET Core 2.0 through real-life scenariosKey Features Bridges the gap between learning and doing and improves your software development skills Covers the best practices of .NET development to improve your productivity Example-based approach to get you started quickly with software programmingBook DescriptionWith the rise in the number of tools and technologies available today, developers and architects are always exploring ways to create better and smarter solutions. Before, the differences between target platforms was a major roadblock, but that's not the case now. .NET Core 2.0 By Example will take you on an exciting journey to building better software.This book provides fresh and relevant content to .NET Core 2.0 in a succinct format that’s enjoyable to read. It also delivers concepts, along with the implications, design decisions, and potential pitfalls you might face when targeting Linux and Windows systems, in a logical and simple way.With the .NET framework at its center, the book comprises of five varied projects: a multiplayer Tic-tac-toe game; a real-time chat application, Let'sChat; a chatbot; a microservice-based buying-selling application; and a movie booking application. You will start each chapter with a high-level overview of the content, followed by the above example applications described in detail. By the end of each chapter, you will not only be proficient with the concepts, but you’ll also have created a tangible component in the application.By the end of the book, you will have built five solid projects using all the tools and support provided by the .NET Core 2.0 framework.What you will learn Build cross-platform applications with ASP.NET Core 2.0 and its tools Integrate, host, and deploy web apps with the cloud (Microsoft Azure) Leverage the ncurses native library to extend console capabilities in .NET Core on Linux and interop with native coden .NET Core on Linux and learn how to interop with existing native code Reuse existing .NET Framework and Mono assemblies from .NET Core 2.0 applications Develop real-time web applications using ASP.NET Core Learn the differences between SOA and microservices and get started with microservice development using ASP.NET Core 2.0 Walk through functional programming with F# and .NET Core from scratchWho this book is forIf you are a developer or architect and want to learn how to build cross-platform solutions using Microsoft .NET Core, this book is for you. It is assumed that you have some knowledge of the .NET Framework, OOP, and C# (or a similar programming language).

.NET Core in Action

by Dustin Metzgar

Summary .NET Core in Action shows .NET developers how to build professional software applications with .NET Core. Learn how to convert existing .NET code to work on multiple platforms or how to start new projects with knowledge of the tools and capabilities of .NET Core. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology .NET Core is an open source framework that lets you write and run .NET applications on Linux and Mac, without giving up on Windows. Built for everything from lightweight web apps to industrial-strength distributed systems, it's perfect for deploying .NET servers to any cloud platform, including AWS and GCP. About the Book .NET Core in Action introduces you to cross-platform development with .NET Core. This hands-on guide concentrates on new Core features as you walk through familiar tasks like testing, logging, data access, and networking. As you go, you'll explore modern architectures like microservices and cloud data storage, along with practical matters like performance profi ling, localization, and signing assemblies. What's Inside Choosing the right tools Testing, profiling, and debugging Interacting with web services Converting existing projects to .NET Core Creating and using NuGet packages About the Reader All examples are in C#. About the Author Dustin Metzgar is a seasoned developer and architect involved in numerous .NET Core projects. Dustin works for Microsoft. Table of Contents Why .NET Core? Building your first .NET Core applications How to build with .NET Core Unit testing with xUnit Working with relational databases Simplify data access with object-relational mappers Creating a microservice Debugging Performance and profiling Building world-ready applications Multiple frameworks and runtimes Preparing for release appendix A - Frameworks and runtimes appendix B - xUnit command-line options appendix C - What's in the .NET Standard Library? appendix D - NuGet cache locations

.NET Standard 2.0 Cookbook: Develop high quality, fast and portable applications by leveraging the power of .NET Standard Library

by Fiqri Ismail

Get the most out of .NET framework using standard libraries and create a .NET Standard 2.0 library from scratchKey Features Write code once and share within .NET ecosystem in Windows, Linux and macOS Give your .NET Libraries a common framework in cloud and on premise with the latest .NET Standard 2.0 Build a wide range of applications from Mobile with Xamarin to Web with ASP.NETBook DescriptionThe .NET Standard is a standard that represents a set of APIs that all .NET platforms have to implement, making it easy for developers to access and use one common library for their development needs. This book begins with a quick refresher, helping you understand the mechanics of the new standard and offering insight into how it works. You’ll explore the core library concepts, such as working with collections, configurations, I/O, security, and multithreading. You’ll explore the iOS and Android libraries of Xamarin and we’ll guide you through creating a .NET Standard 2.0 library, which you’ll use with both Android and iOS applications. In the final chapters, you’ll learn the various debugging and diagnostics tools to deliver quality libraries and create a NuGet package of the .NET Standard 2.0 library. By the end of this book, you’ll be able to expand your current workflow to various .NET flavors and have the essential skills to create a .NET Standard 2.0 library from scratch to package and deliver it to the world.What you will learn Create a .NET Standard 2.0 library Use System.IO within the .NET Standard 2.0 Make use of your legacy .NET libraries with the new .NET Core standard Explore the thread support to create a multithreaded .NET Standard 2.0 library Create a .NET Standard 2.0 library and use it with an Android and iOS application Implement various Visual Studio 2017 diagnostics and debugging tools Create a NuGet Package and submit the package to the NuGet Package Manager Use Visual Studio 2017 azure tools to deploy the application to Azure Test and deliver a .NET Standard 2.0 libraryWho this book is forThis book is for .NET developers who are looking to build dynamic applications with the latest .NET Standard. C# knowledge is required.

100 Practical Ways to Improve Customer Experience: Achieve End-to-End Customer Engagement in a Multichannel World

by Martin Newman Malcolm McDonald

Virtually all consumer-facing businesses talk about putting the customer first, but in reality, few deliver on this as effectively as they could. 100 Practical Ways to Improve Customer Experience walks readers through a wealth of practical tips, tools, guidelines and frameworks, for implementing customer-focused marketing strategies at every step of the customer journey. By ensuring that the customer remains the key focus, companies can identify areas in need of improvement and implement relevant steps throughout the value chain to transform their business. A unique blend of strategy and best practice, 100 Practical Ways to Improve Customer Experience has a particular focus on multi-channel industries such as retail, FMCG, travel, financial services, leisure, food and beverage, and automotive. These industries are all facing major disruption from trendsetting brands such as Uber, AirBnB and Amazon, and as such, now face more pressure than ever to adopt new practices and remain relevant in a continually competitive marketplace. Featuring case studies packed full of practical examples, this book is a unique and valuable resource for both senior industry professionals looking to transform their business and MBA students.

101 UX Principles: A Definitive Design Guide

by Will Grant

Learn from the opinions of a UX expert, evaluate your own design principles, and avoid common mistakes.Key FeaturesHear insights from an author who was trained by the Nielsen Norman GroupBrowse over 20 years of collected UX insightsAccept or reject 101 thought-provoking opinions on designChallenge your own ideas on UXBook DescriptionThere are countless books about designing for the web. They all give multiple routes and options to solving design challenges. Many of them are plain wrong. This has led to an entire generation of designers failing to make interfaces that are usable, software that is intuitive, and products that normal people can understand. 101 UX Principles changes that, with 101 ways to solve 101 UX problems clearly and single-mindedly.The 101 principles are opinionated. They’ll rub some designers up the wrong way, but these principles are rooted in 20 years of building for the web. They’re not based on theory - they’re based on practice. Simply put, they’ve been proven to work at scale. There’s no arguing with that.Following in the footsteps of Jakob Nielsen and Don Norman, this book is the go-to manual for UX professionals, covering everything from passwords, to planning the user journey. Build a deeper understanding of accessible design and implement tried-and-tested strategies in your company. What you will learnUse typography well to ensure that text is readableDesign controls to streamline interactionCreate navigation which makes content make senseConvey information with consistent iconographyManage user input effectivelyRepresent progress to the userProvide interfaces that work for users with visual or motion impairmentsUnderstand and respond to user expectationsWho this book is forThis book is for UX professionals (freelance or in-house) looking for shortcuts to making software that users intuitively know how to use across web, desktop, and mobile.

101 UX Principles: Actionable Solutions for Product Design Success, 2nd Edition

by Will Grant

Improve user experience by avoiding common frustrations and focusing on what mattersBook DescriptionDesign is everywhere. Take a look around you right now and consider the products and services we use every day. You'll notice that our computer and phone operating systems, our web browsers, and the apps we use to work, order food, socialize and even date have been designed by UX specialists to offer you the best experiences when using their products and services.Of course, not all online experiences are designed with our best interests in mind. That's exactly why UX design is such an exciting and rewarding field—by learning the logic behind what people engage with and implementing it in your UX work, you can craft intuitive, accessible, and highly functional designs for your digital products.The 2nd edition of 101 UX Principles is the perfect companion when working on digital projects and making the right decisions for your users. From landing pages and checkout basket UIs to startup launch products and enterprise software solutions, a rich user experience design will maximize the success of your product.The book includes an exclusive invitation to join an online UX designers' community, where you can read the book alongside peers and other UX designers, and participate in various challenges and discussions with the author. See you there!Endorsements"This updated version of 101 UX Principles is a delight. Thoroughly revised, this edition includes great points from the earlier edition, offers some updated examples, and provides new examples of solid UX principles. Theory goes into practice with examples that we can all relate to. The author says this book is a 'shortcut to success' for less experienced designers and a challenge to accepted thinking for seasoned UX professionals. It is that, yes, and it is so much more. It's an educational and fun provocation to look at the world of UX differently – solidly from the user's point of view."—Elizabeth Churchill, Director of User Experience, Google"They say UX is liquid - you can't pin it down. Well, they haven't read this book. In a series of short, direct lessons, this book lays out the fundamental principles of good user experience design. Complete with case studies, a record of personal experience, and visual examples, Grant makes it clear why these techniques have found their way into the canon of UX best practices. This is a phenomenal reference guide as you set out on your UX journey or even if you've been on it for many years."—Jeff Gothelf, Author of Lean UXSneak a peek at some of the new and updated principles in this UX design book:Work with user expectations, not against themMake interactive elements obvious and discoverableOptimize your interface for mobileStreamline creating and entering passwordsRespect users' time and effort in your FormsUse animation with care in user interfacesHow to handle destructive user actionsChatbots are usually a bad ideaUse A/B testing to test your ideasLet users give feedback, but don't hassle themMake it clear to users if they're joining or signing-inOnly use modal views for blocking actionsComplexity can be good for some usersWho this book is forThis book is a distillation of Will's 20+ years of experience in the form of successful design principles to help early career UX designers learn the ropes, and provide experienced professionals with new ideas when building their products.UX/UI designers, product managers, entrepreneurs, aspiring strategists, and anyone creating a digital product, service or a campaign will find this book extremely useful.

2000 Social Media Marketing Tricks: The Best Tips, Advice And Practices To Grow Your Business: Facebook, Instagram, Youtube, And More

by Invictus Media

If you're looking to grow your business bigger and faster than you ever imagined possible, using a step-by-step guide on how to utilize social media marketing....THIS BOOK IS FOR YOU! <p><p> "2000 SOCIAL MEDIA MARKETING TRICKS" is a title of more than just tips and tricks you can apply to social media platforms - it is a DONE WITH YOU guide to ensure your growing success on the current hottest platforms out there - Facebook, Instagram, Youtube, and others! <p> Don't waste another day wondering when is the perfect time to join in on the social media frenzy. Start taking your business to the next level and purchase your copy today.

3D Game Programming for Kids: Create Interactive Worlds with JavaScript

by Chris Strom

You know what's even better than playing games? Programming your own! Make your own online games, even if you're an absolute beginner. Let your imagination come to 3D life as you learn real-world programming skills with the JavaScript programming language - the language used everywhere on the web. This new edition is completely revised, and takes advantage of new programming features to make game programming even easier to learn. Plus, new effects make your games even cooler. When you're done, you're going to be amazed at what you can create. Jump right in! Start programming cool stuff on page 1. Keep building new and different things until the very last page. This book wants you to play. Not just play games, but play with code. Play with programming. Because the best way to learn something is to have fun with it! This second edition is updated from start to finish to make it even easier to get started programming in JavaScript. Every example has been updated to make it easier, with new example games to explore and new 3D effects that make your games even more fun! Want a red donut? You can make hundreds of them, spinning around like mad. Want to create a star field? Make a hundred or a thousand stars. Make them red, green, or blue. Explosions? Fireworks? Planets? It's up to you. And, using a code editor created especially for this book, you'll program right in your web browser. You'll see the results of your work and imagination right away - right next to the code that you just typed! Along the way, you'll pick up a ton of programming knowledge, and dive in even deeper with some more advanced chapters. Whatever you want to do, this book has your back. Best of all, you get to create awesome games and say, "I made this!" What You Need: You need the latest version of the Google Chrome Web browser, available for free from https://chrome.google.com. You also need an Internet connection to access the ICE Code Editor the first time. ICE Code Editor will be loaded onto your computer, so you won't need Internet access for later projects.

5G LTE Narrowband Internet of Things (NB-IoT)

by Hossam Fattah

This book explains the 3GPP technical specifications for the upcoming 5G Internet of Things (IoT) technology based on latest release which is Release 15. It details the LTE protocol stack of an IoT device, architecture and framework, how they are functioning and communicate with cellular infrastructure, and supported features and capability. NB-IoT is designed to connect a large number of devices in a wide range of application domains forming so-called Internet of Things (IoT). Connected devices are to communicate through cellular infrastructure. This technology is new within the 3GPP specifications and is part of upcoming new wireless technology known as 5G. Table of Contents Preface. Acknowledgments. Author. List of Abbreviations. 1. Internet of Things. 2. 4G and 5G Systems. 3. Radio Resource Control Sublayer. 4. Packet Data Convergence Protocol Sublayer. 5. Radio Link Control Sublayer. 6. Medium Access Control Sublayer. 7. Physical Sublayer. 8. Quality of Service Architecture. 9. Use Cases and Deployment. References. Index.

5G for Future Wireless Networks: First International Conference, 5GWN 2017, Beijing, China, April 21-23, 2017, Proceedings (Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering #211)

by Haijun Zhang Zhiyong Feng Victor C.M. Leung Yonghui Li Keping Long Zhongshan Zhang

This book constitutes the proceedings of the First International Conference on 5G for Future Wireless Networks, 5GWN 2017, held in Beijing, China, in April 2017. The 64 full papers were selected from 135 submissions and present the state of the art and practical applications of 5G technologies. The exponentially growing data traffic caused by the development of mobile Internet and smart phones requires powerful networks. The fifth generation (5G) techniques are promising to meet the requirements of this explosive data traffic in future mobile communications.

6 JavaScript Projects

by Darren Jones Michael Wanyoike Michaela Lehr Adam Janes

There's no doubt that the JavaScript ecosystem changes fast. Not only are new tools and frameworks introduced and developed at a rapid rate, the language itself has undergone big changes with the introduction of ES2015 (aka ES6). Understandably, many articles have been written complaining about how difficult it is to learn modern JavaScript development these days. We're aiming to minimize that confusion with this set of books on modern JavaScript. This book presents six complete JavaScript projects; each taking advantage of modern JavaScript and its ecosystem. You'll learn to build several different apps, and along the way you'll pick up a ton of useful advice, tips, and techniques. It contains: Build a Full-Sphere 3D Image Gallery with React VR by Michaela LehrBuild a WebRTC Video Chat Application with SimpleWebRTC by Michael WanyoikeBuild a JavaScript Single Page App Without a Framework by Michael WanyoikeBuild a To-do List with Hyperapp, the 1KB JS Micro-framework by Darren JonesUse Parcel to Bundle a Hyperapp App & Deploy to GitHub Pages by Darren JonesInteractive Data Visualization with Modern JavaScript and D3 by Adam Janes This book is for all front-end developers who wish to improve their JavaScript skills. 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.

64 Geeks: The Brains Who Shaped Our World

by Chas Newkey-Burden

We wouldn't have Bluetooth or Wi-Fi today without the ingenuity of an actress once described as "the most beautiful woman in the world."And we might have had mobile messaging as early as 1901, were it not for the fickleness of a banker. From celebrated prodigies and self-proclaimed geniuses to history's hidden heroes-64 GEEKS brings you the incredible stories of the world's best brains, all presented alongside clever 8-bit likenesses.

64 Geeks: The Brains Who Shaped Our World

by Chas Newkey-Burden

We wouldn't have Bluetooth or Wi-Fi today without the ingenuity of an actress once described as "the most beautiful woman in the world."And we might have had mobile messaging as early as 1901, were it not for the fickleness of a banker. From celebrated prodigies and self-proclaimed geniuses to history's hidden heroes-64 GEEKS brings you the incredible stories of the world's best brains, all presented alongside clever 8-bit likenesses.

8 Practical Bootstrap Projects

by Zeeshan Chawdhary Syed Fazle Rahman Maria Antonietta Perna Manjunath M Ahmed Bouchefra George Martsoukos Ashraff Hathibelagal

Bootstrap stands as one of the most popular, open-source, front-end frameworks on the Web. Since its official release in 2011, it has undergone several changes, and it's now one of the most stable and responsive frameworks available. It's loved by web developers of all levels, as it gives them the capability to build a functional, attractive website design within minutes. A novice developer with just some basic knowledge of HTML and little CSS can easily get started with Bootstrap. In this book, we'll share a selection of nine different practical projects that you can follow along with. It contains: Spicing Up the Bootstrap Carousel with CSS3 Animations by Maria Antonietta PernaA Full-screen Bootstrap Carousel with Random Initial Image by George MartsoukosAnimating Bootstrap Carousels with GSAP's Animation Library by George MartsoukosBuild a Simple Tumblr Theme with Bootstrap by Ashraff Hathibelagal How to Build a Responsive Bootstrap Website by Syed Fazle RahmanBootstrap and WordPress Theme Integration in 8 Easy Steps by Ahmed BouchefraIntegrating Bootstrap with React: a Guide for Developers by Manjunath MIntegrating Bootstrap with Vue.js using Bootstrap-Vue by Zeeshan Chawdhary This book is for all frontend developers who want to build responsive, mobile-first websites. 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.

8-Bit Apocalypse: The True Story Behind The Classic Video Game

by Alex Rubens Jeff Gerstmann

The first history of Atari’s Missile Command, and its unforeseen effects on its creators and the culture Before Call of Duty, before World of Warcraft, before even Super Mario Bros., the video game industry exploded in the late 1970s with the advent of the video arcade. Leading the charge was Atari Inc., the creator of, among others, the iconic game Missile Command. The first game to double as a commentary on culture, Missile Command put the players’ fingers on “the button,” making them responsible for the fate of civilization in a no-win scenario, all for the price of a quarter. The game was a marvel of modern culture, helping usher in both the age of the video game and the video game lifestyle. Its groundbreaking implications inspired a fanatical culture that persists to this day. As fascinating as the cultural reaction to Missile Command were the programmers behind it. Before the era of massive development teams and worship of figures like Steve Jobs, Atari was manufacturing arcade machines designed, written, and coded by individual designers. As earnings from their games entered the millions, these creators were celebrated as geniuses in their time; once dismissed as nerds and fanatics, they were now being interviewed for major publications, and partied like Wall Street traders. However, the toll on these programmers was high: developers worked 120-hour weeks, often opting to stay in the office for days on end while under a deadline. Missile Command creator David Theurer threw himself particularly fervently into his work, prompting not only declining health and a suffering relationship with his family, but frequent nightmares about nuclear annihilation. To truly tell the story from the inside, tech insider and writer Alex Rubens has interviewed numerous major figures from this time: Nolan Bushnell, founder of Atari; David Theurer, the creator of Missile Command; and Phil Klemmer, writer for the NBC series Chuck, who wrote an entire episode for the show about Missile Command and its mythical “kill screen.” Taking readers back to the days of TaB cola, dot matrix printers, and digging through the couch for just one more quarter, Alex Rubens combines his knowledge of the tech industry and experience as a gaming journalist to conjure the wild silicon frontier of the 8-bit ’80s. 8-Bit Apocalypse: The Untold Story of Atari's Missile Command offers the first in-depth, personal history of an era for which fans have a lot of nostalgia.

9 Practical Node.js Projects

by Simon Holmes Michael Wanyoike James Kolce Jeremy Wilken James Hibbard Lukas White Paul Orac Patrick Catanzariti

While there have been quite a few attempts to get JavaScript working as a server-side language, Node.js (frequently just called Node) has been the first environment that's gained any traction. It's now used by companies such as Netflix, Uber and Paypal to power their web apps. Node allows for blazingly fast performance; thanks to its event loop model, common tasks like network connection and database I/O can be executed very quickly indeed. In this book, we offer a selection of nine different practical projects that you can follow along with. It contains: Build a Simple Beginner App with Node, Bootstrap & MongoDB by James HibbardHow to Build a File Upload Form with Express and Dropzone.js by Lukas WhiteHow to Build and Structure a Node.js MVC Application by James KolceUser Authentication with the MEAN Stack by Simon Holmes & Jeremy WilkenBuild a JavaScript Command Line Interface (CLI) with Node.js by Lukas White & Michael WanyoikeBuilding a Real-time Chat App with Sails.js by Michael WanyoikePassport Authentication for Node.js Applications by Paul OracLocal Authentication Using Passport in Node.js by Paul OracAn Introduction to NodeBots by Patrick Catanzariti This book is for anyone who wants to start learning server-side development with Node.js. Familiarity with JavaScript is assumed.

: Digital Practices, New Forms of Participation and the Renewal of Democracy (Routledge Studies in European Communication Research and Education)

by Jeffrey Wimmer Cornelia Wallner Rainer Winter Karoline Oelsner

The practices of participation and engagement are characterised by complexities and contradictions. All celebratory examples of uses of social media, e.g. in the Arab spring, the Occupy movement or in recent LGBTQ protests, are deeply rooted in human practices. Because of this connection, every case of mediated participation should be perceived as highly contextual and cannot be attributed to one (social) specific media logic, necessitating detailed empirical studies to investigate the different contexts of political and civic engagement. In this volume, the theoretical chapters discuss analytical frameworks that can enrich our understanding of current contexts and practices of mediated participation. The empirical studies explore the implications of the new digital conditions for the ways in which digitally mediated social interactions, practices and environments shape everyday participation, engagement or protest and their subjective as well societal meaning.

A Beginner's Guide to Scala, Object Orientation and Functional Programming

by John Hunt

Scala is now an established programming language developed by Martin Oderskey and his team at the EPFL. The name Scala is derived from Sca(lable) La(nguage). Scala is a multi-paradigm language, incorporating object oriented approaches with functional programming. Although some familiarity with standard computing concepts is assumed (such as the idea of compiling a program and executing this compiled from etc.) and with basic procedural language concepts (such as variables and allocation of values to these variables) the early chapters of the book do not assume any familiarity with object orientation nor with functional programming These chapters also step through other concepts with which the reader may not be familiar (such as list processing). From this background, the book provides a practical introduction to both object and functional approaches using Scala. These concepts are introduced through practical experience taking the reader beyond the level of the language syntax to the philosophy and practice of object oriented development and functional programming. Students and those actively involved in the software industry will find this comprehensive introduction to Scala invaluable.

A Beginner’s Guide to Using Open Access Data (Pocket Guides to Biomedical Sciences)

by Saif Aldeen AlRyalat Shaher Momani

Open Access Data is emerging as a source for cutting edge scholarship. This concise book provides guidance from generating a research idea to publishing results. Both young researchers and well-established scholars can use this book to upgrade their skills with respect to emerging data sources, analysis, and even post-publishing promotion. At the end of each chapter, a tutorial simulates a real example, allowing readers to apply what they learned about accessing open data, and analyzing this data to reach the results. This book can be of use by established researchers analyzing data, publishing, and actively promoting ongoing and research. Key selling features: Describes the steps, from A-Z, for doing open data research Includes interactive tutorials following each chapter Provides guidelines for readers so that they can use their own accessed open data Reviews recent software and websites promoting and enabling open data research Supplements websites which update recent open data sources

A Brief History of Everything Wireless: How Invisible Waves Have Changed the World

by Petri Launiainen

Since the discovery of electromagnetic waves less than 150 years ago, the application of wireless communications technology has not only revolutionized our daily lives, but also fundamentally changed the course of world history.A Brief History of Everything Wireless charts the fascinating story of wireless communications. The book leads the reader on an intriguing journey of personal triumphs and stinging defeats, relating the prominent events, individuals and companies involved in each progressive leap in technology, with a particular focus on the phenomenal impact of each new invention on society. Beginning at the early days of spark-gap transmitters, this tale touches on the emergence of radio and television broadcasting, as well as radio navigation and radar, before moving on to the rise of satellite, near-field and light-based communications. Finally, the development of wireless home networks and the explosive growth of modern cellular technologies are revealed, complete with a captivating account of their corresponding company histories and behind-the-scenes battles over standards.For those wishing to peek behind the magic curtain of friendly user interfaces and clever engineering, and delve further into various processes underlying the ubiquitous technology we depend upon yet take for granted, the book also contains special “TechTalk” chapters that explain the theoretical basics in an intuitive way.

A Comprehensive Guide Through the Italian Database Research Over the Last 25 Years (Studies in Big Data #31)

by Elio Masciari Sergio Flesca Sergio Greco Domenico Saccà

This book offers readers a comprehensive guide to the evolution of the database field from its earliest stages up to the present--and from classical relational database management systems to the current Big Data metaphor. In particular, it gathers the most significant research from the Italian database community that had relevant intersections with international projects. Big Data technology is currently dominating both the market and research. The book provides readers with a broad overview of key research efforts in modelling, querying and analysing data, which, over the last few decades, have became massive and heterogeneous areas.

A Computer Called Katherine: How Katherine Johnson Helped Put America on the Moon

by Suzanne Slade

The inspiring true story of mathematician Katherine Johnson--made famous by the award-winning film Hidden Figures--who counted and computed her way to NASA and helped put a man on the moon!Katherine knew it was wrong that African Americans didn't have the same rights as others--as wrong as 5+5=12. She knew it was wrong that people thought women could only be teachers or nurses--as wrong as 10-5=3. And she proved everyone wrong by zooming ahead of her classmates, starting college at fifteen, and eventually joining NASA, where her calculations helped pioneer America's first manned flight into space, its first manned orbit of Earth, and the world's first trip to the moon!Award-winning author Suzanne Slade and debut artist Veronica Miller Jamison tell the story of a NASA "computer" in this smartly written, charmingly illustrated biography.

Refine Search

Showing 27,201 through 27,225 of 61,610 results