Test Talks #24
¶ by !undefinedOh look there… I was the guest on episode #24 of the Test Talks podcast with Joe Colantonio. He interviewed me about PhantomJS, JavaScript/front-end testing, and my book.
Oh look there… I was the guest on episode #24 of the Test Talks podcast with Joe Colantonio. He interviewed me about PhantomJS, JavaScript/front-end testing, and my book.
Ian Darwin’s Java Cookbook is out and it’s a great resource for developers working in Java that are out there and scratching their heads asking “How would I go about…?”
The thing that makes Java Cookbook stand out is its comprehensive scope. Darwin has done an excellent job of gathering a wide array of common problems faced by Java developers and presenting solutions to those problems that are decipherable using just the language’s standard library features. (Which isn’t to say “ignore libraries” — just that there are few (any?) recipes in this cookbook that require external dependencies.) By and large, the recipes are practical and are organized into sensible categories. This isn’t a book that I’d recommend you read front-to-back, but if you’re programming in Java, it’s worth having it handy to help kickstart your thought process on a number of different problems. (Plus, 3rd edition has been updated to include solutions that highlight Java 8 features.)
In addition to the above, it’s worth noting that while Java Cookbook isn’t a great book to learn from, that if you have stumbled your way into Java with an otherwise solid software engineering background, that you could use it as a leg-up or crutch while you’re otherwise getting up to speed.
Disclosure: I received an electronic copy of this book from the publisher in exchange for writing this review.
Thought-provoking piece by Stephen Kell on type systems, type-safety, and what a lot of people mean when they talk about it: Seven deadly sins of talking about “types”.
My main takeaway from Kell’s piece was that type systems, like everything else in programming/computer science, comes with trade-offs and though there are many advantages to using a language with good type-safety, it’s also not a panacea and to believe so is dangerous and naïve. Part of what’s interesting here, is that he claims that many people are simply semantically wrong when talking about “types” when what they are discussing is actually compile-time checking, use of predicates, or other abstractions.
A very worthwhile read from Keith Rosenberg: Why I Don’t Want Your JavaScript Framework but I Love You.
If there’s a tl;dr then it’s this: choose when to use a framework, not which framework – if you choose any framework at all, and/but/so when you do: take the time to get to know the source code, not just the docs.
Lightspeed Hyperspeed
Jasmine ReferenceError
eviction notice
“Search Term Haiku” is a series wherein I examine this site’s log files and construct one or more haiku poems from search terms and phrases that led visitors to the site. Where possible, I attempt to keep the search phrases intact. However, as these are haiku poems, I do need to follow the rules.
RE: trifleJS: “Headless automation for Internet Explorer”
Which looks like a port of (part of) the PhantomJS API to an environment that wraps IE by way of some .NET controls. (Also: V8 is in the mix somehow and/but/so not sure how that changes the equation w/r/t/ if the IE runtime is using that as the underlying JS interpreter or if it’s just some kind of bridge.) See also: SlimerJS : Gecko :: PhantomJS : WebKit
And speaking of SlimerJS: its API is also “PhantomJS-compatible” which raises the question of whether we need to be doing some work to create a “headless browser scripting” standard that we can reliably lean on, or if we’re just going to accept that PhantomJS came first and everyone is going to ape its API.
Cap Watkins, The Boring Designer:
The boring designer chases the right idea over their idea every time. They respect their team and will try almost any idea (whether on a whiteboard or in Sketch or in code) that gets thrown their way. Instead of arguing about whose idea should win, the boring designer tries all the ideas and even elevates others’ ideas in the process. The boring designer abhors groupthink and being told “yes.” They consistently request feedback and new ideas. And as a result when they feel super passionately about their own idea, the team listens.
So many of these points translate (or apply directly) to lots of other leadership roles, technical or otherwise.
Ben Hughes, JSON and the Arguments:
tl;dr: General argument is that JSON is hard to read and the format spec explicitly disallows comments. The former point I disagree with completely; 1 the latter point is fair and/but that’s also why I think something like a Gruntfile is good because it uses functions for configuration (but a Gruntfile is hardly project configuration 2). And/but/so I’m surprised XML wasn’t brought back into this (except in that brief cast-off) because say what you will about XML w/r/t/ verbosity &c. but it’s a hella rich format. 3
Job Type: Full-Time/Regular
Job Level: Mid-Career (2+ years)
Years of Experience: 10+ Years
Level of Education: BA/BS/MA/PhD/MFA/DDS
Metavaprwaresoft.ly, a fast-growing VC-backed lean start-up, is seeking experienced, skilled, and passionate innovative interactive interface interaction designers who dive in head-first and seize challenging applications by the horns. We are looking for developers that blur the boundaries between web, mobile, mainframe CLI, and native design problems. You feel right at home in storyboard war rooms and can recite the Lean UX Design Research Manifesto by heart. If that sounds like you, then we want you as part of our team to help continuously iterate by designing, researching, analyzing, redesigning, refactoring, releasing, and integrating the user experience (“UX”) for our valuestream development “spike cycle”.
Your work here will positively impact the empowerment in the daily lives of millions and we will rely on your killer sense of style, your keen insight, and your on-going drive to innovate emergent themes while keeping our product pipelines fresh, relevant, and valuable to the nuclear core of our customer base. If you are the right candidate, relocation expenses may be irrelevant.
DON’T SHOW UP WITH ANYTHING LESS!! Here’s the war chest of tools we expect you to bring to the on-boarding:
If this sounds like you then click Apply Now below!
RE: Why Scrum Should Basically Just Die In A Fire by Giles Bowkett.
I was resisting the urge to post anything beyond my remarks on Prismatic, but this made enough of the rounds among my circle that I felt compelled to chime in with a couple of follow-up thoughts.
First: we know that Bowkett is smart; we also know that has a tendency toward writing in a deliberately inflammatory or provocative fashion. Given the latter point, I would just chalk this post up to being another “conversation starter” (at best) or else (at worst) the tech-worker equivalent of clickbait.