Book picks similar to
Decoding HTML5 by Jeffrey Way


non-fiction
programming
technology
developing

Working with UNIX Processes


Jesse Storimer - 2011
    Want to impress your coworkers and write the fastest, most efficient, stable code you ever have? Don't reinvent the wheel. Reuse decades of research into battle-tested, highly optimized, and proven techniques available on any Unix system.This book will teach you what you need to know so that you can write your own servers, debug your entire stack when things go awry, and understand how things are working under the hood.http://www.jstorimer.com/products/wor...

Laravel: Up and Running: A Framework for Building Modern PHP Apps


Matt Stauffer - 2016
    This rapid application development framework and its vast ecosystem of tools let you quickly build new sites and applications with clean, readable code. With this practical guide, Matt Stauffer--a leading teacher and developer in the Laravel community--provides the definitive introduction to one of today's most popular web frameworks.The book's high-level overview and concrete examples will help experienced PHP web developers get started with Laravel right away. By the time you reach the last page, you should feel comfortable writing an entire application in Laravel from scratch.Dive into several features of this framework, including:Blade, Laravel's powerful, custom templating toolTools for gathering, validating, normalizing, and filtering user-provided dataLaravel's Eloquent ORM for working with the application's databasesThe Illuminate request object, and its role in the application lifecyclePHPUnit, Mockery, and PHPSpec for testing your PHP codeLaravel's tools for writing JSON and RESTful APIsInterfaces for file system access, sessions, cookies, caches, and searchTools for implementing queues, jobs, events, and WebSocket event publishingLaravel's specialty packages: Scout, Passport, Cashier, Echo, Elixir, Valet, and Socialite

Agile Web Development with Rails: A Pragmatic Guide


Dave Thomas - 2005
    A full Rails application probably has less total code than the XML you'd need to configure the same application in other frameworks. With this book you'll learn how to use "ActiveRecord" to connect business objects and database tables. No more painful object-relational mapping. Just create your business objects and let Rails do the rest. You'll learn how to use the "Action Pack" framework to route incoming requests and render pages using easy-to-write templates and components. See how to exploit the Rails service frameworks to send emails, implement web services, and create dynamic, user-centric web-pages using built-in Javascript and Ajax support. There are extensive chapters on testing, deployment, and scaling. You'll see how easy it is to install Rails using your web server of choice (such as Apache or lighttpd) or using its own included web server. You'll be writing applications that work with your favorite database (MySQL, Oracle, Postgres, and more) in no time at all. You'll create a complete online store application in the extended tutorial section, so you'll see how a full Rails application is developed---iteratively and rapidly. Rails strives to honor the Pragmatic Programmer's "DRY Principle" by avoiding the extra work of configuration files and code annotations. You can develop in real-time: make a change, and watch it work immediately. Forget XML. Everything in Rails, from templates to control flow to business logic, is written in Ruby, the language of choice for programmers who like to get the job done well (and leave work ontime for a change). Rails is the framework of choice for the new generation of Web 2.0 developers. Agile Web Development with Rails is the book for that generation, written by Dave Thomas (Pragmatic Programmer and author of Programming Ruby) and David Heinemeier Hansson, who created Rails.

Beyond the Twelve-Factor App Exploring the DNA of Highly Scalable, Resilient Cloud Applications


Kevin Hoffman - 2016
    Cloud computing is rapidly transitioning from a niche technology embraced by startups and tech-forward companies to the foundation upon which enterprise systems build their future. In order to compete in today’s marketplace, organizations large and small are embracing cloud architectures and practices.

Flask Web Development: Developing Web Applications with Python


Miguel Grinberg - 2014
    With this hands-on book, you’ll learn Flask from the ground up by developing a complete social blogging application step-by-step. Author Miguel Grinberg walks you through the framework’s core functionality, and shows you how to extend applications with advanced web techniques such as database migration and web service communication.Rather than impose development guidelines as other frameworks do, Flask leaves the business of extensions up to you. If you have Python experience, this book shows you how to take advantage of that creative freedom.- Learn Flask’s basic application structure and write an example app- Work with must-have components—templates, databases, web forms, and email support- Use packages and modules to structure a large application that scales- Implement user authentication, roles, and profiles- Build a blogging feature by reusing templates, paginating item lists, and working with rich text- Use a Flask-based RESTful API to expose app functionality to smartphones, tablets, and other third-party clients- Learn how to run unit tests and enhance application performance- Explore options for deploying your web app to a production server

