Book picks similar to
Serverless Applications Lens: AWS Well-Architected Framework (AWS Whitepaper) by AWS Whitepapers
non-fiction
software-development
textbooks
whitepaper
Implementing Responsive Design: Building Sites for an Anywhere, Everywhere Web
Tim Kadlec - 2012
Browsers iterate at a remarkable pace. Faced with this volatile landscape we can either struggle for control or we can embrace the inherent flexibility of the web.Responsive design is not just another technique—it is the beginning of the maturation of a medium and a fundamental shift in the way we think about the web.Implementing Responsive Design is a discussion about how this affects the way we design, build, and think about our sites. Readers will learn how to:- Build responsive sites using a combination of fluid layouts, media queries and fluid media- Adopt a responsive workflow from the very start of a project- Enhance content for different devices- Use feature-detection and server-side enhancement to provide a richer experience
The CEO's Secret Weapon: How Great Leaders and Their Assistants Maximize Productivity and Effectiveness
Jan Jones - 2015
That solutions-oriented individual who adds value by enhancing the executive's productivity, elevating their performance and functioning as their indispensible business partner and 'right arm.'As you read this book, you will discover the genesis of the formidable talents that are the hallmark of exeptional assistants, and understand the value they can bring to you. Throughout the book you will hear from dozens of executives and close to one hundred assistants, who gave the author a candid look into their day-to-day activities, the expectations and demands on the executive-assistant relationship, as well as their advice for how executives and assistants can work successfully and productively together. As you read about these assistants, you will begin to understand why you should not settle for anything less than a stellar assistant who knows what you need and how to give it to you, who will smooth out your life and make your workday a rewarding experience.This book provides not only the inspiration to achieve a successful business partnership, but also provides know-how and practical tools to recruit, train and work on a day-to-day basis with an exceptional assistant, showing you how to put their exemplary talents to good use. Part 1 explores the relationships between successful executives and their assistants and defines what an 'exceptional executive assistant' is. In Part 2, Jones describes the crucial characteristics that all exceptional executive assistants epitomize, and how they are critical to not only your day-to-day routine, but to your success as an executive or entrepreneur.Part 3 of this book will explore the processes, resources and skills that you will need to hire an exceptional assistant. Part 4 takes a deeper dive into the executive and assistant relationship and offers a guide to setting up a successful partnership. As with any business collaboration, it is a two-way street. In order to solidify the partnership, the executive must reciprocate. With examples throughout from successful CEOs and entrepreneurs, this book will help you create a robust, dynamic and productive partnership with your executive assistant.
Java 8 in Action
Raoul-Gabriel Urma - 2014
The book covers lambdas, streams, and functional-style programming. With Java 8's functional features you can now write more concise code in less time, and also automatically benefit from multicore architectures. It's time to dig in!
Data Science from Scratch: First Principles with Python
Joel Grus - 2015
In this book, you’ll learn how many of the most fundamental data science tools and algorithms work by implementing them from scratch.
If you have an aptitude for mathematics and some programming skills, author Joel Grus will help you get comfortable with the math and statistics at the core of data science, and with hacking skills you need to get started as a data scientist. Today’s messy glut of data holds answers to questions no one’s even thought to ask. This book provides you with the know-how to dig those answers out.
Get a crash course in Python
Learn the basics of linear algebra, statistics, and probability—and understand how and when they're used in data science
Collect, explore, clean, munge, and manipulate data
Dive into the fundamentals of machine learning
Implement models such as k-nearest Neighbors, Naive Bayes, linear and logistic regression, decision trees, neural networks, and clustering
Explore recommender systems, natural language processing, network analysis, MapReduce, and databases
Exploring Medical Language: A Student-Directed Approach
Myrna LaFleur Brooks - 1985
With a logical, body-systems organization and engaging terminology exercises throughout, it's your key to communicating confidently and effectively with other health care professionals.Systematic approach to terminology prepares you to recognize and define new words as you encounter them and build the medical vocabulary you'll need in the health care setting.Pronunciation key provides quick access to frequently referenced material.Complimentary and Alternative Medicine terms boxes highlight words and phrases associated with this increasingly popular discipline.Case studies encourage critical thinking and demonstrate how to apply the information you've learned.Terminology flash cards, included with every book, give you valuable review and self-assessment tools you can take anywhere for study on the go.Evolve resources enhance your learning and reinforcement opportunities with additional exercises, a Spanish/English glossary, and the Body Spectrum Electronic Anatomy Coloring Book.Medical Terminology Online, available at an additional charge, gives you access to a complete online course for the most advanced learning and understanding.New terms and abbreviations familiarize you with the latest terminology in use in health care.New images and illustrations visually acquaint you with pathologic information and procedures you'll encounter in the clinical setting.Enhanced chapter features highlight important concepts and provide guidance for more effective learning and study.CD references within the text direct you to expanded learning opportunities on the companion CD.More than 20 new medical records let you practice medical terminology using the forms you'll encounter in the clinical setting.New icons make it easy to distinguish a variety of helpful boxes and reference the material you need quickly.Answers to review exercises help you gauge your strengths and weaknesses and configure the most effective study plan for you.Website boxes refer you to valuable content you can access online for further learning.Revised pharmacy appendix helps you easily reference key pharmaceutical terms.The vastly updated companion CD provides fun alternatives for reinforcing what you've learned with new learning games, including Medical Millionaire and Termbusters.Enhanced audio companion, available on CD or as iTerms downloads for portable media players, helps you perfect your pronunciation skills and confidently use the terms you've learned in practice.
UNIX and Linux System Administration Handbook
Evi Nemeth - 2010
This is one of those cases. The UNIX System Administration Handbook is one of the few books we ever measured ourselves against." -From the Foreword by Tim O'Reilly, founder of O'Reilly Media "This book is fun and functional as a desktop reference. If you use UNIX and Linux systems, you need this book in your short-reach library. It covers a bit of the systems' history but doesn't bloviate. It's just straightfoward information delivered in colorful and memorable fashion." -Jason A. Nunnelley"This is a comprehensive guide to the care and feeding of UNIX and Linux systems. The authors present the facts along with seasoned advice and real-world examples. Their perspective on the variations among systems is valuable for anyone who runs a heterogeneous computing facility." -Pat Parseghian The twentieth anniversary edition of the world's best-selling UNIX system administration book has been made even better by adding coverage of the leading Linux distributions: Ubuntu, openSUSE, and RHEL. This book approaches system administration in a practical way and is an invaluable reference for both new administrators and experienced professionals. It details best practices for every facet of system administration, including storage management, network design and administration, email, web hosting, scripting, software configuration management, performance analysis, Windows interoperability, virtualization, DNS, security, management of IT service organizations, and much more. UNIX(R) and Linux(R) System Administration Handbook, Fourth Edition, reflects the current versions of these operating systems: Ubuntu(R) LinuxopenSUSE(R) LinuxRed Hat(R) Enterprise Linux(R)Oracle America(R) Solaris(TM) (formerly Sun Solaris)HP HP-UX(R)IBM AIX(R)
Programming Erlang
Joe Armstrong - 2007
It's used worldwide by companies who need to produce reliable, efficient, and scalable applications. Invest in learning Erlang now.Moore's Law is the observation that the amount you can do on a single chip doubles every two years. But Moore's Law is taking a detour. Rather than producing faster and faster processors, companies such as Intel and AMD are producing multi-core devices: single chips containing two, four, or more processors. If your programs aren't concurrent, they'll only run on a single processor at a time. Your users will think that your code is slow.Erlang is a programming language designed for building highly parallel, distributed, fault-tolerant systems. It has been used commercially for many years to build massive fault-tolerated systems that run for years with minimal failures.Erlang programs run seamlessly on multi-core computers: this means your Erlang program should run a lot faster on a 4 core processor than on a single core processor, all without you having to change a line of code.Erlang combines ideas from the world of functional programming with techniques for building fault-tolerant systems to make a powerful language for building the massively parallel, networked applications of the future.This book presents Erlang and functional programming in the familiar Pragmatic style. And it's written by Joe Armstrong, one of the creators of Erlang.It includes example code you'll be able to build upon. In addition, the book contains the full source code for two interesting applications:A SHOUTcast server which you can use to stream music to every computer in your house, and a full-text indexing and search engine that can index gigabytes of data. Learn how to write programs that run on dozens or even hundreds of local and remote processors. See how to write robust applications that run even in the face of network and hardware failure, using the Erlang programming language.
Jump-Start Your Work at Home General Transcription Career: The Fast and Easy Way to Get Started!
Lisa Morgan Mills - 2012
Lisa Mills, an experienced general transcriptionist and publisher of work-at-home site Work at Home Mom Revolution, shares everything you need to know to get started in this exciting career. This ebook also includes links to valuable resources, including a list of 60 general transcription companies that hire home-based transcriptionists (with links).
The Girl Who Dated Herself
Susannah Shakespeare - 2018
You didn’t choose it and you can’t get out of it. After a lifelong quest to find “the one” a British writer living in L.A. finds herself single again in her mid-thirties and admits defeat. But instead of blaming the string of past ex-boyfriends, she turns the spotlight on herself. Taking a year off dating men, she tries to date herself in a search for some answers. A fun “honeymoon period” concludes with a shocking discovery. She starts to dig deeper, seeking the source of her problems, but the truth is a bitter pill to swallow. The Girl Who Dated Herself begins as an entertaining “rom com for one” but evolves into an engaging and thought-provoking journey that ultimately questions our preconceptions about love and the foundations of self worth. A book for women and men of all ages, this creative memoir is endlessly amusing and endearing. It touches on subjects painfully familiar to some and uncomfortably shocking to others. A journey of self-discovery, it is also a beautiful love letter to Los Angeles, taking the reader to the real world behind the glitz and gloss of Beverly Hills and Hollywood.
Learning First, Technology Second: The Educator’s Guide to Designing Authentic Lessons
Liz Kolb - 2017
It happens when proven teaching strategies intersect with technology tools, and yet it’s not uncommon for teachers to use a tool because it’s “fun” or because the developer promises it will help students learn. Learning First, Technology Second offers teachers the professional learning they need to move from arbitrary uses of technology in their classrooms to thoughtful ways of adding value to student learning. This book includes: An introduction to the Triple E Framework that helps teachers engage students in time-on-task learning, enhance learning experiences beyond traditional means and extend learning opportunities to bridge classroom learning with students’ everyday lives.Effective strategies for using technology to create authentic learning experiences for their students.Case studies to guide appropriate tech integration.A lesson planning template to show teachers how to effectively frame technology choices and apply them in instruction.
The Kimball Group Reader: Relentlessly Practical Tools for Data Warehousing and Business Intelligence
Ralph Kimball - 2010
Recognized and respected throughout the world as the most influential leaders in the data warehousing industry, Ralph Kimball and the Kimball Group have written articles covering more than 250 topics that define the field of data warehousing. For the first time, the Kimball Group's incomparable advice, design tips, and best practices have been gathered in this remarkable collection of articles, which spans a decade of data warehousing innovation.Each group of articles is introduced with original commentaries that explain their role in the overall lifecycle methodology developed by the Kimball Group. These practical, hands-on articles are fully updated to reflect current practices and terminology and cover the complete lifecycle--including project planning, requirements gathering, dimensional modeling, ETL, and business intelligence and analytics.This easily referenced collection is nothing less than vital if you are involved with data warehousing or business intelligence in any capacity.
Head First HTML with CSS & XHTML
Elisabeth Robson - 2005
You want to learn HTML so you can finally create those web pages you've always wanted, so you can communicate more effectively with friends, family, fans, and fanatic customers. You also want to do it right so you can actually maintain and expand your Web pages over time, and so your web pages work in all the browsers and mobile devices out there. Oh, and if you've never heard of CSS, that's okay - we won't tell anyone you're still partying like it's 1999 - but if you're going to create Web pages in the 21st century then you'll want to know and understand CSS.Learn the real secrets of creating Web pages, and why everything your boss told you about HTML tables is probably wrong (and what to do instead). Most importantly, hold your own with your co-worker (and impress cocktail party guests) when he casually mentions how his HTML is now strict, and his CSS is in an external style sheet.With Head First HTML with CSS & XHTML, you'll avoid the embarrassment of thinking web-safe colors still matter, and the foolishness of slipping a font tag into your pages. Best of all, you'll learn HTML and CSS in a way that won't put you to sleep. If you've read a Head First book, you know what to expect: a visually-rich format designed for the way your brain works. Using the latest research in neurobiology, cognitive science, and learning theory, this book will load HTML, CSS, and XHTML into your brain in a way that sticks.So what are you waiting for? Leave those other dusty books behind and come join us in Webville. Your tour is about to begin."Elegant design is at the core of every chapter here, each concept conveyed with equal doses of pragmatism and wit." --Ken Goldstein, Executive Vice President, Disney Online"This book is a thoroughly modern introduction to forward-looking practices in web page markup and presentation." --Danny Goodman, author of Dynamic HTML: The Definitive Guide"What used to be a long trial and error learning process has now been reduced neatly into an engaging paperback." --Mike Davidson, CEO, Newsvine, Inc."I love Head First HTML with CSS & XHTML--it teaches you everything you need to learn in a 'fun coated' format!" --Sally Applin, UI Designer and Artist"I haven't had as much fun reading a book (other than Harry Potter) in years. And your book finally helped me break out of my hapless so-last-century way of creating web pages." --Professor David M. Arnow, Department of Computer and Information Science, Brooklyn College"If you've ever had a family member who wanted you to design a website for them, buy them Head First HTML with CSS and XHTML. If you've ever asked a family member to design you a web site, buy this book. If you've ever bought an HTML book and ended up using it to level your desk, or for kindling on a cold winter day, buy this book. This is the book you've been waiting for. This is the learning system you've been waiting for." --Warren Kelly, Blogcritics.org
Hacking Engagement: 50 Tips & Tools To Engage Teachers and Learners Daily (Hack Learning Series Book 7)
James Alan Sturtevant - 2016
Many students are bored and disengaged Teachers are handcuffed by outdated textbooks, standardized curriculum, and disinterested students. What if you could solve these problems immediately and excite even your most reluctant learners daily? Read it Today and Engage tomorrow! 33-year veteran teacher, author, presenter, and engagement guru James Alan Sturtevant makes it easy, with incredible teacher tips and tools for both the veteran and student teacher--50 engagement tools that you can begin using right now, with no special training or boring professional development. Easily rebrand your class and connect with all students Are you the teacher students "hate"? Do kids groan when they walk into your classroom? Engaging learners is all about connecting and making education fun. With Sturtevant's education tips and creative teaching tools, students will rebrand you and your class as their favorites. Best of all, they'll engage with every lesson you teach, every single day! 50 Tips and Tools Unlike other education books that weigh you down with archaic research and impossible-to-implement strategies, Hacking Engagement, the 7th book in the popular Hack Learning Series, provides 50 unique, exciting, and actionable tips and tools that you can apply right now. And there's something here for every teacher--no matter what grade or subject you teach. Try one of these amazing engagement strategies tomorrow:
Engage the Enraged
Create Celebrity Couple Nicknames
Hash out a Hashtag
Empower Students to Help You Uncover Your Biases
Avoid the Great War on Yoga Pants
Let Your Freak Flag Fly
Become a Proponent of the Exponent
Trade Blah, Blah, Blah for Zen
Transform Your Class into a Focus Group
Commit to Engagement Try at least one tip or tool now and witness an amazing transformation in your classroom and school. Are you ready to engage? Scroll up and grab your copy of Hacking Engagement now.
Social Work Dictionary
Robert L. Barker - 1991
Since the first edition of 'The Social Work Dictionary' in 1987, this essential reference work has been recognised as the definitive lexicon of social work. Now in its fifth edition, the dictionary captures over 9,000 terms, cataloguing and cross-referencing the nomenclature, concepts, organisations, historical figures, and values that define the profession. A special historical section represents a chronology of the significant developments in the United States and the world toward social welfare policies, practices, and the betterment of humanity. Used extensively in schools of social work, social service agency libraries, and in social work offices world-wide, this is a staple in professional libraries. It is unequalled as a study tool for preparing for licensing and certification exams. Every social worker -- from professor to student, from novice to experienced professional -- should own this unparalleled resource for understanding the language of social work and related disciplines.
CompTIA Network+ Study Guide: Exam N10-004
Todd Lammle - 2009
Using his one-of-a-kind conversational style, Todd gives you clear and concise information on crucial networking topics through practical examples and insights drawn from his real-world experience. This Study Guide thoroughly covers all exam objectives for the CompTIA Network+ exam (N10-004), including key topics such as network technologies, media and topologies, devices, management, tools, and security. Along with the book you get a CD-ROM featuring a custom test engine with chapter review questions, two practice exams, flashcards, and the book as a searchable PDF.Note: CD-ROM/DVD and other supplementary materials are not included as part of eBook file.For Instructors: Teaching supplements are available for this title.