Book picks similar to
Pro Css3 Animation by Dudley Storey
html-css
tech-books
techy
web-design
Two Scoops of Django: Best Practices for Django 1.5
Daniel Roy Greenfeld - 2013
We'll introduce you to various tips, tricks, patterns, code snippets, and techniques that we've picked up over the years.This book is great for:Beginners who have just finished the Django tutorial.Developers with intermediate knowledge of Django who want to improve their Django projects.
I'm Sorry… Love, Your Husband: Honest, Hilarious Stories From a Father of Three Who Made All the Mistakes (and Made up for Them)
Clint Edwards - 2018
He describes parenting as “a million different gears turning in a million different directions, all of them covered in sour milk.” In this inspiring and unconventional book of essays, he sheds light on the darker yet hilarious side of domestic life.Owning up to all his mishaps and dumbassery, Edwards shares essays on just about every topic fellow spouses and parents can appreciate, including: stupid things he’s said to his pregnant wife, the trauma of taking a toddler shopping, revelations on buying a minivan and the struggle to not fight the nosy neighbor (who is five years old).Clint’s funny, heartwarming account of the terrifying yet completely rewarding life of a parent is a breath of fresh air. Each essay in I’m Sorry...Love, Your Husband will have you thinking finally, someone gets it.
REST API Design Rulebook
Mark Masse - 2011
This concise book presents a set of API design rules, drawn primarily from best practices that stick close to the Web’s REST architectural style. Along with rules for URI design and HTTP use, you’ll learn guidelines for media types and representational forms.
REST APIs are ubiquitous, but few of them follow a consistent design methodology. Using these simple rules, you will design web service APIs that adhere to recognized web standards. To assist you, author Mark Massé introduces the Web Resource Modeling Language (WRML), a conceptual framework he created for the design and implementation of REST APIs.
Learn design rules for addressing resources with URIs
Apply design principles to HTTP’s request methods and response status codes
Work with guidelines for conveying metadata through HTTP headers and media types
Get design tips to address the needs of client programs, including the special needs of browser-based JavaScript clients
Understand why REST APIs should be designed and configured, not coded
Swinging '73: The Incredible Year Baseball Got the Designated Hitter, Wife-Swapping Pitchers, and Willie Mays Said Goodbye to America
Matthew Silverman - 2013
Stuck in a rut, baseball was dying. Then Steinbrenner bought the Yankees, a second-division club with wife-swapping pitchers, leaving the House That Ruth Built not with a slam but a simper. He vowed not to interfere—before soon changing his mind. Across town, Tom Seaver led the Mets’ stellar pitching line-up, and iconic outfielder Willie Mays was preparing to say goodbye. For months, the Mets, under Yogi Berra, couldn’t get it right. Meanwhile, the A’s were breaking a ban on facial hair while maverick owner Charlie Finley was fighting to keep them underpaid. But beneath the muttonchops and mayhem, lay another world. Elvis commanded a larger audience than the Apollo landings. A Dodge Dart cost $2,800, gas was a quarter per gallon. A fiscal crisis loomed; Vietnam had ended, the vice president resigned, and Watergate had taken over. It was one of the most exciting years in the game’s history, the first with the designated hitter and the last before arbitration and free agency. The two World Series opponents went head-to-head above the baby steps of a dynasty that soon dwarfed both league champions. It was a turbulent time for the country and the game, neither of which would ever be the same again.
Eloquent JavaScript: A Modern Introduction to Programming
Marijn Haverbeke - 2010
I loved the tutorial-style game-like program development. This book rekindled my earliest joys of programming. Plus, JavaScript!" —Brendan Eich, creator of JavaScriptJavaScript is the language of the Web, and it's at the heart of every modern website from the lowliest personal blog to the mighty Google Apps. Though it's simple for beginners to pick up and play with, JavaScript is not a toy—it's a flexible and complex language, capable of much more than the showy tricks most programmers use it for.Eloquent JavaScript goes beyond the cut-and-paste scripts of the recipe books and teaches you to write code that's elegant and effective. You'll start with the basics of programming, and learn to use variables, control structures, functions, and data structures. Then you'll dive into the real JavaScript artistry: higher-order functions, closures, and object-oriented programming.Along the way you'll learn to:Master basic programming techniques and best practices Harness the power of functional and object-oriented programming Use regular expressions to quickly parse and manipulate strings Gracefully deal with errors and browser incompatibilities Handle browser events and alter the DOM structure Most importantly, Eloquent JavaScript will teach you to express yourself in code with precision and beauty. After all, great programming is an art, not a science—so why settle for a killer app when you can create a masterpiece?
Programming Groovy
Venkat Subramaniam - 2008
But recently, the industry has turned to dynamic languages for increased productivity and speed to market.Groovy is one of a new breed of dynamic languages that run on the Java platform. You can use these new languages on the JVM and intermix them with your existing Java code. You can leverage your Java investments while benefiting from advanced features including true Closures, Meta Programming, the ability to create internal DSLs, and a higher level of abstraction.If you're an experienced Java developer, Programming Groovy will help you learn the necessary fundamentals of programming in Groovy. You'll see how to use Groovy to do advanced programming including using Meta Programming, Builders, Unit Testing with Mock objects, processing XML, working with Databases and creating your own Domain-Specific Languages (DSLs).
Responsive Design Workflow
Stephen Hay - 2013
Yesterday's web design deliverables fail to take into account the demands of responsive solutions. Design workflow hasn't really changed, but best practices have. This book shows you how to adapt to the new paradigm and create sites for today's web. Some of the strategies you'll learn include: how to better manage client expectations and development requirementsa practical approach for designing in the browserdocumentation methods that outperform static Photoshop compsa method for visualizing the points where responsive designs changeAfter absorbing the lessons in this book, you'll leave behind old-school workflows and start working in ways that are uniquely suited to today's multi-platform web.
JUnit in Action
Vincent Massol - 2003
Today, most developers acknowledge the benefits of unit testing and rely on the increasingly sophisticated tools now available. The recently released JUnit 4.5 represents the state of the art in unit testing frameworks, and provides significant new features to improve the Java development process.JUnit in Action, Second Edition is an up-to-date guide to unit testing Java applications (including Java EE applications) using the JUnit framework and its extensions. This book provides techniques for solving real-world problems such as testing AJAX applications, using mocks to achieve testing isolation, in-container testing for Java EE and database applications, and test automation.Written to help readers exploit JUnit 4.5, the book covers recent innovations such as the new annotations that simplify test writing, improved exception handling, and the new assertion methods. You'll also discover how to use JUnit extensions to test new application styles and frameworks including Ajax, OSGi, and HTML-based presentation layers.Using a sample-driven approach, various unit testing strategies are covered, such as how to unit test EJBs, database applications, and web applications. Also addressed are testing strategies using freely available open source frameworks and tools, and how to unit test in isolation with Mock Objects. The book will also bring you up to speed on the latest thinking in TDD, BDD, Continuous Integration, and other practices related to unit testing.
Rails Recipes
Chad Fowler - 2006
How do you use it effectively? How do you harness the power? And, most important, how do you get high quality, real-world applications written?From the latest Ajax effects to time-saving automation tips for your development process, "Rails Recipes" will show you how the experts have already solved the problems you have.Use generators to automate repetitive coding tasks.Create sophisticated role-based authentication schemes.Add live search and live preview to your site.Run tests when anyone checks code in.How to create tagged data the right way.and many, many more...Owning "Rails Recipes" is like having the best Rails programmers sitting next to you while you code.
The Best American Sports Writing 2018
Glenn Stout - 2018
Each year, the series editor and guest editor curate a truly exceptional collection. The only shared traits among all these diverse styles, voices, and stories are the extraordinarily high caliber of writing, and the pure passion they tap into that can only come from sports.
Mary's Mantle Consecration: A Spiritual Retreat for Heaven's Help
Christine Watkins - 2019
Murach's HTML5 and CSS3: Training and Reference
Zak Ruvalcaba - 2011
This title also teaches you how to use the HTML5 and CSS3 features alongside the earlier standards.
Crafting Rails Applications: Expert Practices for Everyday Rails Development
José Valim - 2011
You can now easily extend the framework, change its behavior, and replace whole components to bend it to your will, all without messy hacks. This pioneering book is the first resource that deep dives into the new Rails 3 APIs and shows you how use them to write better web applications and make your day-to-day work with Rails more productive. Rails Core developer Jose Valim guides you through seven different tutorials, each of them using test-driven development to build a new Rails extension or application that solves common problems with these new APIs. You will understand how the Rails rendering stack works and customize it to read templates from the database while you learn how to mimic Active Record behavior, like validations, in any other object. You will find out how to write faster, leaner controllers, and you'll learn how to mix Sinatra applications into your Rails apps, so you can choose the most appropriate tool for the job. In addition, you will improve your productivity by customizing generators and responders. This book will help you understand Rails 3's inner workings, including generators, template handlers, internationalization, routing, and responders. With the knowledge you'll gain, you'll be ready to tackle complicated projects more easily than ever before, creating solutions that are well-tested, modular, and easy to maintain.
Paramore
Ben Welch - 2009
Combining muscular guitars and driving rhythms with an irresistible pop sensibility, their blistering live show and endlessly dynamic front woman Hayley Williams has taken them from club shows in their hometown to sell-out arena dates across the world - and earned them a fiercely dedicated fan-base along the way. But with their success has come the pressure of growing up under the media's scrutiny. Small-town kids from Tennessee thrust into international stardom, they have had to negotiate their adolescence alongside the demands of a gruelling tour schedule and numerous line-up changes. This test of character brought them to the brink of collapse. And yet, from this adversity Paramore returned with their most confident, accomplished and deeply personal album to date - Brand New Eyes. This unauthorised book is the first to tell their story and details the early years forming the band, their explosive debut record, the strident, platinum-selling follow-up Riot! and their status in late 2009 as the 'next major rock act' in the world.