Rich discusses the problems that can arise when companies hire specialists and how to refocus a team to start delivering outcomes. Multidisciplinary teams allow you to focus on what outcomes you’re delivering and enable the team to share the responsibility of all aspects of delivery.
Digital service delivery
Learn more about our digital service delivery.
Defining outcomes as a product team
How defining outcomes can help a product team collaboratively discover, identify, collate and rank what they should do and enable them to perform effectively and happily to ensure outputs are tied to those outcomes.
Delivery doesn’t finish in production
Our delivery teams at Made Tech fully embrace the devops culture and mindset, which means that we take on many more responsibilities across the software development lifecycle than just writing code.
What’s green on the outside but red on the inside? Hopefully not your project.
The skin of a watermelon presents a paradox or simultaneous reality of its core; both perfectly ripe and disappointingly mushy, but you won’t know which until it’s cut open. So you just leave it be; looking green and fine until it’s too late and… disintegrates.
Effective Client Showcases
At Made we host regular client showcases, this is an opportunity to sit down with the client to discuss how the iteration and the project as a whole are progressing.
Documentation should meet outcomes too
How do we go beyond seeing documentation as a burden and ensure that it is maintainable, reliable and valuable? Documentation is necessary to explain how something complicated works and defines a critical process to ensure a successful software release.
Don’t estimate without evidence
In software, estimating is controversial. In this post, we’ll look at how to measure the quality of your estimates, and what to do when it doesn’t stack up.
Connecting loved ones: building the NHS Book a virtual visit service in 48 hours
The simple digital service enables ward staff to book in calls which we hope will reduce the burden on staff having to do this manually and reduce the number of calls to wards from loved ones. From the loved ones perspective they receive an SMS stating when their virtual visit is booked for and receive a unique link to join the call when the ward is ready.
9 Techniques to Support and Improve Software Quality
Most software systems will suffer from a deterioration of quality over time. Codebases become bloated, software is changed to solve problems nobody knew existed when it was initially written, and the cost of change keeps increasing.
9 Benefits of Test Driven Development
Test Driven Development is the practice of writing a test for a piece of required functionality, before writing any implementation code. This test should fail when first run, and then, you write the code to get it to pass. It doesn’t have to be the most perfect code, just so long as the test passes. Once it does, you can then safely refactor your code.