Agile Data Warehouse Design: Collaborative Dimensional Modeling, from Whiteboard to Star Schema


Lawrence Corr - 2011
    This book describes BEAM✲, an agile approach to dimensional modeling, for improving communication between data warehouse designers, BI stakeholders and the whole DW/BI development team. BEAM✲ provides tools and techniques that will encourage DW/BI designers and developers to move away from their keyboards and entity relationship based tools and model interactively with their colleagues. The result is everyone thinks dimensionally from the outset! Developers understand how to efficiently implement dimensional modeling solutions. Business stakeholders feel ownership of the data warehouse they have created, and can already imagine how they will use it to answer their business questions. Within this book, you will learn: ✲ Agile dimensional modeling using Business Event Analysis & Modeling (BEAM✲) ✲ Modelstorming: data modeling that is quicker, more inclusive, more productive, and frankly more fun! ✲ Telling dimensional data stories using the 7Ws (who, what, when, where, how many, why and how) ✲ Modeling by example not abstraction; using data story themes, not crow's feet, to describe detail ✲ Storyboarding the data warehouse to discover conformed dimensions and plan iterative development ✲ Visual modeling: sketching timelines, charts and grids to model complex process measurement - simply ✲ Agile design documentation: enhancing star schemas with BEAM✲ dimensional shorthand notation ✲ Solving difficult DW/BI performance and usability problems with proven dimensional design patterns Lawrence Corr is a data warehouse designer and educator. As Principal of DecisionOne Consulting, he helps clients to review and simplify their data warehouse designs, and advises vendors on visual data modeling techniques. He regularly teaches agile dimensional modeling courses worldwide and has taught dimensional DW/BI skills to thousands of students. Jim Stagnitto is a data warehouse and master data management architect specializing in the healthcare, financial services, and information service industries. He is the founder of the data warehousing and data mining consulting firm Llumino.

The Modern Web: Multi-Device Web Development with HTML5, CSS3, and JavaScript


Peter Gasston - 2013
    When users can browse the Web on a three-inch phone screen as easily as on a fifty-inch HDTV, what's a developer to do?Peter Gasston's The Modern Web will guide you through the latest and most important tools of device-agnostic web development, including HTML5, CSS3, and JavaScript. His plain-English explanations and practical examples emphasize the techniques, principles, and practices that you'll need to easily transcend individual browser quirks and stay relevant as these technologies are updated.Learn how to:Plan your content so that it displays fluidly across multiple devices Design websites to interact with devices using the most up-to-date APIs, including Geolocation, Orientation, and Web Storage Incorporate cross-platform audio and video without using troublesome plug-ins Make images and graphics scalable on high-resolution devices with SVG Use powerful HTML5 elements to design better formsTurn outdated websites into flexible, user-friendly ones that take full advantage of the unique capabilities of any device or browser. With the help of The Modern Web, you'll be ready to navigate the front lines of device-independent development.

Jumping into C++


Alex Allain - 2013
    As a professional C++ developer and former Harvard teaching fellow, I know what you need to know to be a great C++ programmer, and I know how to teach it, one step at a time. I know where people struggle, and why, and how to make it clear. I cover every step of the programming process, including:Getting the tools you need to program and how to use them*Basic language feature like variables, loops and functions*How to go from an idea to code*A clear, understandable explanation of pointers*Strings, file IO, arrays, references*Classes and advanced class design*C++-specific programming patterns*Object oriented programming*Data structures and the standard template library (STL)Key concepts are reinforced with quizzes and over 75 practice problems.

Everyday Rails Testing with RSpec


Aaron Sumner
    A practical approach to test-driven development for Ruby on Rails using RSpec and related tools.

Windows Powershell in Action


Bruce Payette - 2007
    In the tradition of Manning's ground breaking "In Action" series, this book comes from right from the source. Written by Bruce Payette, one of principal creators of PowerShell, Windows PowerShell in Action shows you how to build scripts and utilities to automate system tasks or create powerful system management tools to handle the day-to-day tasks that drive a Windows administrator's life. Because it's based on the .NET platform, PowerShell is also a powerful tool for developers and power users.Windows PowerShell in Action was written by Bruce Payette, one of the founding members of the Windows PowerShell team, co-designer of the PowerShell language and the principal author of the PowerShell language implementation. The book enables you to get the most out of the PowerShell environment. Using many examples, both small and large, this book illustrates the features of the language and environment and shows how to compose those features into solutions, quickly and effectively.This book is designed for anyone who wants to learn PowerShell and use it well. Rather than simply being a book of recipes to read and apply, this book gives you the deep knowledge about how PowerShell works and how to apply it.

