jbandi
- Karma
- 144
- Created
- November 3, 2008 (17y ago)
- Submissions
- 0
- TypeScript – The Myth of the Superset (blog.jonasbandi.net)
- The Angular 2 Router Debacle (blog.jonasbandi.net)
- The Software Grief Cycle (blog.jonasbandi.net)
- JavaScript is conquering the world (blog.jonasbandi.net)
This post lists my favourite examples that demonstrate impressively the power of JavaScript.
- Running Node.js applications on the JVM with Nashorn and Java 8 (blog.jonasbandi.net)
In this post I show how to run simple Node.js applications with Nashorn on the JVM using Avatar.js
- Performance: Nashorn vs. Node (blog.jonasbandi.net)
I am naively playing around with Nashorn the JavaScript runtime of Java 8. Out of the box the performance of Node seems to be almost a factor 1.6 better than of Nashorn.
- Why I don't believe in scaling Agile to the Enterprise (blog.jonasbandi.net)
I think the ultimate consequence of embracing Agility is not scaling it to the big corporation, but denying the reason for corporations altogether.
- Not happy with Agile, but why? (blog.jonasbandi.net)
From a developers perspective: what went wrong with Agile and why? Criticising and pointing out problems is easy. But finding the root cause for being unhappy requires more reflection.
- Scrum Analogies with the Underpant Gnomes and Sovjet Era Deathmarches (blog.jonasbandi.net)
Scrum is not what it used to be ...
- Postagile: A large scrum backlog is like a big pile of underpants (blog.jonasbandi.net)
Thoughts about the analogy between an idolized backlog in Scrum and the Underpants Gnomes in South Park (originally by Jeff Patton)
- Enterprise IT: immature and simple? (blog.jonasbandi.net)
Enterprise IT is a simple domain. We don't really deal with substantially complex or challenging problems, at least not in technical the realization. We mostly deal with trying to understand technology that has been…
- Is there any hope for other DVCS in the Git imperium? (blog.jonasbandi.net)
Despite the seemingly striking dominance of Git, there are still brave contenders sprouting out of the dvcs land.
- Test Driven: It is the mindset not the tool (blog.jonasbandi.net)
In the last few years I have come to the conclusion, that the most important aspect of TDD is the mindset that comes along with TDD. With the right mindset we can practice TDD even in environments where we can't write…
- Rethinking the Test Automation Pyramid (blog.jonasbandi.net)
Is the original test automation pyramid still matching the current software development landscape?
- Thoughts: Are you too agile for TDD/BDD? (blog.jonasbandi.net)
Two recent blog posts seem to indicate that there are software development environments where core agile development practices like TDD and especially BDD do not fit. Those "high-ceremony" practices are even considered…
- After all, ORM might really be the Vietnam of Computer Sience ... (blog.jonasbandi.net)
As a consultant I have seen almost no project that did not run into troubles with their ORM infrastructure at some point in time ... Maybe it is the ORM frameworks that are the problem? Could this be a general advise:…
- Looking at BDD from the perspective of requirements engineering (blog.jonasbandi.net)
BDD looks incomplete from a testing perspective? Try to look at it from a requirements engineering perspective!
- Top 24 Agile Web Testing Tools (blog.jonasbandi.net)
The current situation around this type of tools is quite entangled, some tools are extending or complementing others, some are competitors and new ones are sprouting out of others... The following post tries to get some…
- Acceptance- vs. Integration-Tests (blog.jonasbandi.net)
Classifying unit-, integration-, end-to-end and acceptance tests.
- Cassandra Syndrome: Knowing that failure is inevitable, but nobody is listening (blog.jonasbandi.net)
In death-march projects the developers are often suffering from the cassandra syndrome: They know that the project is doomed to fail, but they gave up on trying to change anything long ago.
- When is Scrum successful? (blog.jonasbandi.net)
An interesting question from my Scrum in Depth course last week: When is Scrum successful?
- SpecFlow 1.3.1 released (specflow.org)
SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications to the underlying implementation. SpecFlow provides a pragmatic and frictionless…
- Craftsmanship means we should refuse to work in dysfunctional environments (blog.jonasbandi.net)
Accepting dysfunctional environments is a sign of resignation, it means that you accept that you will never deliver what you are capable of, in essence you are giving up on being a professional.
- BDD Antipattern: Business readable but no business involved (blog.jonasbandi.net)
Business readable examples have to be an artifact that business cares about! Else there is the imminent risk that the whole BDD effort degrades to a petty effort of over-eager developers...
- Pragmatic BDD for .NET: SpecFlow 1.3 released. (specflow.org)
SpecFlow 1.3 using the official Gherkin parser from Cucumber & new features. SpecFlow aims at bridging the communication gap between domain experts and developers by binding business readable behavior specifications…