Software Development
epub |eng | 2015-02-28 | Author:Cory Berg [Berg, Cory]

Document Outline Contents Copyright Dedication Introduction Part I: About You Skill #1: Always Have a Definition of Done Skill #2: Reason From Facts Skill #3: Question Assumptions! Skill #4: Be ...
( Category: Software Development September 23,2019 )
epub |eng | 2019-08-27 | Author:Peter Jausovec & Trent Swanson & Boris Scholl [Peter Jausovec]

Note StatefulSets currently require a headless service, which is responsible for the network identity of the pods and must be created in addition to the StatefulSet. Affinity and anti-affinity is ...
( Category: Software Development September 23,2019 )
epub |eng | | Author:Brian Beach & Steven Armentrout & Rodney Bozo & Emmanuel Tsouris

sqlserver-ee 200GB 16TiB sqlserver-se 200GB 16TiB sqlserver-ex 30GB 16TiB sqlserver-web 30GB 16TiB Note The default storage type is magnetic disk which has a 1TiB storage limit and cannot be resized. ...
( Category: Software Development September 23,2019 )
epub |eng | 2019-07-25 | Author:michael Hausenblas

$ kubectl get at,pods NAME AGE at.cnat.programming-kubernetes.info/example-at 23m NAME READY STATUS RESTARTS AGE pod/example-at-pod 0/1 Completed 0 46s $ kubectl logs example-at-pod YAY When you’re done developing the custom controller, ...
( Category: Software Development September 12,2019 )
epub |eng | | Author:Bob Familiar

A Client application references the SDK NuGet package, which provides a proxy class for calling the microservice API. The microservice API provides the protocol implementation and references the Service NuGet ...
( Category: Software Development September 12,2019 )
epub |eng | 2018-05-18 | Author:David Xiang [Xiang, David]

The ability to work as part of the collective, to be a team player, will always trump technical skill when it goes rogue. In your journey, you will encounter many ...
( Category: Software Development September 6,2019 )
epub |eng | 2018-11-29 | Author:Olayinka Omole [Olayinka Omole]

( Category: Software Development September 3,2019 )
epub |eng | 2019-07-30 | Author:Emily Freeman

Urgent, not important The urgent but not important tasks are perhaps the most dangerous to your mission. They require immediate attention but don’t help you achieve any of your team’s ...
( Category: Software Development August 21,2019 )
epub |eng | | Author:David Both

Let’s look at the so-called hidden files in your own home directory – those whose names begin with a period (.). These are user-specific configuration files that you can change ...
( Category: Software Development August 17,2019 )
epub |eng | | Author:Ivan Idris

What just happened? We covered three bit twiddling hacks—checking whether the signs of integers are different, checking whether a number is a power of 2, and calculating the modulus of ...
( Category: Software Development July 28,2019 )
epub |eng | 2019-06-27 | Author:Pedro M. Santos

Connascence of Value (CoV) Connascence of Value (CoV) occurs when two or more components' values are related or have an intrinsic range of validity in their input not expressed by ...
( Category: Software Development July 28,2019 )
epub |eng | 2019-07-25 | Author:Matt Neuburg [Matt Neuburg]

( Category: Software Development July 28,2019 )
epub |eng | | Author:Brian P. Hogan

Handling .bash_profile As you learned earlier in this section, the .bashrc file isn’t read by macOS and might not be read on other systems. The best solution is to tell ...
( Category: Software Development July 23,2019 )
epub |eng | 2018-12-06 | Author:Ben Evans

Don’t overburden a single exception type with describing too many conditions; for example, the Nashorn JavaScript implementation (new with Java 8) originally had overly coarse-grained exceptions, although this was fixed ...
( Category: Object-Oriented Design July 21,2019 )
epub |eng | 2018-12-04 | Author:Srikanth Machiraju & Anto Aravinth [Srikanth Machiraju]

let titleAndAuthorForGoodBooks = compose(mapTitleAndAuthor,queryGoodBooks) Let’s take some time to understand the position of the partial function in the current problem domain. As mentioned, the compose function can only compose a ...
( Category: Software Development July 21,2019 )