Exploring CQRS and Event Sourcing


Dominic Betts - 2012
    It presents a learning journey, not definitive guidance. It describes the experiences of a development team with no prior CQRS proficiency in building, deploying (to Windows Azure), and maintaining a sample real-world, complex, enterprise system to showcase various CQRS and ES concepts, challenges, and techniques.The development team did not work in isolation; we actively sought input from industry experts and from a wide group of advisors to ensure that the guidance is both detailed and practical.The CQRS pattern and event sourcing are not mere simplistic solutions to the problems associated with large-scale, distributed systems. By providing you with both a working application and written guidance, we expect you’ll be well prepared to embark on your own CQRS journey.

A Whirlwind Tour of Python


Jake Vanderplas - 2016
    This report provides a brief yet comprehensive introduction to Python for engineers, researchers, and data scientists who are already familiar with another programming language.Author Jake VanderPlas, an interdisciplinary research director at the University of Washington, explains Python’s essential syntax and semantics, built-in data types and structures, function definitions, control flow statements, and more, using Python 3 syntax.You’ll explore:- Python syntax basics and running Python codeBasic semantics of Python variables, objects, and operators- Built-in simple types and data structures- Control flow statements for executing code blocks conditionally- Methods for creating and using reusable functionsIterators, list comprehensions, and generators- String manipulation and regular expressions- Python’s standard library and third-party modules- Python’s core data science tools- Recommended resources to help you learn more

The LogStash Book


James Turnbull - 2013
    We're going to do that by introducing you to Example.com, where you're going to start a new job as one of its SysAdmins. The first project you'll be in charge of is developing its new log management solution. We'll teach you how to:* Install and deploy LogStash.* Ship events from a LogStash Shipper to a central LogStash server.* Filter incoming events using a variety of techniques.* Output those events to a selection of useful destinations.* Use LogStash's Web interface and alternative interfaces like Kibana.* Scale out your LogStash implementation as your environment grows.* Quickly and easily extend LogStash to deliver additional functionality you might need.By the end of the book you should have a functional and effective log management solution that you can deploy into your own environment.

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.

PHP Pocket Reference


Rasmus Lerdorf - 2000
    The quick reference section organizes all the core functions of PHP alphabetically so you can find what you need easily; the slim size means you can keep it handy beside your keyboard for those times when you want to look up a function quickly without closing what you're doing.This valuable little book provides an authoritative overview of PHP packed into a pocket-sized guide that's easy to take anywhere. It is also the ideal companion for O'Reilly's comprehensive book on PHP, Programming PHP.The PHP Pocket Reference an indispensable (and inexpensive) tool for any serious PHP coder.

The Coffee Lover's Diet: Change Your Coffee, Change Your Life


Bob Arnot - 2017
    Extend your life. Enhance your health. Discover the power of Polyphenols. Drop those extra pounds.Dr. Bob Arnot, the bestselling author of The Aztec Diet, shows you how to use the power of America’s favorite drink—coffee—to achieve improved health, longevity, mental clarity and weight loss in this unique, groundbreaking wellness guide.For years, we’ve been told that coffee was bad for our health. But new research reveals that, consumed properly, coffee can be the healthiest, tastiest part of your day. It can sharpen your focus, jumpstart your workout, help you lose weight, and even help fend off disease, from diabetes and liver disease to heart disease and Parkinson’s.In this revolutionary handbook, Dr. Bob Arnot explains how coffee became a staple of the human diet, and reveals why having a cup is the best thing you can do each day. He also teaches you how to find the best beans from around the world and how to create the best brew and food pairings. The Coffee Lover’s Diet includes a full diet plan with corresponding recipes to ensure you get the full benefits of this miracle bean—in the right amounts and in a variety of ways—as well as tips for putting all of this invaluable information and advice to work to help you shed pounds, gain energy, and make the healthiest choices every day.

