Books

Contentstrategie make content work
By Jeroen Blokhuis, Anna Borsboom, and Etienne Donicie
00
mode_comment 0
0%
0 likes
Contentstrategie make content work
By Jeroen Blokhuis, Anna Borsboom, and Etienne Donicie
0%
0 likes

E-book, 38 pages

Published 2014-04-01

Dit boekje gaat dieper in op het belang van contentstrategie, op draagvlak voor contentstrategie en op de toegevoegde waarde van content en contentmarketing.

label seo

0 Comments

Reactive Microservices Architecture
By Jonas Bonér
00
mode_comment 0
0%
0 likes
Reactive Microservices Architecture
By Jonas Bonér
0%
0 likes

E-book, 54 pages

Published 2016-04-01

Still chugging along with a monolithic enterprise system that’s difficult to scale and maintain, and even harder to understand? In this concise book, Lightbend CTO Jonas Bonér explains why microservice-based architecture that consists of small, independent services is far more flexible than the traditional all-in-one systems that continue to dominate today’s enterprise landscape.

You’ll explore a microservice architecture, based on Reactive principles, for building an isolated service that’s scalable, resilient to failure, and combines with other services to form a cohesive whole. Specifically, you’ll learn how a Reactive microservice isolates everything (including failure), acts autonomously, does one thing well, owns state exclusively, embraces asynchronous message passing, and maintains mobility.

Bonér also demonstrates how Reactive microservices communicate and collaborate with other services to solve problems. Get a copy of this exclusive report and find out how to bring your enterprise system into the 21st century.

label microservices, architecture

0 Comments

PayPal Mobile Payments Developer Guide and Reference – iOS Edition
00
mode_comment 0
0%
0 likes
PayPal Mobile Payments Developer Guide and Reference – iOS Edition
0%
0 likes

E-book, 60 pages

Published 2010-12-01

The PayPal Mobile Payments Library provides an easy way for you to integrate payments into
your iPhone, iPod touch, and iPad applications. You can download the library from X.com and
include it in your application. With the library, you need only a few lines of code to integrate the
library into your application.
When a buyer makes a payment, the library controls the checkout experience – logging in,
reviewing, and completing the payment. After buyers complete their payments, the library returns
them to your application.

label iOS

0 Comments

Getting Value out of Agile Retrospectives
By Ben Linders and Luis Gonçalves
00
mode_comment 0
0%
0 likes
Getting Value out of Agile Retrospectives
By Ben Linders and Luis Gonçalves
0%
0 likes

E-book, 73 pages

Published 2016-10-08

With plenty of exercises for your personal retrospective toolbox, Getting Value out of Agile Retrospectives will help you to become more proficient in doing retrospectives and to get more out of them - Foreword by Esther Derby, co-author of Agile Retrospectives: Making Good Teams Great.

label agile

0 Comments

De kleine Allen
By Arjan Broere
00
mode_comment 0
0%
0 likes
De kleine Allen
By Arjan Broere
0%
0 likes

Printed book, 80 pages

Published 2017-06-01

'Getting Things Done' van David Allen is een klassieker op het gebied van productiviteitsmanagement. Arjan Broere en Ruben Verzijl, beiden ervaren GTD-trainers, vatten in 'De kleine Allen' de speerpunten van de methode voor je samen. GTD is het antwoord op het probleem waar velen mee worstelen: te veel te doen in te weinig tijd. De methode helpt je snel informatie te filteren en te prioriteren. Bovendien is het een waterdicht systeem om alleen dat wat je nu moet doen op de radar te hebben en tóch niets te vergeten. Zo ben je weer bezig met wat echt belangrijk is, en met volledige focus. Doordat je voor meer controle en focus in je leven zorgt, krijg je meer ruimte voor creativiteit - want je hoofd is om over dingen na te denken en niet om aan dingen te denken. 'Een waardevolle toevoeging aan ieders collectie op het gebied van persoonlijke productiviteit'.

label succesfactoren

0 Comments

Impact Mapping: Making a big impact with software products and projects
By Gojko Adzic
00
mode_comment 0
0%
0 likes
Impact Mapping: Making a big impact with software products and projects
By Gojko Adzic
0%
0 likes

E-book, 86 pages

Published 2012-10-01

Software is everywhere today, but countless software products and projects die a slow death without ever making any impact. The result is a tremendous amount of time and money wasted due to wrong assumptions, lack of focus, poor communication of objectives, lack of understanding and misalignment with overall goals. There has to be a better way to deliver!

