article thumbnail

TechCrunch+ roundup: Technical due diligence, web3’s promise, how to hire well

TechCrunch

So far, web3 has not paid off on the Promise of the Premise : open source software that runs live on the blockchain. “It’s still much easier to develop a Web 2.0 ” So far, most of the hype for web3 is coming from investors and journalists, so Abbott’s perspective as a developer makes this a useful read. .”

article thumbnail

Technical Review: A Trusted Look Under the Hood

TechEmpower CTO

Many CEOs of software-enabled businesses call us with a similar concern: Are we getting the right results from our software team? We hear them explain that their current software development is expensive, deliveries are rarely on time, and random bugs appear. These are classic inflection points for a development team.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

The early returns on gen AI for software development

CIO

Generative AI is already having an impact on multiple areas of IT, most notably in software development. Still, gen AI for software development is in the nascent stages, so technology leaders and software teams can expect to encounter bumps in the road.

article thumbnail

TDD or Test-Last? One Thing at a Time

Xebia

We introduce design to our software. That is precisely what TDD helps with. TDD to Separate Concerns At the core of TDD is its mantra : red, green, refactor. We’re fleshing out the problem piecemeal, specifying behavior we want of the system. Conclusion Do you need TDD to do this?

article thumbnail

TDD saved the day

Xebia

Armed with a few assumptions about how things should work, I embarked on developing an application with a graphical UI and a backend. To tackle each operation, I started with a small test, following the principles of Test-Driven Development (TDD). Truly, TDD saved the day! The design emerged from writing tests upfront.

article thumbnail

Lessons from the field: How Generative AI is shaping software development in 2023

CIO

Specifically, organizations are contemplating Generative AI’s impact on software development. While the potential of Generative AI in software development is exciting, there are still risks and guardrails that need to be considered. Therefore, the technology will only be as good as the data provided.

article thumbnail

The Real Reasons for Doing Test-Driven Development ??

Xebia

Why do people apply TDD? Learn about the actual goal and values hidden under the surface of Test-Driven Development. What Are the Real Reasons for Doing TDD? Test-Driven Development (TDD) is a controversial topic amongst developers. It is a vehicle to drive development. TDD and the Values of XP.