Advanced Computer Architecture: Parallelism, Scalability, Programmability


Kai Hwang - 1992
    It deals with advanced computer architecture and parallel processing systems and techniques, providing an integrated study of computer hardware and software systems, and the material is suitable for use on courses found in computer science, computer engineering, or electrical engineering departments.

Core Java: An Integrated Approach


R. Nageswara Rao - 2008
    Considering just how java is dominating the software industry these days, it is vital for all software and it professionals to be knowledgeable in it. This book is ideal even for new learners as it provides detailed descriptions even of the basic concepts of java, in a very simple and easily understandable way. The best part about using this book is that once you have gone through it, you are sure to be able to write basic java programs on your own. Another highlight of this book is that instead of being vague, it provides you with a detailed explanation of all the concepts that concern this topic. Core java: an integrated approach includes many examples that are helpful as they help students get rid of the fears that they have, concerning programming. Students are also provided with an exhaustive list of questions concerning the topic, which are frequently asked in interviews. This is beneficial for students as they appear for interviews in the future. The first edition of the core java: an integrated approach has been published by dreamtech press in the year 2008 and is available in paperback.key features: this book includes 32 chapters that focus on various java-related topics. Students are provided with an exhaustive list of questions that often feature in interviews for programming jobs.

Almost a Billionaire Box Set 1-3


Bridget E. Baker - 2019
    That resolve destroyed Mary's last relationship, but she doubles down on what she does best: taxes and charity work. Since Mary inexplicably enjoys interpreting the inner workings of the tax code, she’s content with her life. Mary doesn’t need a boyfriend. Which is why, when a strikingly handsome electrician doggedly pursues her, she refuses to go out with him. But Luke doesn’t give up easily, and Mary surprises herself by agreeing to a first date. He puts a snap and crackle in her step that she's never had before. Mary giggles over texts like a teenager and counts the minutes until she gets to see him next. Until an issue with her charity sends Mary to the front door of a travel-trailer... and hunky Luke answers her knock. Mary's excitement fizzles when Luke’s adorable children peek out from behind his legs. Luke's a widower, and Mary won’t go out with him now that she knows. After all, with her family tree, she has no hope of being a decent mother. And Amy and Chase deserve the best. Only, Luke won’t let her walk away. He’s only working in Atlanta for a few more weeks, and he wants to spend them all with her. Can Mary find the faith in herself to enjoy the time they have? Or will her wounded heart send her running too soon? Book Two: Finding Cupid There are two things event planner Geo Polson will not do. She won't plan weddings, and she will not date. No exceptions. Billionaire venture capitalist Trig Thornton doesn't live by hard and fast rules. After all, you don't finish first by staying in your lane. But when his best friend forces him to help plan a bachelor party, he doesn't expect to be smitten by the feisty wedding planner. Geo's already broken one cardinal rule at the behest of her bestie. There's no way she's going to so much as bend another. But Trig isn't easily dissuaded, and he's made it his business to help Geo relax and have some fun. Will he heal Geo's wounded heart, or are her rules the only thing keeping her safe? AND! Book Three: Finding Spring Trudy’s life is a wreck. She has no job, no husband, no college degree, a sick son, and a stack of medical bills. Her family and friends keep trying to set her up, but Trudy turns them down flat. She’s got a foolproof plan this time around. She won't go out for so much as a latte until she graduates, finds steady work, and pays off all her debt. Mr. Perfect will have to wait, because Trudy has no time for nonsense. After weeks of looking, she finally lands a paying job. It’s only an interim assistant position, but it comes with medical insurance. Everything is going exactly according to plan. Until she meets her new boss. He’s hotter than an August day in Atlanta, and his expert flirting melts Trudy’s resolve. But can her boss really be Mr. Right if she meets him at the wrong time and in the wrong place?

Don't Break (The Reluctant Heart Book 1)


Jeannette Winters - 2020
     The Reluctant Heart Series Book 1: Don’t Break Book 2: Don’t Hesitate Book 3: Just Trust Book 4: Just Feel Book 5: Don’t Quit Book 6: Just Believe