Book picks similar to
Software Engineering Classics: Software Project Survival Guide/ Debugging the Development Process/ Dynamics of Software Development by Steve Maguire
programming
scanned
computers
may-or-may-not-read
Advanced Apex Programming for Salesforce.com and Force.com
Dan Appleman - 2012
Intended for developers who are already familiar with the Apex language, and experienced Java and C# developers who are moving to Apex, this book starts where the Force.com documentation leaves off. Instead of trying to cover all of the features of the platform, Advanced Apex programming focuses entirely on the Apex language and core design patterns. You’ll learn how to truly think in Apex – to embrace limits and bulk patterns. You’ll see how to develop architectures for efficient and reliable trigger handling, and for asynchronous operations. You’ll discover that best practices differ radically depending on whether you are building software for a specific organization or for a managed package. And you’ll find approaches for incorporating testing and diagnostic code that can dramatically improve the reliability and deployment of Apex software, and reduce your lifecycle and support costs. Based on his experience both as a consultant and as architect of a major AppExchange package, Dan Appleman focuses on the real-world problems and issues that are faced by Apex developers every day, along with the obscure problems and surprises that can sneak up on you if you are unprepared.
Microsoft Windows Internals: Microsoft Windows Server(TM) 2003, Windows XP, and Windows 2000 (Pro-Developer)
Mark E. Russinovich - 2004
This classic guidefully updated for Windows Server 2003, Windows XP, and Windows 2000, including 64-bit extensionsdescribes the architecture and internals of the Windows operating system. You’ll find hands-on experiments you can use to experience Windows internal behavior firsthand, along with advanced troubleshooting information to help you keep your systems running smoothly and efficiently. Whether you’re a developer or a system administrator, you’ll find critical architectural insights that you can quickly apply for better design, debugging, performance, and support.Get in-depth, inside knowledge of the Windows operating system: Understand the key mechanisms that configure and control Windows, including dispatching, startup and shutdown, and the registry Explore the Windows security model, including access, privileges, and auditing Investigate internal system architecture using the kernel debugger and other tools Examine the data structures and algorithms that deal with processes, threads, and jobs Observe how Windows manages virtual and physical memory Understand the operation and format of NTFS, and troubleshoot file system access problems View the Windows networking stack from top to bottom, including mapping, APIs, name resolution, and protocol drivers Troubleshoot boot problems and perform crash analysis
15 Handpicked Unique Suppliers for Handmade Businesses 2015 - 2016
Renae Christine - 2015
I'll show you where to find the best materials from the best suppliers to fuel your Etsy selling success.After getting more than 1 million views on YouTube with over 100,000 follow up questions answered for handmade businesses since 2012, Renae Christine has learned that 90% of handmade businesses fail within the first 5 years due to lack of proper suppliers or the know-how to find those suppliers of the best materials.Read this resource guide to learn:Why every Etsy seller and handmade business owner needs a supplier.Why you should avoid your local craft store's clearance section like the plague.Common mistakes that you could be making.How much money you need to place an initial order, which might surprise you.Where to find tens of thousands of proper material suppliers.The questions to ask before taking on a supplier and placing an order so you don't waste your money.15 of Renae Christine's favorite suppliers from a convention she scoured just for handmade businesses.Additional bonus suppliers listed from different handmade industries.Is this resource guide for you?You need this guide if you:You're in the 'Etsy business for beginners' phase of businessYou feel like your business or Etsy shop just can't get off the ground and you don't know whyYou want to learn how to sell on Etsy through proper strategies and avoid making mistakesRenae Christine has been featured in Yahoo Finance, ABC, CBS, Reuters, Bloomberg Business Week and in thousands of other publications worldwide. She is the worldwide known business coach for everything handmade. Renae is even more rare because she built a six-figure stationery business herself.
The Big Book of Stock Trading Strategies
Matthew R. Kratter - 2017
Then use it to make money for the rest of your life. Ready to get started trading stocks, but don't know where to begin? In this book, I have collected the most popular trading strategies from my previous books:The Rubber Band Stocks StrategyThe Rocket Stocks StrategyThe Day Sniper Trading Strategy Imagine what it would be like if you started each morning without stress, knowing exactly which stocks to trade. Knowing where to enter, where to take profits, and where to set your stop loss. In this book, you will learn:How to spot a stock that is about to explode higherWhy it's sometimes a smart idea to buy a stock that everyone hatesHow to screen for the best stocks to tradeInsider tricks used by professional tradersThe one thing you must never do if a stock gaps to new highsHow to tell if you are in a bull market, or a bear marketAnd much, much more It's time to stop gambling with your hard-earned money. Join the thousands of smart traders who have improved their trading with the strategies in this book. Amazon best-selling author and retired hedge fund manager, Matthew Kratter will teach you the secrets that he has used to trade profitably for the last 20 years. These strategies are powerful, and yet so simple to use. Even if you are a complete beginner, these strategies will have you trading stocks in no time. And if you ever get stuck, you can always reach out to the author by email (provided inside of the book), and he will help you. Get started today Scroll to the top of this page and click BUY NOW.
2 Years to a Million in Real Estate
Matthew A. Martinez - 2006
But it wasn't enough. He worked by the clock, and yearned to be his own boss. With a small amount of savings, he acquired his first rental property. Two years later, he was making more from his rentals than he was working 9 to 5, so he quit his day job to oversee his real estate investments. Today, he enjoys a multi-million-dollar collection of income-producing properties--and he's ready to share his money-making strategies so you can begin your own journey to career and financial independence. Two Years to a Million in Real Estateshows you everything you need to know, including how to Invest small amounts early-on while working a full-time job Avoid real estate �bubble� risks Get others to pay your mortgage for you Pick a hot property (and spot others that will become hot) Simplify the ins-and-outs of financing Negotiate like a pro Screen for reliable tenants Understand how local tenant laws work Hire good people to manage your properties Know when to sell (20061208)
The Definitive ANTLR 4 Reference
Terence Parr - 2012
Whether it's a data format like JSON, a network protocol like SMTP, a server configuration file for Apache, a PostScript/PDF file, or a simple spreadsheet macro language--ANTLR v4 and this book will demystify the process. ANTLR v4 has been rewritten from scratch to make it easier than ever to build parsers and the language applications built on top. This completely rewritten new edition of the bestselling Definitive ANTLR Reference shows you how to take advantage of these new features. Build your own languages with ANTLR v4, using ANTLR's new advanced parsing technology. In this book, you'll learn how ANTLR automatically builds a data structure representing the input (parse tree) and generates code that can walk the tree (visitor). You can use that combination to implement data readers, language interpreters, and translators. You'll start by learning how to identify grammar patterns in language reference manuals and then slowly start building increasingly complex grammars. Next, you'll build applications based upon those grammars by walking the automatically generated parse trees. Then you'll tackle some nasty language problems by parsing files containing more than one language (such as XML, Java, and Javadoc). You'll also see how to take absolute control over parsing by embedding Java actions into the grammar. You'll learn directly from well-known parsing expert Terence Parr, the ANTLR creator and project lead. You'll master ANTLR grammar construction and learn how to build language tools using the built-in parse tree visitor mechanism. The book teaches using real-world examples and shows you how to use ANTLR to build such things as a data file reader, a JSON to XML translator, an R parser, and a Java class->interface extractor. This book is your ticket to becoming a parsing guru!What You Need: ANTLR 4.0 and above. Java development tools. Ant build system optional (needed for building ANTLR from source)
The Linux Command Line Beginner's Guide
Jonathan Moeller - 2012
ABOUT THE AUTHORStanding over six feet tall, Jonathan Moeller has the piercing blue eyes of a Conan of Cimmeria, the bronze-colored hair a Visigothic warrior-king, and the stern visage of a captain of men, none of which are useful in his career as a computer repairman, alas.He has written the "Demonsouled" trilogy of sword-and-sorcery novels, and continues to write the "Ghosts" sequence about assassin and spy Caina Amalas, the "Computer Beginner's Guide" series of computer books, and numerous other works.
So You've Retired: A Practical Guide For Your Happy Retirement
Olivia Greenwell - 2016
Approaching or beginning retirement is a milestone event. For most of our lives retirement feels like it’s on the distant horizon, something to think about tomorrow rather than today. When the day finally does arrive, for many it can feel a little daunting and overwhelming – how should one spend all this new found free time? Olivia Greenwell has the answers, with friendly advice on: How to navigate your way through the questions you may have New opportunities that could present themselves in retirement How to find further information on the exciting opportunities presented As you experience the wonderful peace and contentment of retirement, this book will help you discover what makes you happy, and how to enjoy your life to the fullest. What are you waiting for? Start living the retirement you always dreamt of, by uncovering all the tools you need today!
Practical C++ Programming
Steve Oualline - 1995
But this high-level language is relatively difficult to master, even if you already know the C programming language.The 2nd edition of Practical C++ Programming is a complete introduction to the C++ language for programmers who are learning C++. Reflecting the latest changes to the C++ standard, this 2nd edition takes a useful down-to-earth approach, placing a strong emphasis on how to design clean, elegant code.In short, to-the-point chapters, all aspects of programming are covered including style, software engineering, programming design, object-oriented design, and debugging. It also covers common mistakes and how to find (and avoid) them. End of chapter exercises help you ensure you've mastered the material.Practical C++ Programming thoroughly covers: C++ Syntax Coding standards and style Creation and use of object classes Templates Debugging and optimization Use of the C++ preprocessor File input/output Steve Oualline's clear, easy-going writing style and hands-on approach to learning make Practical C++ Programming a nearly painless way to master this complex but powerful programming language.
Don Casey's Complete Illustrated Sailboat Maintenance Manual: Including Inspecting the Aging Sailboat, Sailboat Hull and Deck Repair, Sailboat Refinishing, Sailbo
Don Casey - 2005
Casey's technical virtuosity, his user-friendly explanations, and Peter Compton's diesel engine expertise make even the more complicated repairs and improvements easy to understand. This must-have guide saves you time, money, and grief as you learn the fastest, easiest, most effective ways to:Evaluate the condition of your boat or one you're about to purchaseRepair structural damage to your fiberglass sailboatImprove or repair your sailboat's electrical systemTroubleshoot, maintain, and repair your boat's diesel enginePut a professional-looking finish on your boat's hull, deck, spars, wood, and trimMake and repair sails, sail covers, dodgers, awnings, sailbags, and bimini tops
Your Complete Guide to a Successful & Secure Retirement
Larry E. Swedroe - 2019
And everything is based on the “science of investing” – evidenced with studies from peer-reviewed journals.Overall, this adds up to a complete retirement guide, packed with the latest and best knowledge. Don’t enter your retirement without it.
Micro-Isv: From Vision to Reality
Bob Walsh - 2006
As for the latter, are you a programmer and curious about being your own boss? Where do you turn for information? Until now, online and traditional literature havent caught up with the reality of the post-dot com bust.Micro-ISV: From Vision to Reality explains what works and why in today's emerging micro-ISV sector. Currently, thousands of programmers build and deliver great solutions ISV-style, earning success and revenues much larger than you might guess. Written by and for micro-ISVs, with help from some of the leaders of the field, this book takes you beyond just daydreaming to running your own business. It thoroughly explores how it is indeed possible to launch and maintain a small and successful ISV business, and is an ideal read if you're interested in getting started.
Embedded Android: Porting, Extending, and Customizing
Karim Yaghmour - 2011
You'll also receive updates when significant changes are made, as well as the final ebook version. Embedded Android is for Developers wanting to create embedded systems based on Android and for those wanting to port Android to new hardware, or creating a custom development environment. Hackers and moders will also find this an indispensible guide to how Android works.
Business Law: Legal Environment, Online Commerce, Business Ethics, and International Issues
Henry R. Cheeseman - 1992
Visually engaging, enticing and current examples with an overall focus on business.Legal Environment of Business and E-Commerce; Torts, Crimes, and Intellectual Property; Contracts and E-Commerce; Domestic and International Sales and Lease Contracts; Negotiable Instruments and E-Money; Credit, Secured Transactions, and Bankruptcy; Agency and Employment; Business Organizations and Ethics; Government Regulation; Property; Special Topics; Global EnvironmentMARKET Business Law continues its dedication to being the most engaging text for readers by featuring a visually appealing format with enticing and current examples while maintaining its focus on business.
Blockchain Technology Explained: The Ultimate Beginner’s Guide About Blockchain Wallet, Mining, Bitcoin, Ethereum, Litecoin, Zcash, Monero, Ripple, Dash, IOTA and Smart Contracts
Alan T. Norman - 2017
Topics you can expect to see in this book include: ● What problem does blockchain solve? ● How can technology make our institutions faster and less expensive? ● Could technology replace our institutions (like governments, banks, etc) altogether? ● How does blockchain build trust between strangers? ● How does blockchain increase security for transactions and contracts? ● Can blockchain be used outside of finance? ● What is a block? ● What is the chain and why do we need it? ● What’s a technical explanation of what happens in the blockchain? ● What is mining and why do we need it? ● Are there alternatives to mining to create a blockchain? ● What’s the story of Bitcoin? ● Does Bitcoin have any problems? ● What is Ethereum, and what is a smart contract? ● Are there other blockchain technologies I should know about? ● How are companies adopting blockchain? ● What regulatory hurdles might slow blockchain adoption? Whew, that’s a lot of questions. If you’re ready to tackle them, I’m ready