Book picks similar to
Android Application Development All-In-One for Dummies by Barry Burd
programming
android
computers
english
Don't Make Me Think, Revisited: A Common Sense Approach to Web Usability
Steve Krug - 2000
And it’s still short, profusely illustrated…and best of all–fun to read.If you’ve read it before, you’ll rediscover what made Don’t Make Me Think so essential to Web designers and developers around the world. If you’ve never read it, you’ll see why so many people have said it should be required reading for anyone working on Web sites.
Enterprise JavaBeans 3.0
Richard Monson-Haefel - 1999
In fact, EJB 3.0 is being hailed as the new standard of server-side business logic programming. And O'Reilly's award-winning book on EJB has been refreshed just in time to capitalize on the technology's latest rise in popularity.This fifth edition, written by Bill Burke and Richard Monson-Haefel, has been updated to capture the very latest need-to-know Java technologies in the same award-winning fashion that drove the success of the previous four strong-selling editions. Bill Burke, Chief Architect at JBoss, Inc., represents the company on the EJB 3.0 and Java EE 5 specification committees. Richard Monson-Haefel is one of the world's leading experts on Enterprise Java."Enterprise JavaBeans 3.0," 5th Edition is organized into two parts: the technical manuscript followed by the JBoss workbook. The technical manuscript explains what EJB is, how it works, and when to use it. The JBoss workbook provides step-by-step instructions for installing, configuring, and running the examples from the manuscript on the JBoss 4.0 Application Server.Although EJB makes application development much simpler, it's still a complex and ambitious technology that requires a great deal of time to study and master. But now, thanks to "Enterprise JavaBeans 3.0," 5th Edition, you can overcome the complexities of EJBs and learn from hundreds of practical examples that are largeenough to test key concepts but small enough to be taken apart and explained in the detail that you need. Now you can harness the complexity of EJB with just a single resource by your side.
PHP and MySQL for Dynamic Web Sites: Visual QuickPro Guide
Larry Ullman - 2003
This work provides instructions, scripts, and tips to guide readers for grounding with discussions of the scripting language (PHP) and then the database program (MySQL).
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."
Two Scoops of Django: Best Practices for Django 1.8
Daniel Roy Greenfeld - 2015
This book is chock-full of material that will help you with your Django projects.We’ll introduce you to various tips, tricks, patterns, code snippets, and techniques that we’ve picked up over the years.
Kubernetes: Up & Running
Kelsey Hightower - 2016
How's that possible? Google revealed the secret through a project called Kubernetes, an open source cluster orchestrator (based on its internal Borg system) that radically simplifies the task of building, deploying, and maintaining scalable distributed systems in the cloud. This practical guide shows you how Kubernetes and container technology can help you achieve new levels of velocity, agility, reliability, and efficiency.Authors Kelsey Hightower, Brendan Burns, and Joe Beda--who've worked on Kubernetes at Google--explain how this system fits into the lifecycle of a distributed application. You will learn how to use tools and APIs to automate scalable distributed systems, whether it is for online services, machine-learning applications, or a cluster of Raspberry Pi computers.Explore the distributed system challenges that Kubernetes addressesDive into containerized application development, using containers such as DockerCreate and run containers on Kubernetes, using Docker's Image format and container runtimeExplore specialized objects essential for running applications in productionReliably roll out new software versions without downtime or errorsGet examples of how to develop and deploy real-world applications in Kubernetes
Learning PHP, MySQL, and JavaScript: A Step-By-Step Guide to Creating Dynamic Websites
Robin Nixon - 2009
You'll learn how to create responsive, data-driven websites with PHP, MySQL, and JavaScript, regardless of whether you already know how to program. Discover how the powerful combination of PHP and MySQL provides an easy way to build modern websites complete with dynamic data and user interaction. You'll also learn how to add JavaScript to create rich Internet applications and websites.Learning PHP, MySQL, and JavaScript explains each technology separately, shows you how to combine them, and introduces valuable web programming concepts, including objects, XHTML, cookies, and session management. You'll practice what you've learned with review questions in each chapter, and find a sample social networking platform built with the elements introduced in this book. This book will help you:-Understand PHP essentials and the basics of object-oriented programming-Master MySQL, from database structure to complex queries-Create web pages with PHP and MySQL by integrating forms and other HTML features-Learn about JavaScript, from functions and event handling to accessing the Document Object Model-Use libraries and packages, including the Smarty web template system, PEAR program repository, and the Yahoo! User Interface Library -Make Ajax calls and turn your website into a highly dynamic environment-Upload and manipulate files and images, validate user input, and secure your applications
Python Tricks: A Buffet of Awesome Python Features
Dan Bader - 2017
Discover the “hidden gold” in Python’s standard library and start writing clean and Pythonic code today.
Who Should Read This Book:
If you’re wondering which lesser known parts in Python you should know about, you’ll get a roadmap with this book. Discover cool (yet practical!) Python tricks and blow your coworkers’ minds in your next code review.
If you’ve got experience with legacy versions of Python, the book will get you up to speed with modern patterns and features introduced in Python 3 and backported to Python 2.
If you’ve worked with other programming languages and you want to get up to speed with Python, you’ll pick up the idioms and practical tips you need to become a confident and effective Pythonista.
If you want to make Python your own and learn how to write clean and Pythonic code, you’ll discover best practices and little-known tricks to round out your knowledge.
What Python Developers Say About The Book:
"I kept thinking that I wished I had access to a book like this when I started learning Python many years ago." — Mariatta Wijaya, Python Core Developer"This book makes you write better Python code!" — Bob Belderbos, Software Developer at Oracle"Far from being just a shallow collection of snippets, this book will leave the attentive reader with a deeper understanding of the inner workings of Python as well as an appreciation for its beauty." — Ben Felder, Pythonista"It's like having a seasoned tutor explaining, well, tricks!" — Daniel Meyer, Sr. Desktop Administrator at Tesla Inc.
Computer Science Distilled: Learn the Art of Solving Computational Problems
Wladston Ferreira Filho - 2017
Designed for readers who don't need the academic formality, it's a fast and easy computer science guide. It teaches essential concepts for people who want to program computers effectively. First, it introduces discrete mathematics, then it exposes the most common algorithms and data structures. It also shows the principles that make computers and programming languages work.
Build Awesome Command-Line Applications in Ruby 2: Control Your Computer, Simplify Your Life
David B. Copeland - 2012
With its simple commands, flags, and parameters, a well-formed command-line application is the quickest way to automate a backup, a build, or a deployment and simplify your life. With this book, you'll learn specific ways to write command-line applications that are easy to use, deploy, and maintain, using a set of clear best practices and the Ruby programming language. This book is designed to make any programmer or system administrator more productive in their job. Now updated for Ruby 2.Writing a command-line application that's self-documenting, robust, adaptable and forever useful is easier than you might think. Ruby is particularly suited to this task, because it combines high-level abstractions with "close to the metal" system interaction wrapped up in a concise, readable syntax. Plus, Ruby has the support of a rich ecosystem of open source tools and libraries.Ten insightful chapters each explain and demonstrate a command-line best practice. You'll see how to use these tools to elevate the lowliest automation script to a maintainable, polished application. You'll learn how to use free, open source parsers to create user-friendly command-line interfaces as well as command suites. You'll see how to use defaults to keep options simple for everyday users, while giving advanced users options for more complex tasks. There's no reason why a command-line application should lack documentation, whether it's part of a help command or a man page; you'll find out when and how to use both. Your journey from command-line novice to pro ends with a look at valuable approaches to testing your apps, and includes some fun techniques for outside-the-box, colorful interfaces that will delight your users.With Ruby, the command line is not dead. Long live the command line.
A Short History of the World
H.G. Wells - 1922
Along the way, Wells considers such diverse subjects as the Neolithic era, the rise of Judaism, the Golden Age of Athens, the life of Christ, the rise of Islam, the discovery of America and the Industrial Revolution. Breathtaking in its scope and passionate in its intensity, this history remains one of the most readable of its kind.
The Gospel of the Flying Spaghetti Monster
Bobby Henderson - 2006
According to church founder Bobby Henderson, the universe and all life within it were created by a mystical and divine being: the Flying Spaghetti Monster. What drives the FSM's devout followers, a.k.a. Pastafarians? Some say it's the assuring touch from the FSM's "noodly appendage." Then there are those who love the worship service, which is conducted in pirate talk and attended by congregants in dashing buccaneer garb. Still others are drawn to the Church's flimsy moral standards, religious holidays every Friday, or the fact that Pastafarian heaven is way cooler: Does your heaven have a Stripper Factory and a Beer Volcano? Intelligent Design has finally met its match—and it has nothing to do with apes or the Olive Garden of Eden.Within these pages, Bobby Henderson outlines the true facts—dispelling such malicious myths as evolution ("only a theory"), science ("only a lot of theories"), and whether we're really descended from apes (fact: Humans share 95 percent of their DNA with chimpanzees, but they share 99.9 percent with pirates!)See what impressively credentialed top scientists have to say:"If Intelligent Design is taught in schools, equal time should be given to the FSM theory and the non-FSM theory."—Professor Douglas Shaw, Ph.D."Do not be hypocritical. Allow equal time for other alternative 'theories' like FSMism, which is by far the tastier choice."—J. Simon, Ph.D."In my scientific opinion, when comparing the two theories, FSM theory seems to be more valid than classic ID theory."—Afshin Beheshti, Ph.D.
The Easy Way To Clean: How to clean your house using a three times faster method
Ian Stables - 2012
then this new 30 page 'to the point' book by Amazon best-selling author Ian Stables will show you how. It makes house cleaning, without scrubbing, possible.Unlike most books about house cleaning tips, this one isn't just filled with lots of similar.This is based on a method first developed years ago whilst working in a small hotel belonging to the author's, now late, father. With guests coming and going, cleaning had to be done quickly. His father used to be amazed how his son was able to clean a room, top to bottom, in just 5 minutes. It was because he had a method.The method is the result of developing a common sense way of cleaning.Cleaning your home is a lot faster and easier if you have a method that works. That's what this is. It gives you a simple method of cleaning your house in a much more efficient way. It makes cleaning and organizing rooms like your kitchen, bathroom, bedrooms and living room very easy.It also gives you a simple 15 minute system that will effectively de-clutter and organize your home. This system is easy and gives permanent rather than temporary results.The Easy Way To Clean: How to clean your house using a three times faster methodYou'll be able to...Know what you're doing and do it a lot fasterYou'll find out why having a plan makes it so much faster and easier. You get to know what this simple plan is.Tidy up a room in minutesUsing a simple step-by-step method you can easily tidy a room in just minutes.Clean rooms three times faster without scrubbingThis uses common sense and a simple plan. It makes everything easy and gets rid of the need for scrubbing. Unless absolutely necessary.Dust an entire room in just minutesForget spraying, polishing and buffing. You may not realize it, but traditional polishing can spoil the look of your furniture over time.Vacuum with minimum effortVacuuming often results in aches and pains and can take a lot of effort. Not any more. This method removes all that effort and makes it almost effortless.Clean glass without streaks in minutesThis doesn't involve vinegar or any traditional cleaning products. My ex-girlfriend used to always get me to do her glass because of the results I got. This method cleans glass in just minutes. No streaks.How to clean the entire house in one goA plan that cleans the entire house in one go using the methods you learn.Organize and de-clutter your home in just 15 minutes a dayForget about trying to spend a whole day organizing a room or the shed. That doesn't work. It only gives temporary results and takes a lot of hard work. Instead, follow a simple 15 minute daily plan.Sort and organize any area fastEasily sort and organize anything including cupboards, drawers, wardrobes, etc.Always keep things tidyThis simple method will allow you to keep in control. I used to have the kitchen looking like nothing had happened. The only things visible was the pans on the cooker cooking Sunday dinner.Start making it easy on yourself and learn this method today.
Learn Windows PowerShell 3 in a Month of Lunches
Don Jones - 2011
Just set aside one hour a day—lunchtime would be perfect—for a month, and you'll be automating Windows tasks faster than you ever thought possible. You'll start with the basics—what is PowerShell and what can you do with it. Then, you'll move systematically through the techniques and features you'll use to make your job easier and your day shorter. This totally revised second edition covers new PowerShell 3 features designed for Windows 8 and Windows Server 2012.Purchase of the print book comes with an offer of a free PDF, ePub, and Kindle eBook from Manning. Also available is all code from the book.What's InsideLearn PowerShell from the beginning—no experience required! Covers PowerShell 3, Windows 8, and Windows Server 2012 Each lesson should take you one hour or lessAbout the TechnologyPowerShell is both a language and an administrative shell with which you can control and automate nearly every aspect of Windows. It accepts and executes commands immediately, and you can write scripts to manage most Windows servers like Exchange, IIS, and SharePoint.Experience with Windows administration is helpful. No programming experience is assumed.Table of ContentsBefore you begin Meet PowerShell Using the help system Running commands Working with providers The pipeline: connecting commands Adding commands Objects: data by another name The pipeline, deeper Formatting—and why it's done on the right Filtering and comparisons A practical interlude Remote control: one to one, and one to many Using Windows Management Instrumentation Multitasking with background jobs Working with many objects, one at a time Security alert! Variables: a place to store your stuff Input and output Sessions: remote control with less work You call this scripting? Improving your parameterized script Advanced remoting configuration Using regular expressions to parse text files Additional random tips, tricks, and techniques Using someone else's script Never the end PowerShell cheat sheet