Build Your Own Website The Right Way Using HTML & CSS


Ian Lloyd - 2006
    This book introduces you to HTML and CSS as you follow along with the author, step-by-step, to build a fully functional web site from the ground up.However, unlike countless other "learn web design" books, this title concentrates on modern, best-practice techniques from the very beginning, which means you'll get it right the first time. The web sites you'll build will:Look good on a PC, Mac or Linux computer Render correctly whether your visitors are using Internet Explorer, Firefox, Opera, or Safari Use web standards so your sites will be fast loading and easy to maintain Be accessible to disabled users who use screenreaders to browse the Web By the end of the book, you'll be equipped with enough knowledge to set out on your first projects as a professional web developer, or you can simply use the knowledge you've gained to create attractive, functional, usable and accessible sites for personal use.

The Twelve-Factor App


Adam Wiggins - 2012
    The twelve-factor app is a methodology for building software-as-a-service apps that: - Use declarative formats for setup automation, to minimize time and cost for new developers joining the project; - Have a clean contract with the underlying operating system, offering maximum portability between execution environments; - Are suitable for deployment on modern cloud platforms, obviating the need for servers and systems administration; - Minimize divergence between development and production, enabling continuous deployment for maximum agility; - And can scale up without significant changes to tooling, architecture, or development practices.The twelve-factor methodology can be applied to apps written in any programming language, and which use any combination of backing services (database, queue, memory cache, etc).

Photography: Complete Guide to Taking Stunning, Beautiful Digital Pictures


Nicole Woods - 2015
     Publisher's Note: This expanded 3rd edition of Photography has FRESH NEW CONTENT to taking pictures even easier than before! These strategies and easy tips will transform your pictures. You'll be proud to show off your photographs to social media and friends and get non stop praise. Within this book's pages you will find the answers to these questions and more. Just some of the questions and topics covered include: Finding Your Way Around The Camera Improving Your Nature and Landscape Photos Improving Your Portrait Photography Why Depending On Software Edits May Be a Mistake Common Mistakes and How To Put Them Right This book breaks training down into easy-to-understand modules. It starts from the very beginning of photography, so you can get great results - even as a beginner!

Born Country: How Faith, Family, and Music Brought Me Home


Randy Owen - 2008
    Born Country is a great read!”—Dick Clark, former host of American Bandstand Born Country is an inspiring memoir of faith, family, and living the American dream from the lead singer/songwriter of Alabama, the biggest country music group of all time. A multiple Grammy, People’s Choice, and Country Music Association Award-winning superstar, Randy Owen tells about growing up poor in rural Alabama, the son of devout Christian sharecroppers, his rise to the top of the charts, his personal trials and the destructive temptations he avoided through his love and unassailable faith in God. Written with Allen Rucker, Randy Owen’s Born Country is both a fascinating look inside the Alabama phenomenon and a moving portrait of an extraordinary life enriched by traditional Christian values

Web Development with Node and Express: Leveraging the JavaScript Stack


Ethan Brown - 2014
    In this hands-on guide, author Ethan Brown teaches you the fundamentals through the development of a fictional application that exposes a public website and a RESTful API. You'll also learn web architecture best practices to help you build single-page, multi-page, and hybrid web apps with Express.Express strikes a balance between a robust framework and no framework at all, allowing you a free hand in your architecture choices. With this book, frontend and backend engineers familiar with JavaScript will discover new ways of looking at web development.Create webpage templating system for rendering dynamic dataDive into request and response objects, middleware, and URL routingSimulate a production environment for testing and developmentFocus on persistence with document databases, particularly MongoDBMake your resources available to other programs with RESTful APIsBuild secure apps with authentication, authorization, and HTTPSIntegrate with social media, geolocation, and other third-party servicesImplement a plan for launching and maintaining your appLearn critical debugging skillsThis book covers Express 4.0.

