Book picks similar to
Software Measurement Guidebook by Software Productivity Consortium


programming
code-complete-Курс-профессиональной
computers
tech

Growing Rails Applications in Practice


Henning Koch - 2014
    

The DIY Spud Fit Challenge: A how-to guide to tackling food addiction with the humble spud.


Andrew Taylor - 2016
    In this Spud Fit Challenge DIY guide, featuring twelve super simple (and cheap!) recipes and a variety of mindfulness techniques to help you reset your body and mind, he shows you the how's, what's and why's of his unusual regime - the tale of which went viral and captivated people across the globe. It's a scenario that will be depressingly familiar to all 'experienced dieters': towards the end of 2015, the former elite junior kayaker found himself more than 120 pounds (55kgs) overweight and feeling helpless, frustrated and in despair after yet another failed attempt at losing weight. With a lifetime of fad diets that only ever aimed to treat symptoms behind him, and armed only with the advice of 'the experts' whose discussion always began and ended with the message 'simply' to practise moderation, he had reached an impasse. Why couldn't he do moderation, like 'normal' people seemed to be able to? Sitting on the couch that day having reached his lowest point and not knowing the way out of the black hole that was swallowing his ability to enjoy life, he had that lightbulb moment: he was addicted to food. His mind raced - no other addict would ever be told to practise moderation, they would be told to quit their vice entirely. In that moment he realised that quitting food - or coming as close to it as possible - was the answer. Weeks of research told him that the humble potato, the food that has allowed vast populations to not only survive but to thrive over generations, was the perfect vehicle for his experiment: The Spud Fit Challenge was born! Good health is way more simple than we've been led to believe. There is a food that you can eat in abundance and that food provides you with all the nutrition your body needs to thrive for a long time. A good diet should not involve obsessing over every detail about what you put in your mouth - this does nothing to treat the underlying cause of your troubled relationship with food. This is the Spud Fit Challenge in a nutshell: let simplicity set you free. This guide will provide you with both the mental techniques that have helped Andrew to power through cravings without looking back as well as some ‘Spud Fit approved’ recipes to pique your interest - everything you need to successfully complete your own Spud Fit Challenge.

The Effective Hiring Manager


Mark Horstman - 2019
    The author's step-by-step approach makes the strategies easy to implement and help to ensure ongoing success.Hiring effectively is the single greatest long-term contribution to your organization. The only thing worse than having an open position is filling it with the wrong person. The Effective Hiring Manager offers a proven process for solving these problems and helping teams and organizations thrive.The fundamental principles of hiring and interviewing How to create criteria to hire by How to create excellent interview questions How to review resumes How to conduct phone screens How to structure an interview day How to conduct each interview How to capture interview results How to make an offer How to decline a candidate How to onboard candidates Written by Mark Horstman, co-founder of Manager Tools and an expert in training managers, The Effective Hiring Manager is an A to Z handbook to the successful hiring process. The book explores, in helpful detail, what it takes to hire the right person, for the right job, and the right team.

HTML 5 Black Book : Covers Css3, Javascript,XML, XHTML, Ajax, PHP And Jquery


Kogent Learning Solutions Inc - 2011
    It will help you to master various Web technologies, other than HTML5, including CSS3, JavaScript, XML, and AJAX. If you are a Web designer or developer, then this book is your introduction to new features and elements of HTML5, including audio and video media elements, the canvas element for drawing, and many others. In this book, you will learn how to use HTML5 and other Web technologies in the latest versions of modern browsers to develop Web applications.

Architecting for Scale: High Availability for Your Growing Applications


Lee Atchison - 2016
    As traffic volume and data demands increase, these applications become more complicated and brittle, exposing risks and compromising availability. This practical guide shows IT, devops, and system reliability managers how to prevent an application from becoming slow, inconsistent, or downright unavailable as it grows.Scaling isn't just about handling more users; it's also about managing risk and ensuring availability. Author Lee Atchison provides basic techniques for building applications that can handle huge quantities of traffic, data, and demand without affecting the quality your customers expect.In five parts, this book explores:Availability: learn techniques for building highly available applications, and for tracking and improving availability going forwardRisk management: identify, mitigate, and manage risks in your application, test your recovery/disaster plans, and build out systems that contain fewer risksServices and microservices: understand the value of services for building complicated applications that need to operate at higher scaleScaling applications: assign services to specific teams, label the criticalness of each service, and devise failure scenarios and recovery plansCloud services: understand the structure of cloud-based services, resource allocation, and service distribution

True to Form: How to Use Foundation Training for Sustained Pain Relief and Everyday Fitness


