Better Than Happy: Connecting with Divinity Through Conscious Thinking


Jody Moore - 2021
    

Professional ASP.NET MVC 3


Jon Galloway - 2011
    Book content includes:Getting started with MVC 3, including a rundown of the new project dialog, directory structure and an introduction to NuGet (PowerShell inside Visual Studio 2010)Controllers and Actions View and ViewModelsModels and Databases, including using NuGet to install Entity Framework Code FirstForms and HTML HelpersValidation and Data AnnotationsMembership, Authorization and SecurityAjaxRouting, including routing to Http HandlersNuGet, including using it from the Dialog 'and Package Console, creating a package, custom PowerShell actions and running from both a local repository and the WebDependency InjectionUnit testingExtending ASP.NET MVC with filters and Extensibility pointsWhat's new in MVC 3

Practical Vim: Edit Text at the Speed of Thought


Drew Neil - 2012
    It's available on almost every OS--if you master the techniques in this book, you'll never need another text editor. Practical Vim shows you 120 vim recipes so you can quickly learn the editor's core functionality and tackle your trickiest editing and writing tasks. Vim, like its classic ancestor vi, is a serious tool for programmers, web developers, and sysadmins. No other text editor comes close to Vim for speed and efficiency; it runs on almost every system imaginable and supports most coding and markup languages. Learn how to edit text the "Vim way:" complete a series of repetitive changes with The Dot Formula, using one keystroke to strike the target, followed by one keystroke to execute the change. Automate complex tasks by recording your keystrokes as a macro. Run the same command on a selection of lines, or a set of files. Discover the "very magic" switch, which makes Vim's regular expression syntax more like Perl's. Build complex patterns by iterating on your search history. Search inside multiple files, then run Vim's substitute command on the result set for a project-wide search and replace. All without installing a single plugin! You'll learn how to navigate text documents as fast as the eye moves--with only a few keystrokes. Jump from a method call to its definition with a single command. Use Vim's jumplist, so that you can always follow the breadcrumb trail back to the file you were working on before. Discover a multilingual spell-checker that does what it's told.Practical Vim will show you new ways to work with Vim more efficiently, whether you're a beginner or an intermediate Vim user. All this, without having to touch the mouse.What You Need: Vim version 7

Shape Up: Stop Running in Circles and Ship Work that Matters


Ryan Singer - 2019
    "This book is a guide to how we do product development at Basecamp. It’s also a toolbox full of techniques that you can apply in your own way to your own process.Whether you’re a founder, CTO, product manager, designer, or developer, you’re probably here because of some common challenges that all software companies have to face."

Mastering Minimalism: Eight Steps To A Life Of Less Stuff And More Freedom


Emily Josephine - 2017
    This book will help make the journey of learning how to be a minimalist much less difficult – even enjoyable – for you. Wannabe minimalists often have not only hundreds, if not thousands, of material goods to declutter, but also a plethora of mainstream mindsets that make navigating their way toward voluntary simplicity a rough and rocky path. I wrote this book to ease that navigation process for newbies. I also wrote it to help intermediate Minimalists who want to dive deeper into the journey, to overcome the obstacles that are holding them back. The steps and tips are those that my husband and I used to begin the journey toward Minimalism, and the ones we continue to use to remain on the path. The book begins by briefly addressing what Minimalism truly is (as opposed to what religious minimalist gurus have made many people think it is). It continues by explaining the benefits of becoming a minimalist. The rest of the book, the bulk of it, describes the steps you need to take in order to master Minimalism; that is, to overcome the insidious materialistic mindset of the modern age and to integrate the philosophy into your soul so completely that it becomes as easy as breathing. The first step toward simple living is one you likely won’t hear about in any other book on the subject. Then, you will be asked to consider two major paradigm shifts that will completely change the way you look at material goods. The remaining steps are more practical and hands-on, enabling you to take instant action on your desire to join the minimalist movement. If you are looking at becoming a minimalist, or you have already begun moving toward it but need some encouragement to “fight the good fight,” read this book. It will help.

The Clean Coder: A Code of Conduct for Professional Programmers


Robert C. Martin - 2011
    They treat it as a craft. They are professionals. In The Clean Coder: A Code of Conduct for Professional Programmers, legendary software expert Robert C. Martin introduces the disciplines, techniques, tools, and practices of true software craftsmanship. This book is packed with practical advice-about everything from estimating and coding to refactoring and testing. It covers much more than technique: It is about attitude. Martin shows how to approach software development with honor, self-respect, and pride; work well and work clean; communicate and estimate faithfully; face difficult decisions with clarity and honesty; and understand that deep knowledge comes with a responsibility to act. Readers will learn What it means to behave as a true software craftsman How to deal with conflict, tight schedules, and unreasonable managers How to get into the flow of coding, and get past writer's block How to handle unrelenting pressure and avoid burnout How to combine enduring attitudes with new development paradigms How to manage your time, and avoid blind alleys, marshes, bogs, and swamps How to foster environments where programmers and teams can thrive When to say "No"-and how to say it When to say "Yes"-and what yes really means Great software is something to marvel at: powerful, elegant, functional, a pleasure to work with as both a developer and as a user. Great software isn't written by machines. It is written by professionals with an unshakable commitment to craftsmanship. The Clean Coder will help you become one of them-and earn the pride and fulfillment that they alone possess.