This handbook is a practical guide to impact mapping, a simple yet incredibly effective method for collaborative strategic planning that helps organisations make an impact with software. Impact mapping helps to create better plans and roadmaps that ensure alignment of business and delivery, and are easily adaptable to change. Impact mapping fits nicely into several current trends in software product management and release planning, including goal-oriented requirements engineering, frequent iterative delivery, agile and lean software methods, lean startup product development cycles, and design thinking.

label agile

0 Comments

tmuxoutdated
By Brian P. Hogan
00
mode_comment 0
0%
0 likes

E-book, 88 pages

Published 2012-02-29

It’s pretty common for a modern developer to have a database console, web server, and a text editor running at the same time. Switching between these with the mouse takes up valuable time and can break your concentration. By using tmux, you can improve your productivity and regain your focus. This book will show you how.

You’ll learn how to manage multiple terminal sessions within tmux using only your keyboard. You’ll see how to manage and run programs side-by-side in panes, and you’ll learn how to create the perfect development environment with custom scripts so that when you’re ready to work, your programs are waiting for you. Then you’ll discover how to manipulate text with tmux’s copy and paste buffers. Once you’ve got the basics down, you’ll discover how easy it is to use tmux to collaborate remotely with others. Finally, you’ll explore more advanced usage as you manage multiple tmux sessions, add custom scripts into the tmux status line, and integrate tmux with your system.

Whether you’re an application developer or a system administrator, you’ll find many useful tricks and techniques to help you take control of your terminal.

label tmux

0 Comments

Maybe Haskell
By Pat Brisbin
00
mode_comment 0
0%
0 likes
Maybe Haskell
By Pat Brisbin
0%
0 likes

E-book, 94 pages

Published 2015-03-17

What would it be like to program in a language without the frustrating concept of null? In our new book, Maybe Haskell, we explore exactly this. Haskell takes the idea that some values may not be present and makes it a first-class concept in the type system. In this book, you'll learn just enough Haskell to really see how this idea works in practice.

label haskell, Functional Programming

0 Comments

Exceptional Ruby
By avdi grimm
00
mode_comment 0
0%
0 likes
Exceptional Ruby
By avdi grimm
0%
0 likes

E-book, 102 pages

Published 2011-05-01

Writing code that works is hard. Writing code that handles unexpected errors and still works is really hard. Most of us learn by trial and error. This short book removes the uncertainty. With over 100 pages of content and dozens of working examples, you’ll learn everything from the mechanics of how exceptions work to how to design a robust failure management architecture for your app or library. Whether you are a Ruby novice or a seasoned veteran, Exceptional Ruby will help you write cleaner, more resilient Ruby code.

This work was written and produced entirely by the author. We are proud to be distributing it.

Inside this electronic-only book, you’ll find:

* A detailed look at the lifecycle of a Ruby exception.
* Overriding Kernel#raise for fun and profit.
* Alternatives to exceptions, for when “fail fast” isn’t the right answer.
* How to write a crash logger.
* Advanced dynamic exception matching in rescue clauses.
* Avoiding failure cascades with the Barricade and Circuit Breaker patterns.
* Five questions to ask before raising an exception.
* Exception safety testing for critical methods.
* How to create an error API for your library that will make other developers want to kiss you.
* The three exception classes every app or library needs.
* And much, much more… over 100 pages of tips, guidelines, and awesome hacks!

label object-oriented, ruby

0 Comments

tmux 2 latest
By Brian P. Hogan
00
mode_comment 0
0%
0 likes
0%
0 likes

E-book, 102 pages

Published 2018-09-26

You have a database console, web server, test runner, and text editor running at the same time, but switching between them and trying to find what you need takes up valuable time and breaks your concentration. By using tmux 2.3, you can improve your productivity and regain your focus. This book will show you how.

This second edition includes many features requested by readers, including how to integrate plugins into your workflow, how to integrate tmux with Vim for seamless navigation—oh, and how to use tmux on Windows 10.

Use tmux to manage multiple terminal sessions in a single window using only your keyboard. Manage and run programs side by side in panes, and create the perfect development environment with custom scripts so that when you’re ready to work, your programs are waiting for you. Manipulate text with tmux’s copy and paste buffers, so you can move text around freely between applications. Discover how easy it is to use tmux to collaborate remotely with others, and explore more advanced usage as you manage multiple tmux sessions, add custom scripts into the tmux status line, and integrate tmux with your system.

Whether you’re an application developer or a system administrator, you’ll find many useful tricks and techniques to help you take control of your terminal.

label tmux

0 Comments

More books