Eric Goodman - 2016
    Eric Goodman’s visionary approach to mindful movement corrects the complacent adaptations that lead to back and joint pain, and teaches us to harness the body’s natural movement patterns into daily activities to make us fit, healthy, and pain free.Our sedentary lifestyle has led to an epidemic of chronic pain. By adapting to posture and movement that have us out of balance—including sitting all day at a keyboard, tilting our heads forward to look at our phones—we consistently compromise our joints, give our organs less room to function, and weaken our muscles. How we hold and live in our bodies is fundamental to our overall health, and the good news is that we all hold the key to a healthier body.Dr. Goodman has spent years studying human physiology and movement. He has trained world-class athletes for better performance, and has healed people of all ages and occupations of lifelong debilitating pain. His theory of self-healing is now available to everyone. His practical program trains the posterior muscle chain—shoulders, back, butt, and legs—shifting the burden of support away from joints and putting it back where it belongs: into large muscle groups.Filled with helpful diagrams and sixty color photographs, True to Form shows readers how to successfully integrate these powerful movements into everyday life—from playing with the kids to washing dishes to long hours in the office—transforming ordinary physical actions into active and mindful movements that help to eliminate pain, up your game, or simply feel more energetic. True to Form shows you how to move better, breathe better, and get back to using your body the way nature intended.

AWS Lambda: A Guide to Serverless Microservices


Matthew Fuller - 2016
    Lambda enables users to develop code that executes in response to events - API calls, file uploads, schedules, etc - and upload it without worrying about managing traditional server metrics such as disk space, memory, or CPU usage. With its "per execution" cost model, Lambda can enable organizations to save hundreds or thousands of dollars on computing costs. With in-depth walkthroughs, large screenshots, and complete code samples, the reader is guided through the step-by-step process of creating new functions, responding to infrastructure events, developing API backends, executing code at specified intervals, and much more. Introduction to AWS Computing Evolution of the Computing Workload Lambda Background The Internals The Basics Functions Languages Resource Allocation Getting Set Up Hello World Uploading the Function Working with Events AWS Events Custom Events The Context Object Properties Methods Roles and Permissions Policies Trust Relationships Console Popups Cross Account Access Dependencies and Resources Node Modules OS Dependencies OS Resources OS Commands Logging Searching Logs Testing Your Function Lambda Console Tests Third-Party Testing Libraries Simulating Context Hello S3 Object The Bucket The Role The Code The Event The Trigger Testing When Lambda Isn’t the Answer Host Access Fine-Tuned Configuration Security Long-Running Tasks Where Lambda Excels AWS Event-Driven Tasks Scheduled Events (Cron) Offloading Heavy Processing API Endpoints Infrequently Used Services Real-World Use Cases S3 Image Processing Shutting Down Untagged Instances Triggering CodeDeploy with New S3 Uploads Processing Inbound Email Enforcing Security Policies Detecting Expiring Certificates Utilizing the AWS API Execution Environment The Code Pipeline Cold vs. Hot Execution What is Saved in Memory Scaling and Container Reuse From Development to Deployment Application Design Development Patterns Testing Deployment Monitoring Versioning and Aliasing Costs Short Executions Long-Running Processes High-Memory Applications Free Tier Calculating Pricing CloudFormation Reusable Template with Minimum Permissions Cross Account Access CloudWatch Alerts AWS API Gateway API Gateway Event Creating the Lambda Function Creating a New API, Resource, and Method Initial Configuration Mapping Templates Adding a Query String Using HTTP Request Information Within Lambda Deploying the API Additional Use Cases Lambda Competitors Iron.io StackHut WebTask.io Existing Cloud Providers The Future of Lambda More Resources Conclusion

economic development


Feliciano R Fajardo - 1985
    

Lifehacked: How One Family from the Slums Made Millions Selling Apps


Allen Wong - 2012
    He became a self-made millionaire before he was 25.But, life wasn't always this grand for him. He was the only person in his family earning an income. And, he came from an oppressed family that grew up in the slums. Regardless, the apps he published were downloaded by over 15 million people.His apps have been featured in many places, including Wired.com, NBC News, and CNN. Now he's sharing the story on how he did it, the crises he struggled with, and what his father taught him to be successful.App companies have paid him thousands of dollars for consultant work, and he has helped them increase their download numbers by over 1000%. One of those apps was downloaded by over 100,000 users in one day. And now he is revealing his marketing secrets for the first time in this book.Note: This book was written with non-technical people in mind. The book covers both life and entrepreneurial lessons, and not all of the book is about app development.

Modern Vim: Craft Your Development Environment with Vim 8 and Neovim