Dr. and Mrs. Guinea Pig Present the Only Guide You'll Ever Need to the Best Anti-Aging Treatments


Terry Dubrow - 2016
    There are treatments available that can halt, and in some cases, even reverse the aging process.But how do you know what treatments are best for you? Which of the hippest, hottest, and newest are fabulously effective and which are nothing more than new-age snake oil? Let us be your guides. Dr. and Mrs. Guinea Pig Present The Only Guide You'll Ever Need to the Best Anti-Aging Treatments will outline all the best techniques and treatments, from the so-new-you-haven t-heard-of-them-yet to the tried-and-true; from the perfectly legal to the are-you-trying-to-get-me-arrested; from the simple to the outrageous; and from the cheapest drugstore creams to the most complicated surgeries. We will provide you with the information and research you need to create your own, unique anti-aging plan to look and feel your best forever!"

Fat Funeral: The Scientific Approach to Long-Term Weight Loss


Daniel Dell'uomo - 2018
    But don’t blame yourself if you’ve struggled losing weight. There’s a lot of conflicting information and nonsense out there. Drawing on years of research, Fat Funeral answers critical questions, busts myths, and introduces The Five Golden Weight-Loss Habits—a system of simple, science-based habits that are proven, practical, and powerful enough to completely change your life.

OMG I Would Die Without Chocolate - How I Quit Sugar and Didn't Kill Anyone.


Ellen Parker - 2014
     There are loads of 'sugar free diet' books available right now, but precious few that give you a blow-by-blow account of what happens when you cut sugar from your diet. And believe me, LOTS happens! This is a personal story (cut through with some good information on going sugar free) about what happened to me, my body, my mood, my family when I started my sugar free diet. If you're considering taking the big step of cutting sugar from your diet and you want to know what you're in for, then this is the book for you. If you want detailed, scientific information on the nutritional benefits of a sugar free life, go look elsewhere. If you want a 12 step plan, go buy a different book. This is one woman's struggle with her sugar addiction and her waistline, and her determination to become healthier without going insane (from lack of chocolate.)

Explain the Cloud Like I'm 10


Todd Hoff - 2018
    And I mean all the time. Every day there’s a new cloud-based dating app; a new cloud-based gizmo for your house; a new cloud-based game; or a thousand other new things—all in the cloud.The cloud is everywhere! Everything is in the cloud! What does it mean! Let’s slow down. Take a deep breath. That’s good. Take another. Excellent. This book teaches you all about the cloud. I’ll let you in on a little secret: the cloud is not that hard to understand. It’s not. It’s just that nobody has taken the time to explain to you what the cloud is. They haven’t, have they?Deep down I think this is because they don’t understand the cloud either, but I do. I’ve been a programmer and writer for over 30 years. I’ve been in cloud computing since the very start, and I’m here to help you on your journey to understand the cloud. Consider me your tour guide. I’ll be with you every step of the way, but not in a creepy way.I take my time with this book. I go slow and easy, so you can build up an intuition about what the cloud really is, one idea at a time. When you finish reading, you’ll understand the cloud. When you hear someone say some new cool thing is in the cloud, you’ll understand exactly what they mean. That’s a promise. How do I deliver on that promise? I use lots and lots of pictures. I use lots and lots of examples. We’ll reveal the secret inner-workings of AWS, Netflix, Facebook Messenger, Amazon Kindle, Apple iCloud, Google Maps, Nest and cloud DVRs. You’ll learn by seeing and understanding; no matter if you're a complete beginner, someone who knows a little and wants to learn more, or a programmer looking to change their career to the cloud.The cloud is the future. You don't want to miss out on the future, do you? Read this book and we'll discover it together.I’m excited. This will be fun. Let’s get started!

Tainted Ladies: Female Outlaws, Renegade Women and Soiled Doves of the Wild West


Vickie Britton - 2012