Connecting the Dots


Book Description

Silicon Valley visionary John Chambers shares the lessons that transformed a dyslexic kid from West Virginia into one of the world's best business leaders and turned a simple router company into a global tech titan. When Chambers joined Cisco in 1991, it was a company with 400 employees, a single product, and about $70 million in revenue. When he stepped down as CEO in 2015, he left a $47 billion tech giant that was the backbone of the internet and a leader in areas from cybersecurity to data center convergence. Along the way, he had acquired 180 companies and turned more than 10,000 employees into millionaires. Widely recognized as an innovator, an industry leader, and one of the world's best CEOs, Chambers has outlasted and outmaneuvered practically every rival that ever tried to take Cisco on--Nortel, Lucent, Alcatel, IBM, Dell, and Hewlett-Packard, to name a few. Now Chambers is sharing his unique strategies for winning in a digital world. From his early lessons and struggles with dyslexia in West Virginia to his bold bets and battles with some of the biggest names in tech, Chambers gives readers a playbook on how to act before the market shifts, tap customers for strategy, partner for growth, build teams, and disrupt themselves. He also adapted those lessons to transform government, helping global leaders like French President Emmanuel Macron and Indian Prime Minister Narendra Modi to create new models for growth. As CEO of JC2 Ventures, he's now investing in a new generation of game-changing startups by helping founders become great leaders and scale their companies. Connecting the Dots is destined to become a business classic, providing hard-won insights and critical tools to thrive during the accelerating disruption of the digital age.




Dictionary of Building and Civil Engineering


Book Description

This bilingual dictionary contains more than 31,000 English-French and 23,000 French-English definitions, covering architecture, building, civil engineering and property. It is aimed at both professional and private individuals working in these disciplines in each other's countries. This new edition has been pruned, revised and considerably extended, and serves as an invaluable reference source in an increasingly European marketplace.




Media


Book Description

From TV bulletins to social media newsfeeds, the media plays a massive role in shaping the world as we see it. In fact, different media have helped make possible our world of independent nations, binding together disparate communities through shared cultural touchstones, such as the press and national broadcasters. With the transfer of people’s lives to the online world, the media has become crucial to almost every aspect of how human beings live. A new social order is being built through our relations with media, but what power over us does this give to corporations and governments? Nick Couldry explains the significance of five core dimensions of media: representing, connecting, imagining, sharing and governing. He shows that understanding these dynamics is a vital skill that every person needs in the digital age, when the fate of our political worlds and social environment may rest on how we communicate with each other.







Bulletin


Book Description







Windows 10: The Missing Manual


Book Description

With Windows 8, Microsoft completely reimagined the graphical user interface for its operating system, which now runs on both desktop PCs and tablets, but the overhaul was not without hitches and its dueling UIs (one designed for touch, the other for keyboards and mice) created significant confusion for users. Windows 10 (a free update to users of Windows 8 or Windows 7) fixes a number of the problems introduced by the revolution in Windows 8 and offers plenty of new features, such as the new Spartan web browser, Cortana voice-activated “personal assistant,” new universal apps (that run on tablet, phone, and computer), and more. But to really get the most out of the new operating system, you’re going to need a guide. Thankfully, Windows 10: The Missing Manual will be there to help. Like its predecessors, this book from the founder of Yahoo Tech, previous New York Times columnist, bestselling author, and Missing Manuals creator David Pogue illuminates its subject with technical insight, plenty of wit, and hardnosed objectivity for beginners, veteran standalone PC users, new tablet owners, and those who know their way around a network.




Radio Operator


Book Description




Mastering JavaScript Single Page Application Development


Book Description

An in-depth guide to exploring the design, architecture, and techniques behind building sophisticated, scalable, and maintainable single-page applications in JavaScript About This Book Build large-scale, feature-complete SPAs by leveraging widely used tools and techniques. Gain a solid understanding of architecture and SPA design to build applications using the library or framework of your choice. Explore the various facets of SPA development to build web apps that are fast, scalable, and easy to test. Who This Book Is For This book is ideal for JavaScript developers who want to build complex single-page applications in JavaScript. Some basic understanding of SPA concepts will be helpful but not essential. What You Will Learn Organize your development environment using the command line with NPM, Bower, and Grunt. Choose an accurate design pattern for your app Understand modular JavaScript programming and Node.js Interact with a REST API using JavaScript and AJAX with practical examples Build a single page application using the MEAN stack Connect your app across popular social media platforms such as Facebook, Twitter, and LinkedIn Test your app, both on the server side and in views Prepare your app for the real world and deploy it to Heroku In Detail Single-page web applications—or SPAs, as they are commonly referred to—are quickly becoming the de facto standard for web app development. The fact that a major part of the app runs inside a single web page makes it very interesting and appealing. Also, the accelerated growth of browser capabilities is pushing us closer to the day when all apps will run entirely in the browser. This book will take your JavaScript development skills to the next level by teaching you to create a single-page application within a full-stack JavaScript environment. Using only JavaScript, you can go from being a front-end developer to a full-stack application developer with relative ease. You will learn to cross the boundary from front-end development to server-side development through the use of JavaScript on both ends. Use your existing knowledge of JavaScript by learning to manage a JSON document data store with MongoDB, writing a JavaScript powered REST API with Node.js and Express, and designing a front-end powered by AngularJS. This book will teach you to leverage the MEAN stack to do everything from document database design, routing REST web API requests, data-binding within views, and adding authentication and security to building a full-fledged, complex, single-page web application. In addition to building a full-stack JavaScript app, you will learn to test it with JavaScript-powered testing tools such as Mocha, Karma, and Jasmine. Finally, you will learn about deployment and scaling so that you can launch your own apps into the real world. Style and approach Following a structured approach, this book helps readers gain expertise in SPA development. Its thorough coverage of SPA architecture and design, along with practical use cases, provides readers with a clear path to building applications with the library of their choice. For readers who are afraid to take the plunge straightaway, the book also offers step-by-step guidance on developing a complex web app.