Drew Neil - 2018
    Integrate your editor with tools for building, testing, linting, indexing, and searching your codebase. Discover the future of Vim with Neovim: a fork of Vim that includes a built-in terminal emulator that will transform your workflow. Whether you choose to switch to Neovim or stick with Vim 8, you’ll be a better developer.A serious tool for programmers and web developers, no other text editor comes close to Vim for speed and efficiency. Make Vim the centerpiece of a Unix-based IDE as you discover new ways to work with Vim 8 and Neovim in more than 30 hands-on tips.Execute tasks asynchronously, allowing you to continue in Vim while linting, grepping, building a project, or running a test suite. Install plugins to be loaded on startup—or on-demand when you need them—with Vim 8’s new package support. Save and restore sessions, enabling you to quit Vim and restart again while preserving your window layout and undo history. Use Neovim as a drop-in replacement for Vim—it supports all of the features Vim 8 offers and more, including an integrated terminal that lets you quickly perform interactive commands. And if you enjoy using tmux and Vim together, you’ll love Neovim’s terminal emulator, which lets you run an interactive shell in a buffer. The terminal buffers fit naturally with Vim’s split windows, and you can use Normal mode commands to scroll, search, copy, and paste. On top of all that: Neovim’s terminal buffers are scriptable.With Vim at the core of your development environment, you’ll become a faster and more efficient developer.

Rebekah - Girl Detective #1-8


P.J. Ryan - 2013
    Each short story is around 20-24 pages long. It includes the following books: *Mysterious Garden *Alien Invasion *Magellan Goes Missing *Ghost Hunting *Grown-Ups Out To Get Us?! *The Missing Gems *Swimming With Sharks?! *Magic Gone Wrong! Rebekah Daniels is just your ordinary spunky 9 year old girl living in the small town of Curtis Bay...EXCEPT she is determined NOT to be ordinary at all! Her small town is filled with mysteries and Rebekah is sure that she, along with her best friend Mouse, will be able to solve every last one of them.

Thinking in CSS


Aravind Shenoy - 2014
    Instead of wandering through loads of theory, we will understand CSS more practically so that we can design a webpage using CSS. We have used Notepad for the examples in this book. Alternatively, you can also use Notepad++ or any advanced editor. All that you need to do is copy the code and paste it into Notepad. Upon execution, you will get the output as depicted in the screenshots. Screenshots are provided for each sample code. Coding gets better with practice. The examples in this book are compatible with almost every browser. Instead of using the verbatim code, you can modify the code and see the change in the output, thereby understanding the subtle nuances of CSS. By the end of the book, with practice, you can achieve better things and get more acquainted with CSS.

Software Project Survival Guide


Steve McConnell - 1997
    It's for everyone with a stake in the outcome of a development project--and especially for those without formal software project management training. That includes top managers, executives, clients, investors, end-user representatives, project managers, and technical leads. Here you'll find guidance from the acclaimed author of the classics CODE COMPLETE and RAPID DEVELOPMENT. Steve McConnell draws on solid research and a career's worth of hard-won experience to map the surest path to your goal--what he calls "one specific approach to software development that works pretty well most of the time for most projects." Nineteen chapters in four sections cover the concepts and strategies you need for mastering the development process, including planning, design, management, quality assurance, testing, and archiving. For newcomers and seasoned project managers alike, SOFTWARE PROJECT SURVIVAL GUIDE draws on a vast store of techniques to create an elegantly simplified and reliable framework for project management success. So don't worry about wandering among complex sets of project management techniques that require years to sort out and master. SOFTWARE PROJECT SURVIVAL GUIDE goes straight to the heart of the matter to help your projects succeed. And that makes it a required addition to every professional's bookshelf.

Code Craft: The Practice of Writing Excellent Code


Pete Goodliffe - 2006
    But not all know how to craft great code - code that is well written and easy to understand. Code Craft teaches programmers how to move beyond writing correct code to writing great code. The book covers code writing concerns, including code presentation style, variable naming, error handling, and security; and the wider issues of programming in the real world, such as good teamwork, development processes, and documentation. Code Craft presents language-agnostic advice that is relevant to all developers, from an author with loads of practical experience. A Q&A section at the end of each chapter helps readers to review the material and makes the book suited for academic use as well.

How To Pay Off Your Mortgage In 5 Years: Slash your mortgage with a proven system the banks don't want you to know about


Natali Morris - 2017
    This step-by-step system only works with understanding and a disciplined plan. Clayton and Natali give you just that by breaking it all down for you in this book. They arm you with the knowledge and inspiration to free yourself from the dead weight of your mortgage so that you can enjoy your monthly income however the heck you want to! Clayton and Natali Morris met while working as TV news broadcasters. Clayton has been a news anchor for over 15 years and Natali has worked for CBS and NBC for most of her career. In 2010 they started a family and got serious about building legacy wealth for their three children, Miles, Ava, and Eve. They podcast, write, and speak around the world about personal finance and financial empowerment in order to help other families like theirs employ the skills they have learned along the way to attain true financial freedom.