Healthy Meal Prep: Time-saving plans to prep and portion your weekly meals


Stephanie Tornatore - 2017
    Planning ahead is the best way to ensure success when you're trying to eat healthy, but figuring out what to make and eat each week can be overwhelming. Healthy Meal Prep does the work for you with 12 clean-eating meal plans that guide you through preparing a week's worth of wholesome, balanced meals in just a few hours. Learn simple strategies for making meal prep work for your goals, budget, and lifestyle. Stock your fridge with single-serving breakfasts, pre-portioned lunches, and ready-to eat-snacks-- and you won't be tempted to grab unhealthy meals on the go. Head-start staples and delicious prep-ahead dinners keep weeknight cooking to a minimum. Complete nutritional information for every recipe and meal plan are also included.

Kids First from Day One: A Teacher's Guide to Today's Classroom


Christine Hertz - 2018
    - Christine Hertz and Kristine MrazThe classroom of your dreams starts with one big idea. From the first days of school to the last, Kids First from Day One shares teaching that puts your deepest teaching belief into action: that children are the most important people in the room.Christine Hertz and Kristi Mraz show how to take that single, heartfelt value and create a cohesive, highly effective approach to teaching that addresses today's connected, collaborative world. With infectious enthusiasm, hard-won experience, and a generous dose of humor, Kids First from Day One shows exactly how Christine and Kristi build and maintain a positive, cooperative, responsive classroom where students engage deeply with their learning and one another.Kids First from Day One strengthens and deepens the connections between your love of working with kids, your desire to impact their lives, and your teaching practice. It shares:plans for designing beautiful classroom spaces that burst with the fun of learning positive language and classroom routines that reduce disruptive behavior-without rewards and consequences suggestions for matching students' needs to high-impact teaching structures a treasury of the Christine and Kristi's favorite teacher stuff such as quick guides for challenging behavior, small-group planning grids, and parent letters links to videos that model the moves of Christine's and Kristi's own teaching. Just starting out and want to know what really works in classrooms? Curious about how to make your room hum with learning? Or always on the lookout for amazing teaching ideas? Read Kids First from Day One. You'll discover that the classroom of your dreams is well within your reach.

Reading Reflex: The Foolproof Phono-Graphix Method for Teaching Your Child to Read


Carmen McGuinness - 1998
    And the key to learning how to read effectively is recognizing the sounds that letters and words represent. With the help of the revolutionary system known as Phono-Graphix™, you and your child can discover the sound-picture code that is the foundation of the written English language.Help your child unlock the sound-picture code. An effective and easy-to-understand approach, Phono-Graphix enables you to teach your child to read in one-tenth the time of phonics with a 100 percent success rate. In just eleven weeks, you can bring your kindergartner to first-grade-level reading—even learning-disabled children can reach grade level or higher in just twelve weeks. Reading Reflex provides you with: -Simple diagnostic tests to determine your child's reading level, and a Literacy Growth Chart so you'll know what goals to establish -Detailed instructions and illustrations to help your child develop strong, consistent reading skills and to correct ineffective reading strategies such as part-word reading and memorizing -Fun and easy-to-follow exercises, hands-on materials, worksheets, stories, and games that you and your child can do together -Enjoyable lessons that are carefully constructed to meet the interests and capabilities of children of all ages

Real World Haskell: Code You Can Believe In


Bryan O'Sullivan - 2008
    You'll learn how to use Haskell in a variety of practical ways, from short scripts to large and demanding applications. Real World Haskell takes you through the basics of functional programming at a brisk pace, and then helps you increase your understanding of Haskell in real-world issues like I/O, performance, dealing with data, concurrency, and more as you move through each chapter. With this book, you will:Understand the differences between procedural and functional programming Learn the features of Haskell, and how to use it to develop useful programs Interact with filesystems, databases, and network services Write solid code with automated tests, code coverage, and error handling Harness the power of multicore systems via concurrent and parallel programming You'll find plenty of hands-on exercises, along with examples of real Haskell programs that you can modify, compile, and run. Whether or not you've used a functional language before, if you want to understand why Haskell is coming into its own as a practical language in so many major organizations, Real World Haskell is the best place to start.

Built to Last


