Book picks similar to
Some Assembly Required: Assembly Language Programming with the AVR Microcontroller by MARGUSH
programming
software
tech-related
electronics
AngularJS: Up and Running: Enhanced Productivity with Structured Web Apps
Shyam Seshadri - 2014
By the end of the book, you'll understand how to develop a large, maintainable, and performant application with AngularJS.Guided by two engineers who worked on AngularJS at Google, you'll learn the components needed to build data-driven applications, using declarative programming and the Model-view-controller pattern. You'll also learn how to conduct unit tests on each part of your application.Learn how to use controllers for moving data to and from viewsUnderstand when to use AngularJS services instead of controllersCommunicate with the server to store, fetch, and update data asynchronouslyKnow when to use AngularJS filters for converting data and values to different formatsImplement single-page applications, using ngRoute to select views and navigationDive into basic and advanced directives for creating reusable componentsWrite an end-to-end test on a live version of your entire applicationUse best practices, guidelines, and tools throughout the development cycle
The Bootstrap VA: The Go-Getter's Guide to Becoming a Virtual Assistant, Getting and Keeping Clients, and More!
Lisa Morosky - 2012
It also includes interviews with successful virtual assistants, interviews with clients who utilize a virtual assistant, resources at the end of most chapters, a 30-day reading guide and action plan, and access to The Bootstrap VA Facebook Group where readers can bounce ideas off of each other, ask Lisa questions, and get the support needed no matter where they are in the process of becoming and working as a virtual assistant.If you want to get started as a virtual assistant, and you're a go-getter looking to bootstrap your way to success, this is an eBook you can't afford to miss.ABOUT THE AUTHORLisa Morosky is the author of "The Bootstrap VA: The Go-Getter's Guide to Becoming a Virtual Assistant, Getting and Keeping Clients, and More!" and is a premier virtual assistant in the blogging, Internet marketing, social media, and online business realms. As the founder of VAforBloggers.com, Lisa worked with dozens of clients from 2009-2011, received mentions by and recommendations from top experts, spoke at the BlogWorld conference in Las Vegas, and built a business from the ground up. In 2011, Lisa made the decision to cut back, reposition her services and her client base, and spend more time on personal projects. She moved her services to her new, centralized home at The Home Life {and Me}, lowered her rates (to pass on her new savings to her clients), and changed her title to "blog helper". In 2012, Lisa launched her virtual assistant coaching services.In addition to being a virtual assistant and a virtual assistant coach, Lisa is a Christ follower, a proud wife to her amazing husband, a homemaker, a real foodie, and a lover of all things simple and natural. You can find her blogging about creating a simple, natural, faith-inspired home life at http://www.thehomelifeand.me.
Beginning Arduino
Michael McRoberts - 2010
You'll progress from a complete beginner regarding Arduino programming and electronics knowledge to intermediate skills and the confidence to create your own amazing Arduino projects. Absolutely no experience in programming or electronics required!Rather than requiring you to wade through pages of theory before you start making things, this book has a hands-on approach. You will dive into making projects right from the start, learning how to use various electronic components and how to program the Arduino to control or communicate with those components.Each project is designed to build upon the knowledge learned in earlier projects and to further your knowledge in programming as well as skills with electronics. By the end of the book you will be able create your own projects confidently and with creativity.Please note: the print version of this title is black & white; the eBook is full color. You can download the color diagrams in the book from http: //www.apress.com/9781430232407
Don't Bother Me Mom--I'm Learning!: How Computer and Video Games are Preparing Your Kids for 21st Century Success - and How You Can Help!
Marc Prensky - 2006
He knows that if parents place good video games into a learning system in their homes they can reap major benefits for their children and themselves. They can accelerate their children's language and cognitive growth." —James Paul Gee, Tashia Mogridge Professor of Reading, University of Wisconsin-MadisonMarc Prensky presents the case—profoundly counter-cultural but true nevertheless—that video and computer game playing, within limits, is actually very beneficial to today's "Digital Native" kids, who are using them to prepare themselves for life in the 21st century. The reason kids are so attracted to these games, Prensky says, is that they are learning about important "future" things, from collaboration, to prudent risk taking, to strategy formulation and execution, to complex moral and ethical decisions. Prensky's arguments are backed up by university PhD's studying not just violence, but games in their totality, as well as studies of gamers who have become successful corporate workers, entrepreneurs, leaders, doctors, lawyers, scientists and other professionals.Because most adults (including the critics) can't play the modern complex games themselves (and discount the opinions of the kids who do play them) they rely on secondhand sources of information, most of whom are sadly misinformed about both the putative harm and the true benefits of game-playing. This book is the antidote to those misinformed, bombastic sources, in the press and elsewhere. Full of common sense and practical information, it provides parents with a large number of techniques approaches they can use—both over time and right away—to improve both their understanding of games and their relationships with their kids. What You Will Learn The aim of this book is to give you a peek into the hidden world into which your kids disappear when they are playing games, and to help you as an adult—especially if you are a concerned parent or teacher—understand and appreciate just how much your kids are learning that is POSITIVE from their video and computer games.In the few short hours it takes to read this book, you will learn: What it feels like to be in the world of computer and video games; How to appreciate the breadth and depth of modern computer and video games and the ways they make your kids learn; How to understand the various USEFUL skills your game-playing your kids are acquiring; How to understand your own kids better and build better relationships using games as a base; And, most importantly, How to augment and improve what your kids are learning by HAVING CONVERSATIONS THAT THEY WANT TO HAVE about their games.
Getting MEAN with Mongo, Express, Angular, and Node
Simon Holmes - 2015
You'll systematically discover each technology in the MEAN stack as you build up an application one layer at a time, just as you'd do in a real project.Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.About the TechnologyTraditional web dev stacks use a different programming language in every layer, resulting in a complex mashup of code and frameworks. Together, the MongoDB database, the Express and AngularJS frameworks, and Node.js constitute the MEAN stack--a powerful platform that uses only one language, top to bottom: JavaScript. Developers and businesses love it because it's scalable and cost-effective. End users love it because the apps created with it are fast and responsive. It's a win-win-win!About the BookGetting MEAN with Mongo, Express, Angular, and Node teaches you how to develop web applications using the MEAN stack. First, you'll create the skeleton of a static site in Express and Node, and then push it up to a live web server. Next, you'll add a MongoDB database and build an API before using Angular to handle data manipulation and application logic in the browser. Finally you'll add an authentication system to the application, using the whole stack. When you finish, you'll have all the skills you need to build a dynamic data-driven web application.What's InsideFull-stack development using JavaScriptResponsive web techniquesEverything you need to get started with MEANBest practices for efficiency and reusabilityAbout the ReaderReaders should have some web development experience. This book is based on MongoDB 2, Express 4, Angular 1, and Node.js 4.About the AuthorSimon Holmes has been a full-stack developer since the late 1990s and runs Full Stack Training Ltd.Table of ContentsPART 1 SETTING THE BASELINEIntroducing full-stack developmentDesigning a MEAN stack architecturePART 2 BUILDING A NODE WEB APPLICATIONCreating and setting up a MEAN projectBuilding a static site with Node and ExpressBuilding a data model with MongoDB and MongooseWriting a REST API: Exposing the MongoDB database to the applicationConsuming a REST API: Using an API from inside ExpressPART 3 ADDING A DYNAMIC FRONT END WITH ANGULARAdding Angular components to an Express applicationBuilding a single-page application with Angular: FoundationsBuilding an SPA with Angular: The next levelPART 4 MANAGING AUTHENTICATION AND USER SESSIONSAuthenticating users, managing sessions, and securing APIsAPPENDIXESInstalling the stackInstalling and preparing the supporting castDealing with all of the viewsReintroducing JavaScript - available online only
The Will to Lead, the Skill to Teach: Transforming Schools at Every Level
Anthony Muhammad - 2011
The authors acknowledge both the structural and sociological issues that contribute to low-performing schools and offer multiple tools and strategies to assess and improve classroom management, increase literacy, establish academic vocabulary, and contribute to a healthier school culture.
My Idols - Journey of a Cricket Crazy
Pankaj Agrawal - 2013
Cricket and Bollywood. So there are only two kinds of people, who have unconditional fan following in India. That is Film actors and Cricket players. There are millions of Indians, who are huge fan of Cricket and cricketers. The book is all about collection of memoirs of the author in regard with his idols in the game. Book gives inside in to career span of few of the most prolific Indian cricketers in contemporary Cricket and few of greatest in international Cricket. The career path of them is embedded with most splendid performance of these players and interesting anecdotes (few of them are untold). All in all, a full sketch of these players in a very concise and interesting manner. There are chapters on:- Sachin Tendulkar Kapil Dev Kris Srikkanth Javagal Srinath Mohd. Azharruddin Ajay Jadeja Rahul Dravid Viv Richard Wasim Akram Shane Warne Author – Pankaj Agrawal
What Research Has to Say About Reading Instruction
S. Jay Samuels - 2002
Educators will find information on how to teach students to read based on evidence from a broad base of effective, well-designed research. Topics have been updated and added to better reflect current thinking in the field and address issues that have come to national and international attention for a number of reasons, including the recently released U.S. National Reading Panel report. The editors maintain a balance among theory, research, and effective classroom practice without presenting a formulaic view of good instruction or overly theoretical discussions in which practical applications of research findings are not adequately explored. The 17 chapters focus on research related to early reading instruction, phonemic awareness, comprehension, and many other topics. Each chapter concludes with "Questions for Discussion"; to encourage reflection on the topics discussed. Teacher educators will find this volume to be a valuable tool for preservice teacher preparation as well as graduate level courses. The professional development community, school administrators, and policymakers will also find it to be an indispensable resource as they seek to implement programs consistent with rapidly emerging legislative and policy mandates.
Dive Into Python 3
Mark Pilgrim - 2009
As in the original book, Dive Into Python, each chapter starts with a real, complete code sample, proceeds to pick it apart and explain the pieces, and then puts it all back together in a summary at the end.This book includes:Example programs completely rewritten to illustrate powerful new concepts now available in Python 3: sets, iterators, generators, closures, comprehensions, and much more A detailed case study of porting a major library from Python 2 to Python 3 A comprehensive appendix of all the syntactic and semantic changes in Python 3 This is the perfect resource for you if you need to port applications to Python 3, or if you like to jump into languages fast and get going right away.
The Hobbyist's Guide to the RTL-SDR: Really Cheap Software Defined Radio
Carl Laufer - 2014
The RTL-SDR is a super cheap software defined radio based on DVB-T TV dongles that can be found for under $20. This book is about tips and tutorials that show you how to get the most out of your RTL-SDR dongle. Some projects described in this book are also compatible with other wideband SDRs like the HackRF, Airspy and SDR Play. What's in the book Learn how to set up your RTL-SDR with various free software defined radio programs such as SDR#, HDSDR, SDR-Radio and more. Learn all the little tricks and oddities that the dongle has. A whole chapter dedicated to improving the RTL-SDR's performance. Dozens of tutorials for fun RTL-SDR based projects such as ADS-B aircraft radar, AIS boat radar, ACARS decoding, receiving NOAA and Meteor-M2 weather satellite images, listening to and following trunked radios, decoding digital voice P25/DMR signals, decoding weather balloon telemetry, receiving DAB radio, analysing GSM and listening to TETRA signals, decoding pagers, receiving various HF signals such as ham radio modes, weatherfax and DRM radio, decoding digital D-STAR voice, an introduction to GNU Radio, decoding RDS, decoding APRS, measuring filters and SWR with low cost equipment, and many many more projects! Guide to antennas, cables and adapters. This book is updated every 3-4 months to ensure information is fresh and up to date. Updates are available for free for all customers. Note: To update the book you must manually contact Kindle support and request the update. Last updated to edition 4.1 on 15 June 2015.
The Guitar Amp Handbook: Understanding Tube Amplifiers and Getting Great Sounds
Dave Hunter - 2005
For years, experts have argued over the tiny details of exactly how they do what they do, and how their various components interact. What's undeniable is that, far more than being just a loudness booster the unique combination of tubes, capacitors, resistors, and transformers in these amps can contribute enormously to the quality of sound derived from any electric guitar. In this thorough and authoritative book, Dave Hunter cuts through the marketing hyperbole, and the blind faith, and supplies all the information you need to choose the right amp, and get the best from it. The book also features exclusively conducted, in-depth interviews with leading figures in the tube amp-building world - including Ken Fischer, Mark Sampson, and Michael Zaite - and even provides full instructions on how to construct your own high-quality tube guitar amp from scratch.
Ten Poems to Say Goodbye
Roger Housden - 2012
But while the selected poems in this volume may focus upon loss and grief, they also reflect solace, respite, and joy. A goodbye is an opportunity for kindness, for forgiveness, for intimacy, and ultimately for love and a deepening acceptance of life as it is rather than what it was. Goodbyes can be poignant, sorrowful, sometimes a relief, and—now and then—even an occasion for joy. They are always transitions that, when embraced, can be the door to a new life both for ourselves and for others. In this inspiring and consoling volume, Housden encourages readers to embrace poetry as a way of enabling us to better see and appreciate the beauty of the world around and within us.
Agile Estimating and Planning
Mike Cohn - 2005
In this book, Agile Alliance cofounder Mike Cohn discusses the philosophy of agile estimating and planning and shows you exactly how to get the job done, with real-world examples and case studies.Concepts are clearly illustrated and readers are guided, step by step, toward how to answer the following questions: What will we build? How big will it be? When must it be done? How much can I really complete by then? You will first learn what makes a good plan-and then what makes it agile.Using the techniques in
Agile Estimating and Planning
, you can stay agile from start to finish, saving time, conserving resources, and accomplishing more. Highlights include:Why conventional prescriptive planning fails and why agile planning works How to estimate feature size using story points and ideal days--and when to use each How and when to re-estimate How to prioritize features using both financial and nonfinancial approaches How to split large features into smaller, more manageable ones How to plan iterations and predict your team's initial rate of progress How to schedule projects that have unusually high uncertainty or schedule-related risk How to estimate projects that will be worked on by multiple teams
Agile Estimating and Planning
supports any agile, semiagile, or iterative process, including Scrum, XP, Feature-Driven Development, Crystal, Adaptive Software Development, DSDM, Unified Process, and many more. It will be an indispensable resource for every development manager, team leader, and team member.
Rebound Rules: The Art of Success 2.0
Rick Pitino - 2008
Recalling the tragedies that shaped his life and career—his unsuccessful tenure as Celtics coach, the devastating loss on 9/11 of his best friend and his brother-in-law and the deep depression that followed—Coach Pitino shares his Rebound Rules, demonstrating how he emerged wiser and rose to new heights with a richer perspective on life and work…and how you can, too.
The Pearls of Love and Logic for Parents and Teachers
Jim Fay - 2000
Book by Fay, Charles, Fay, Jim, Cline, Foster W.