Self-Discipline: The Ultimate Guide to Self-Discipline like a US NAVY SEAL: Gain Incredible Self Confidence, Motivation, & True Discipline with Techniques used only by these Elite Warriors!


John Collins - 2015
    If I Don’t Mind it Doesn't Matter.” Over time, every great civilization has made acclamation to a great warrior tradition. Going back we remember the Spartans, Vikings, Knights, Samurai, and the Apache. Today's warrior is called the US NAVY SEAL and we have much to learn from them. No One Knows Self-Discipline like a SEAL! Self-Discipline: The Ultimate Guide to Self-Discipline like a US NAVY SEAL - Gain Incredible Self Confidence, Motivation, & True Discipline with Techniques used only by these Elite Warriors! will teach you: *How Self Awareness Opens the Doorway to Self-Discipline *Find Your Motivation for Self-Discipline *Mental Models - Change your Mind, Change your Life! *Goal Setting for Self-Discipline *Create New Habits and Behaviours *Self-Control Secrets *Develop a Life Transforming Morning Routine *Eat and Train Like an Elite Warrior US NAVY SEALs are not super humans or godlike in anyway. They are only men who were given an opportunity to take on a life changing challenge that would elevate them mentally and physically for the rest of their lives. In Basic SEAL Training they are given a choice every day to quit and end the hardship of training or to forge on and become unbeatable. Through self-discipline they have attained strength of will and a winner's mindset. Quitting is not an option. What could you do with an unwavering level of self-discipline?

Smashing Node.Js: JavaScript Everywhere


Guillermo Rauch - 2012
    With more traditional web servers becoming obsolete, having knowledge on servers that achieve high scalability and optimal resource consumption using Node.js is the key to your app development success. Teaching you the essentials to making event-driven server-side apps, this book demonstrates how you can use less space and take less time for communication between web client and server.Contains numerous hands-on examples Explains implementation of real-time apps including Socket.IO and HTML5, and WebSockets Addresses practical Node.js advantages from specific design choices Demonstrates why knowledge and use of JavaScript is beneficial Includes an interactive online component with sample chapters Explains components of stand out apps including brevity and benchmarks Looking to enhance your abilities even further? Smashing Node.js: JavaScript Everywhere makes developing server-side apps accessible with its focus on JavaScript, open source, and easy-to-use language.

Introducing Windows 10 for IT Professionals


Ed Bott - 2015
    This guide introduces new features and capabilities, providing a practical, high-level overview for IT professionals ready to begin deployment planning now. This book is a preview, a work in progress about a work in progress. It offers a snapshot of the Windows 10 Technical Preview as of April 2015, on the eve of the BUILD Developers’ Conference in San Francisco.

Becoming the 0.1%: Thirty-four lessons from the diary of a Royal Marines Commando Recruit


Gareth Timmins - 2021
    

Miracles Now: Inspirational Affirmations and Life-Changing Tools


Gabrielle Bernstein - 2015
    When in doubt, put your hand on the deck and say, ‘Thank you, divine guidance. I need a Miracle Now. Show me what you’ve got!’ Trust in the guidance you receive and let it inform your next right action.” —Gabrielle Bernstein

Success vs Joy


Geet Sethi - 2004
    These are personal experiences of Geet Sethi, a seven time world billiards champion. It's a book about his experiences sharing joy and what society views as success.It is both a philosophical journey outlining one man's self discovery and a road map highlighting themany emotional upheavals that exist off the path to a full, rewarding life. Of course, it's an inspirational book on Mind Control.

Getting Real: The Smarter, Faster, Easier Way to Build a Web Application


37 Signals - 2006
    At under 200 pages it's quick reading too. Makes a great airplane book.

Are You Smart Enough to Work at Google?


William Poundstone - 2012
    The blades start moving in 60 seconds. What do you do? If you want to work at Google, or any of America's best companies, you need to have an answer to this and other puzzling questions. Are You Smart Enough to Work at Google? guides readers through the surprising solutions to dozens of the most challenging interview questions. The book covers the importance of creative thinking, ways to get a leg up on the competition, what your Facebook page says about you, and much more. Are You Smart Enough to Work at Google? is a must-read for anyone who wants to succeed in today's job market.

The D Programming Language


Andrei Alexandrescu - 2010
    I'm sure you'll find the read rewarding." --From the Foreword by Scott Meyers D is a programming language built to help programmers address the challenges of modern software development. It does so by fostering modules interconnected through precise interfaces, a federation of tightly integrated programming paradigms, language-enforced thread isolation, modular type safety, an efficient memory model, and more. The D Programming Language is an authoritative and comprehensive introduction to D. Reflecting the author's signature style, the writing is casual and conversational, but never at the expense of focus and pre-cision. It covers all aspects of the language (such as expressions, statements, types, functions, contracts, and modules), but it is much more than an enumeration of features. Inside the book you will find In-depth explanations, with idiomatic examples, for all language features How feature groups support major programming paradigms Rationale and best-use advice for each major feature Discussion of cross-cutting issues, such as error handling, contract programming, and concurrency Tables, figures, and "cheat sheets" that serve as a handy quick reference for day-to-day problem solving with D Written for the working programmer, The D Programming Language not only introduces the D language--it presents a compendium of good practices and idioms to help both your coding with D and your coding in general.