David Macaulay - 2010
    Macaulay has revised texts based on new research, created gorgeous new drawings, in some cases wholly re-imagined scenes from the books—bringing Castle and Cathedral to life in full-color for the very first time. The resulting illustrations add to the reader’s understanding of these buildings, capturing intriguing new perspectives and a depth of detail in structure and atmosphere.This impeccably researched volume is not only a necessary addition to the bookshelf of any David Macaulay or architecture fan, but will delight readers of all ages who are experiencing his work for the first time.

The Developer's Code: What Real Programmers Do


Ka Wai Cheung - 2012
    There are no trite superlatives here. Packed with lessons learned from more than a decade of software development experience, author Ka Wai Cheung takes you through the programming profession from nearly every angle to uncover ways of sustaining a healthy connection with your work. You'll see how to stay productive even on the longest projects. You'll create a workflow that works with you, not against you. And you'll learn how to deal with clients whose goals don't align with your own. If you don't handle them just right, issues such as these can crush even the most seasoned, motivated developer. But with the right approach, you can transcend these common problems and become the professional developer you want to be. In more than 50 nuggets of wisdom, you'll learn: Why many traditional approaches to process and development roles in this industry are wrong - and how to sniff them out. Why you must always say "no" to the software pet project and open-ended timelines. How to incorporate code generation into your development process, and why its benefits go far beyond just faster code output. What to do when your client or end user disagrees with an approach you believe in. How to pay your knowledge forward to future generations of programmers through teaching and evangelism. If you're in this industry for the long run, you'll be coming back to this book again and again.

Purposeful Play: A Teacher's Guide to Igniting Deep and Joyful Learning Across the Day


Kristine Mraz - 2016
    And not just during playtimes. We believe there is play in work and work in play, they write. It helps to have practical ways to carry that mindset into all aspects of the curriculum. In Purposeful Play, they share ways to:optimize and balance different types of play to deepen regular classroom learning teach into play to foster social-emotional skills and a growth mindset bring the impact of play into all your lessons across the day. We believe that play is one type of environment where children can be rigorous in their learning, Kristi, Alison, and Cheryl write. So they provide a host of lessons, suggestions for classroom setups, helpful tools and charts, curriculum connections, teaching points, and teaching language to help you foster mature play that makes every moment in your classroom instructional.Play doesn't only happen when work is over. Children show us time and time again that play is the way they work. In Purposeful Play, you'll find research-driven methods for making play an engine for rigorous learning in your classroom.

Think Stats


Allen B. Downey - 2011
    This concise introduction shows you how to perform statistical analysis computationally, rather than mathematically, with programs written in Python.You'll work with a case study throughout the book to help you learn the entire data analysis process—from collecting data and generating statistics to identifying patterns and testing hypotheses. Along the way, you'll become familiar with distributions, the rules of probability, visualization, and many other tools and concepts.Develop your understanding of probability and statistics by writing and testing codeRun experiments to test statistical behavior, such as generating samples from several distributionsUse simulations to understand concepts that are hard to grasp mathematicallyLearn topics not usually covered in an introductory course, such as Bayesian estimationImport data from almost any source using Python, rather than be limited to data that has been cleaned and formatted for statistics toolsUse statistical inference to answer questions about real-world data

The Motivation Code: Discover the Hidden Forces That Drive Your Best Work


Todd Henry - 2020
     What drives us to unleash our best work? And how do we tap into that drive to get superior results with our managers, coworkers, and direct reports? As Todd Henry reveals in this illuminating book, drawing on decades of research and interviews with over 100,000 people, the answer is not one size fits all: some people are energized by a race against the clock, while others put in extra effort only when they feel part of a team. For still others, nothing is as motivating as the possibility of public recognition.Henry shows, in fact, that there are twenty-seven motivational themes", each with its own unique DNA. For instance:- Those driven to Achieve Potential strive to build an ideal future, even when others may not see as far ahead. - Those needing to Overcome must conquer whatever obstacles come their way, no matter how difficult or time-consuming. - Those who strive to Comprehend and Express are obsessed with mastering new skills and showing off what they know--which is often a lot. - Those who want to Make It Right thrive when systems are running smoothly and usually know the proper way to do things.The Motivation Code teaches us to decode our Core Motivation so that we can have conversations, make decisions, and even choose career paths that lead us to experience engagement and fulfillment. Once we know how to activate our inner drivers, we can transform the work we do into work we love.

The Art and Science of Java


