Book picks similar to
256 Bloghacks by Yegor Bugayenko
blogging
writing
didn-t-read
lifehacks
Effective Objective-C 2.0: 52 Specific Ways to Improve Your IOS and OS X Programs
Matt Galloway - 2013
Using the concise, scenario-driven style pioneered in Scott Meyers' best-selling Effective C++, Matt Galloway brings together 52 Objective-C best practices, tips, shortcuts, and realistic code examples that are available nowhere else. Through real-world examples, Galloway uncovers little-known Objective-C quirks, pitfalls, and intricacies that powerfully impact code behavior and performance. You'll learn how to choose the most efficient and effective way to accomplish key tasks when multiple options exist, and how to write code that's easier to understand, maintain, and improve. Galloway goes far beyond the core language, helping you integrate and leverage key Foundation framework classes and modern system libraries, such as Grand Central Dispatch. Coverage includes Optimizing interactions and relationships between Objective-C objects Mastering interface and API design: writing classes that feel "right at home" Using protocols and categories to write maintainable, bug-resistant code Avoiding memory leaks that can still occur even with Automatic Reference Counting (ARC) Writing modular, powerful code with Blocks and Grand Central Dispatch Leveraging differences between Objective-C protocols and multiple inheritance in other languages Improving code by more effectively using arrays, dictionaries, and sets Uncovering surprising power in the Cocoa and Cocoa Touch frameworks
Code: The Hidden Language of Computer Hardware and Software
Charles Petzold - 1999
And through CODE, we see how this ingenuity and our very human compulsion to communicate have driven the technological innovations of the past two centuries. Using everyday objects and familiar language systems such as Braille and Morse code, author Charles Petzold weaves an illuminating narrative for anyone who’s ever wondered about the secret inner life of computers and other smart machines. It’s a cleverly illustrated and eminently comprehensible story—and along the way, you’ll discover you’ve gained a real context for understanding today’s world of PCs, digital media, and the Internet. No matter what your level of technical savvy, CODE will charm you—and perhaps even awaken the technophile within.
How to Publish Books on Amazon & Sell A Million Copies Using Kindle, Print & Audio Book
Glenn Langohr - 2015
Discover how to Publish Books on Amazon & Sell A Million Copies Using Kindle, Print & Audio Book~ ON SALE FOR A LIMITED TIME FOR 0.99, USUALLY 3.99This Writing Guide is the # 1 Way to Learn The Entire Publishing Process on Amazon & Covers: How To Write More BooksHow To Find Which Categories to Publish InHow To Master Kindle Direct PublishingHow to Master Facebook MarketingHow to Master Product Descriptions (Synopsis)How to Use Community ForumsHow to Launch Book Promotions to Climb The Amazon RankingsHow To Master Print Publishing Using CreatespaceHow To Master Publishing Audio Books Using ACXHow To Remake Public Domain Books & Much More!
Mastering Book Hooks for Authors: How to Capture Reader Attention and Book Sales in 30 Words or Less
Rob Eagar - 2017
That's the power of a hook. And, it just worked on you. A book hook is a statement or question designed to generate immediate curiosity and entice readers to want more. Why is a hook important? Language is the power of the book sale. As an author, you don’t sell books to machines. You sell books to human beings. A book hook uses powerful language that naturally piques a person’s interest. Book marketing expert, Rob Eagar, has coached over 450 authors and worked with several New York Times bestsellers. In this concise guide, he skillfully explains: • How to create a book hook • The difference between fiction and non-fiction hooks • Where to use a book hook to maximize sales Mastering Book Hooks for Authors will teach you how to create attention-grabbing language for your book, regardless of the genre. Capture more reader interest for free by using the power of a hook. Also includes free access to “The Ultimate Book Marketing Plan Template for Authors” by Rob Eagar that takes the guesswork out of launching your new book.
Technical Blogging
Antonio Cangiano - 2012
There is no magic to successful blogging; with this book you'll learn the techniques to attract and keep a large audience of loyal, regular readers and leverage this popularity to achieve your goals. Become more influential and earn extra money by blogging. Whether you want to create a popular technical blog from scratch or take your blog to the next level, this book shows you how. Technical blogging expert Antonio Cangiano shares his extensive expertise with you, sparing no details and laying out a complete step by step road map to help you plan, create, market, monetize, and grow your own popular blog. Antonio will guide you through all the choices you have to make in setting up a successful blog, teach you the key things you need to know to write blog posts that get read, and give you the tools to produce content regularly You'll learn how to promote your blog, understand traffic statistics, and build a community. And once you've built it, you'll learn how to benefit from it: advance your career, make money from your blog, use it to promote your products or company, and take advantage of your blog to the fullest. And when your blog takes off, Antonio will show you how to avoid the pitfalls of success.Technical Blogging is the only guide you'll need to create and maintain a successful technical blog.
Management 3.0: Leading Agile Developers, Developing Agile Leaders
Jurgen Appelo - 2010
Unfortunately, reliable guidance on Agile management has been scarce indeed. Now, leading Agile manager Jurgen Appelo fills that gap, introducing a realistic approach to leading, managing, and growing your Agile team or organization. Writing for current managers and developers moving into management, Appelo shares insights that are grounded in modern complex systems theory, reflecting the intense complexity of modern software development. Appelo's Management 3.0 model recognizes that today's organizations are living, networked systems; and that management is primarily about people and relationships. Management 3.0 doesn't offer mere checklists or prescriptions to follow slavishly; rather, it deepens your understanding of how organizations and Agile teams work and gives you tools to solve your own problems. Drawing on his extensive experience as an Agile manager, the author identifies the most important practices of Agile management and helps you improve each of them. Coverage includes - Getting beyond "Management 1.0" control and "Management 2.0" fads - Understanding how complexity affects your organization - Keeping your people active, creative, innovative, and motivated - Giving teams the care and authority they need to grow on their own - Defining boundaries so teams can succeed in alignment with business goals - Sowing the seeds for a culture of software craftsmanship - Crafting an organizational network that promotes success - Implementing continuous improvement that actually works Thoroughly pragmatic-and never trendy-Jurgen Appelo's Management 3.0 helps you bring greater agility to any software organization, team, or project.
Two Scoops of Django 1.11: Best Practices for the Django Web Framework
Daniel Roy Greenfeld - 2017
We have put thousands of hours into the fourth edition of the book, writing and revising its material to include significant improvements and new material based on feedback from previous editions.
The Algorithm Design Manual
Steven S. Skiena - 1997
Drawing heavily on the author's own real-world experiences, the book stresses design and analysis. Coverage is divided into two parts, the first being a general guide to techniques for the design and analysis of computer algorithms. The second is a reference section, which includes a catalog of the 75 most important algorithmic problems. By browsing this catalog, readers can quickly identify what the problem they have encountered is called, what is known about it, and how they should proceed if they need to solve it. This book is ideal for the working professional who uses algorithms on a daily basis and has need for a handy reference. This work can also readily be used in an upper-division course or as a student reference guide. THE ALGORITHM DESIGN MANUAL comes with a CD-ROM that contains: * a complete hypertext version of the full printed book. * the source code and URLs for all cited implementations. * over 30 hours of audio lectures on the design and analysis of algorithms are provided, all keyed to on-line lecture notes.
Effective Java
Joshua Bloch - 2001
The principal enhancement in Java 8 was the addition of functional programming constructs to Java's object-oriented roots. Java 7, 8, and 9 also introduced language features, such as the try-with-resources statement, the diamond operator for generic types, default and static methods in interfaces, the @SafeVarargs annotation, and modules. New library features include pervasive use of functional interfaces and streams, the java.time package for manipulating dates and times, and numerous minor enhancements such as convenience factory methods for collections. In this new edition of Effective Java, Bloch updates the work to take advantage of these new language and library features, and provides specific best practices for their use. Java's increased support for multiple paradigms increases the need for best-practices advice, and this book delivers. As in previous editions, each chapter consists of several "items," each presented in the form of a short, standalone essay that provides specific advice, insight into Java platform subtleties, and updated code examples. The comprehensive descriptions and explanations for each item illuminate what to do, what not to do, and why. Coverage includes:Updated techniques and best practices on classic topics, including objects, classes, methods, libraries, and generics How to avoid the traps and pitfalls of commonly misunderstood subtleties of the platform Focus on the language and its most fundamental libraries, such as java.lang and java.util
SEO 2019 Learn Search Engine Optimization With Smart Internet Marketing Strategies: Learn SEO with smart internet marketing strategies
Adam Clarke - 2018
First, let me tell you a little secret about SEO marketing...Most search engine optimization advice on the Internet is wrong!If you've sifted through search engine optimization advice online, you may have noticed two things: - Most published SEO advice is either outdated or just dead-wrong.- Google's constant updates have made many popular SEO optimization strategies useless.Why is this so? Google's constantly evolving. Recent changes: 1. August, 2018 - Google releases an industry changing update, with some sites showing up to 50% decreases or increases in traffic, later titled the "Medic Update" or "Your Money or Your Life Update."2. July, 2018 - Google announce's Speakable markup, making it easier to target voice search results.3. March, 2018 - Google's game-changing "Mobile First Index" is rolled out, completely overhauling how search results are calculated.SEO 2019 is now updated covering new changes to Google's algorithm, walks you through major updates and how to use them to your advantage. This book also reveals industry secrets to stay ahead of Google's algorithm, and potential Google changes coming up in 2019. With this best-selling SEO book, learn SEO from a fundamental level, achieve top rankings, and generate a wave of new customers to your site.Discover powerful link building techniques experts use to get top rankings and generate massive trafficLink building is the strongest factor for ranking high in Google. Unfortunately, most widely-used methods suck! This chapter walks you through new and powerful techniques that won't get you in hot-water with Google. Now expanded with more link building strategies and extra tips for advanced readers.You will also discover: 1. Important SEO concepts, from beginner to advanced.2. Sneaky tricks to get local businesses ranking high with local SEO.3. The inner workings of Google's algorithm and how it calculates the search results.4. How to find "money" keywords that will send customers to your site.5. Basic and advanced link building strategies for pushing your rankings up higher.6. Six insider sources to get expert SEO or Internet marketing advice worth thousands of dollars, for free.7. How to use social media and web analytics to multiply your results.8. 25+ powerful tools top Internet marketing experts use to automate search engine optimization, saving weeks of time and creating bigger results.Sidestep the 2019 Google updatesContrary to Internet marketing gossip, problems caused by Google updates are rarely irrecoverable-but you need the right knowledge. This book reveals: - Inner mechanics of Google's algorithm, and how to rank your site at the top.- Recent Google updates-Mobile First Index, Google Speed update, Google Hawk update, Google FRED update, and more...- Potential updates coming up in 2019.- Steps to recover from Google penalties.And read the special bonus chapter on pay-per-click advertisingIn this bonus, learn to quickly setup pay-per-click advertising campaigns with Google AdWords and send customers to your site overnight, literally.One of the most comprehensive SEO optimization books ever published-updated and expanded-of all best-selling SEO books, this is the only one with everything you need.Scroll up, click buy, and get started now!
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.
The Cathedral & the Bazaar: Musings on Linux and Open Source by an Accidental Revolutionary
Eric S. Raymond - 1999
According to the August Forrester Report, 56 percent of IT managers interviewed at Global 2,500 companies are already using some type of open source software in their infrastructure and another 6 percent will install it in the next two years. This revolutionary model for collaborative software development is being embraced and studied by many of the biggest players in the high-tech industry, from Sun Microsystems to IBM to Intel.The Cathedral & the Bazaar is a must for anyone who cares about the future of the computer industry or the dynamics of the information economy. Already, billions of dollars have been made and lost based on the ideas in this book. Its conclusions will be studied, debated, and implemented for years to come. According to Bob Young, "This is Eric Raymond's great contribution to the success of the open source revolution, to the adoption of Linux-based operating systems, and to the success of open source users and the companies that supply them."The interest in open source software development has grown enormously in the past year. This revised and expanded paperback edition includes new material on open source developments in 1999 and 2000. Raymond's clear and effective writing style accurately describing the benefits of open source software has been key to its success. With major vendors creating acceptance for open source within companies, independent vendors will become the open source story in 2001.
Team Topologies: Organizing Business and Technology Teams for Fast Flow
Matthew Skelton - 2019
But how do you build the best team organization for your specific goals, culture, and needs? Team Topologies is a practical, step-by-step, adaptive model for organizational design and team interaction based on four fundamental team types and three team interaction patterns. It is a model that treats teams as the fundamental means of delivery, where team structures and communication pathways are able to evolve with technological and organizational maturity.In Team Topologies, IT consultants Matthew Skelton and Manuel Pais share secrets of successful team patterns and interactions to help readers choose and evolve the right team patterns for their organization, making sure to keep the software healthy and optimize value streams.Team Topologies is a major step forward in organizational design for software, presenting a well-defined way for teams to interact and interrelate that helps make the resulting software architecture clearer and more sustainable, turning inter-team problems into valuable signals for the self-steering organization.
WordPress: The Missing Manual
Matthew MacDonald - 2012
This jargon-free Missing Manual shows you how to use WordPress and its themes, plug-ins, and widgets to build just about any website you can imagine, from a classy blog to a basic e-commerce site.The important stuff you need to know:Create a blog. Get a free WordPress.com account, choose the right theme, and start publishing content.Build a website. Produce a professional-looking business site by customizing a WordPress theme.Add features. Choose from thousands of WordPress widgets and plug-ins to extend your site’s features.Mix in multimedia. Include slideshows, video clips, webcasts, podcasts, and music players.Involve your readers. Let readers leave comments, contribute to your site, and carry on a dialog.Build an audience. Learn search-engine optimization, measure your reader’s favorite pages, and publicize your site.Create a community. Use social media tools such as “Like” and sharing buttons, and provide RSS feeds of your posts.