This site uses cookies to improve your experience. To help us insure we adhere to various privacy regulations, please select your country/region of residence. If you do not select a country, we will assume you are from the United States. Select your Cookie Settings or view our Privacy Policy and Terms of Use.
Cookie Settings
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
Used for the proper function of the website
Used for monitoring website traffic and interactions
Cookie Settings
Cookies and similar technologies are used on this website for proper function of the website, for tracking performance analytics and for marketing purposes. We and some of our third-party providers may use cookie data for various purposes. Please review the cookie settings below and choose your preference.
Strictly Necessary: Used for the proper function of the website
Performance/Analytics: Used for monitoring website traffic and interactions
In many organizations, automated testing lags behind and becomes a bottleneck for successful continuousdelivery. Either tests do not provide enough confidence or companies take a very traditional approach, resulting in releases either introducing substantial risks or becoming costly.
If you are reading this, your company probably produces software, even if just for its own internal use. And that software is probably abysmally bad. In short, your software sucks. How do we make sure that our software is doing what we want it to do? The simplest software is more complex than most refrigerators.
As engineering teams increasingly adopt DevOps as their softwaredevelopment strategy, they are becoming faster and more efficient. Unfortunately, this speed and efficiency can expose cracks in the delivery system as well as other bottlenecks to productivity. This requires both CI and continuousdelivery.
Softwaredelivery has never been a more critical business function than it is today. If you’re like many of our customers, the phrase software supply chain entered your lexicon this year. You’ve connected the dots between more reliable softwaredelivery and business success. That’s where we come in to help.
As you may already know, Apiumhub team is software architecture-oriented and reads books for software architects on a weekly basis. This year Apiumhub organizes Global Software Architecture Summit 10th of october, which will take place in Barcelona. “ Essential Software Architecture ” by Ian Gorton.
Product Management for Enterprise Software , July 18. The Power of Lean in Software Projects , July 25. Advanced Test-DrivenDevelopment (TDD) , June 27. Test-DrivenDevelopment In Python , June 28. Software Architecture Foundations: Characteristics and Tradeoffs , July 18.
In the realm of modern softwaredevelopment, testing is indispensable. Among the plethora of testing frameworks available, Jest stands out as a powerful and developer-friendly tool for testing JavaScript applications. It ensures the reliability, stability, and quality of our codebases.
Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. Namely, that LLMs are black boxes that produce nondeterministic outputs and cannot be debugged or tested using traditional software engineering techniques.
In our last article , we introduced our newest initiative, Talk with SoftwareDevelopment Experts, a space where we interview tech experts to get to know more about them, their careers, their experience, and their interests. Are you Interested in knowing who were the softwaredevelopment experts we interviewed?
The Software Architecture Sonar is a tech guide made for software architects & developers on scalability, performance and cutting-edge technologies. Based in one of Apiumhub’s values, never stop growing , we update our Software Architecture Sonar on what our teams tell us has been working well — or not — on their projects.
Question 1: Should you use Scrum or ContinuousDelivery? This may come as a surprise, but quite frankly, Scrum says nothing about how to developsoftware, nothing about how to deliver defect-free code and nothing about techniques for faster production releases. Question 2: Do you hire Developers or Engineers?
As software teams seek higher agility, the tools and techniques for softwaredevelopment and deliverycontinue to evolve every year. DevOps and CI/CD practices provide a solid framework that allows teams to release software with increased automation and with less risk. Feature Flag drivendevelopment.
Continuousdelivery, emergent design, test-drivendevelopment, pair programming, mob programming, feature slicing, YAGNI, outside-in development, … The list is long; and most of the skills on it can seem at best counter-intuitive to those who have grown up working in the “old ways”.
Continuous Integration. Most softwaredevelopment efforts have a hidden delay between when the team says “we’re done” and when the software is actually ready to release. Continuous integration is the best way to do so. Continuous Integration is an Attitude, Not a Tool. Test-DrivenDevelopment.
Product Management for Enterprise Software , July 18. The Power of Lean in Software Projects , July 25. Advanced Test-DrivenDevelopment (TDD) , June 27. Test-DrivenDevelopment In Python , June 28. Software Architecture Foundations: Characteristics and Tradeoffs , July 18.
ContinuousTesting , a term that started to increase in popularity in mid-2019, has made its way into many of today’s CI/CD processes used in the SDLC, but what exactly does the phrase mean? Continuoustesting (CT) refers to the idea of automated testing of software as it passes through various stages in the softwaredelivery pipeline.
The Power of Lean in Software Projects: Less Wasted Effort and More Product Results , March 14. Advanced TDD (Test-DrivenDevelopment) , March 15. Java Testing with Mockito and the Hamcrest Matchers , March 19. Software Architecture by Example , February 21. Software Architecture by Example , March 18.
As opposed to the traditional softwaredevelopment lifecycle (aka waterfall), today’s Agile and DevOps-based softwaredevelopment process is more outcome-oriented.
If you work anywhere near the field of softwaredevelopment, you’ve likely already heard that you should always write code that is well-tested. Everyone wants to have well-tested code and for a good reason! Testing ensures our code is working as intended and protects against regression. UI testing.
As the pace of software-driven innovation expands, organizations often struggle to balance the need to deliver business value at speed and scale with the need to deliver consistent, reliable, and performant software products. What does the QA function do in a cross-functional development team? Test planning.
Test-DrivenDevelopment In Python , May 21. Analyzing Software Architecture , April 16. ContinuousDelivery with Jenkins and Docker , April 24. Bootiful Testing , April 29. Software Architecture by Example , May 17. Architecture for ContinuousDelivery , May 21.
Software applications are complex and can be vulnerable to a wide variety of security issues. These tools and their automation must fit within the ContinuousDelivery framework. It also leverages automation and testing to ensure more effective security tests throughout the softwaredevelopment lifecycle.
Product Management for Enterprise Software , April 17. Test-DrivenDevelopment in Python , March 28. Visualizing Software Architecture with the C4 Model , April 2. Software Architecture by Example , April 18. Developing Incremental Architecture , April 18-19. How to Be a Better Mentor , April 3.
Technical Consultant Operating our infrastructure as code delivers a world of best practices from the realm of softwaredevelopment. Continuousdelivery relieves the drudgery of manually rolling out infrastructure changes. Linting before commits is a no-brainer. These practices are now common.
A bit earlier, in 1998, a much more trivial software mistake was uncovered. Let’s talk about what quality control entails in modern softwaredevelopment. In softwaredevelopment, quality control exists alongside two other concepts: quality assurance (QA) and testing. What is Quality Control?
In this blog, we will take a further look at these test cases and why it is important to automate these acceptance tests. Not just from a development team perspective, but also what this can bring to your business. The post Quality pattern 2: Automate your acceptance tests appeared first on Xebia Blog.
The next step for getting more confident in your deployments is diligently adding both unit tests and integration tests any time you fix a bug or add a new feature. Fully adopting the TestDrivenDevelopment (TDD) practice helps, as this ensures that any new or changed code will always have tests.
Modern software systems are complex, with services distributed across data centers, in many zones, all around the world. To deliver applications cleanly, you need to manage infrastructure with pipelines just like you manage continuousdelivery. Getting started with cloud engineering using Pulumi and CircleCI.
Our industry is in the early days of an explosion in software using LLMs, as well as (separately, but relatedly) a revolution in how engineers write and run code, thanks to generative AI. Namely, that LLMs are black boxes that produce nondeterministic outputs and cannot be debugged or tested using traditional software engineering techniques.
While producing this blog post, I collaborated with our in-house softwaredevelopment team. And the very first question I shot their way was: “What are some of your biggest softwaredevelopment nightmares?” Deadlines are any softwaredevelopment team’s biggest nightmare. Trust me?—?new
While producing this blog post, I collaborated with our in-house softwaredevelopment team. And the very first question I shot their way was: “What are some of your biggest softwaredevelopment nightmares?” Deadlines are any softwaredevelopment team’s biggest nightmare.
While producing this blog post, I collaborated with our in-house softwaredevelopment team. And the very first question I shot their way was: “What are some of your biggest softwaredevelopment nightmares?” Deadlines are any softwaredevelopment team’s biggest nightmare.
Agile is also about human interactions, customer collaboration, adapting to change, and producing working software. You observe how the market reacts to the software you create and then make iterations to improve it. The Agile methodology definition was introduced by 17 softwaredevelopers gathered in Utah back in 2001.
In 2021, we saw that GPT-3 could write stories and even help people write software ; in 2022, ChatGPT showed that you can have conversations with an AI. Now developers are using AI to write software. A lot has happened in the past year. Business (13%), security (8%), and web and mobile (6%) come next.
He led softwaredevelopment at Salesforce.com during its years of hyper growth, and is now SVP of Engineering at Twitter. One of the things Scrum has contributed to the practice of softwaredevelopment is the idea that small autonomous teams perform much better than large project teams or single-discipline teams that work in sequence.
If you want to learn a lot about a softwaredevelopment organization very quickly, there are a few simple questions you might ask. You might look into what development process it uses. But perhaps most the revealing question is this: How far apart are the software releases? Estimates are made. Managers commit.
Thus instead of copying lean manufacturing practices, lean product development practices must evolve from a deep understanding of fundamental lean principles adapted to a development environment. Lean SoftwareDevelopment: A Subset of Lean Product Development In 1975, computers were large, expensive, and rare.
We organize all of the trending information in your field so you don't have to. Join 49,000+ users and stay up to date on the latest articles your peers are reading.
You know about us, now we want to get to know you!
Let's personalize your content
Let's get even more personalized
We recognize your account from another site in our network, please click 'Send Email' below to continue with verifying your account and setting a password.
Let's personalize your content