Eric S. Roberts - 2007
    By following the recommendations of the Association of Computing Machinery's Java Task Force, this first edition text adopts a modern objects-first approach that introduces readers to useful hierarchies from the very beginning.KEY TOPICS: Introduction; Programming by Example; Expressions; Statement Forms; Methods; Objects and Classes; Objects and Memory; Strings and Characters; Object-Oriented Graphics; Event-Driven Programs; Arrays and ArrayLists; Searching and Sorting; Collection Classes; Looking Ahead.MARKET: A modern objects-first approach to the Java programming language that introduces readers to useful class hierarchies from the very beginning.

These 6 Things: How to Focus Your Teaching on What Matters Most (Corwin Literacy)


Dave Jr. Stuart - 2018
    These 6 Things is all about streamlining your practice so that you’re teaching smarter, not harder, and kids are learning, doing, and flourishing in ELA and content-area classrooms. In this essential resource, teachers will receive: Proven, classroom-tested advice delivered in an approachable, teacher-to-teacher style that builds confidence Practical strategies for streamlining instruction in order to focus on key beliefs and literacy-building activities Solutions and suggestions for the most common teacher and student “hang-ups” Numerous recommendations for deeper reading on key topics

Build Your Own Database Driven Website Using PHP & MySQL


Kevin Yank - 2001
    There has been a marked increase in the adoption of PHP, most notably in the beginning to intermediate levels. PHP now boasts over 30% of the server side scripting market (Source: php.weblogs.com).The previous edition sold over 17,000 copies exclusively through Sitepoint.com alone. With the release of PHP 5, SitePoint have updated this bestseller to reflect best practice web development using PHP 5 and MySQL 4.The 3rd Edition includes more code examples and also a new bonus chapter on structured PHP Programming which introduces techniques for organizing real world PHP applications to avoid code duplication and ensure code is manageable and maintainable. The chapter introduces features like include files, user-defined function libraries and constants, which are combined to produce a fully functional access control system suitable for use on any PHP Website.

Concrete Mathematics: A Foundation for Computer Science


Ronald L. Graham - 1988
    "More concretely," the authors explain, "it is the controlled manipulation of mathematical formulas, using a collection of techniques for solving problems."

A Common-Sense Guide to Data Structures and Algorithms: Level Up Your Core Programming Skills


Jay Wengrow - 2017
    If you have received one of these copies, please contact the Pragmatic Bookshelf at support@pragprog.com, and we will replace it for you.Algorithms and data structures are much more than abstract concepts. Mastering them enables you to write code that runs faster and more efficiently, which is particularly important for today's web and mobile apps. This book takes a practical approach to data structures and algorithms, with techniques and real-world scenarios that you can use in your daily production code. Graphics and examples make these computer science concepts understandable and relevant. You can use these techniques with any language; examples in the book are in JavaScript, Python, and Ruby.Use Big O notation, the primary tool for evaluating algorithms, to measure and articulate the efficiency of your code, and modify your algorithm to make it faster. Find out how your choice of arrays, linked lists, and hash tables can dramatically affect the code you write. Use recursion to solve tricky problems and create algorithms that run exponentially faster than the alternatives. Dig into advanced data structures such as binary trees and graphs to help scale specialized applications such as social networks and mapping software. You'll even encounter a single keyword that can give your code a turbo boost. Jay Wengrow brings to this book the key teaching practices he developed as a web development bootcamp founder and educator.Use these techniques today to make your code faster and more scalable.

Inquiry Mindset: Nurturing the Dreams, Wonders, and Curiosities of Our Youngest Learners


Trevor MacKenzie - 2018
    They explore the world around them through play, imagination, and discovery. They build meaning, they create understanding, and they unabashedly share their learning. It's in this process that they find joy in life and relevance in the world around them.Why, then, do some of our students become disconnected from their learning in school? Where does this natural curiosity go? And how, as educators, can we ensure all of our students experience a meaningful and wonder-filled journey through their education?It's these questions that Trevor MacKenzie, author of the critically acclaimed book Dive into Inquiry, answers in Inquiry Mindset. Co-written with kindergarten teacher Rebecca Bathurst-Hunt, Inquiry Mindset offers a highly accessible journey through inquiry in the younger years. You'll learn how to . . .Empower your learners, increase engagement, and accelerate achievement. Harness the wonderings and curiosities of your students and leverage them into powerful learning opportunities. Cultivate an inquiry mindset both as a teacher and in your students! Adopt an inquiry approach that results in the most authentic and inspiring learning you've ever experienced!