Remove Continuous Delivery Remove Continuous Integration Remove Software Review Remove Test-Driven Development
article thumbnail

AoAD2 Practice: Continuous Integration

James Shore

To share your thoughts, join the AoAD2 open review mailing list. Continuous Integration. We keep our latest code ready to release. We keep our latest code ready to release. It’s the little things: getting everybody’s code to work together, writing a deploy script, pre-populating the database, and so forth.

article thumbnail

Well-tested code: in search of meaningful coverage

CircleCI

If you work anywhere near the field of software development, 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.

Insiders

Sign Up for our Newsletter

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

article thumbnail

Talks with Software Development Experts Initiative Part 2

Apiumhub

In our last article , we introduced our newest initiative, Talk with Software Development 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 software development experts we interviewed?

article thumbnail

Discover 2022 DevOps trends with CircleCI data report

CircleCI

Software delivery 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 software delivery and business success. That’s where we come in to help.

Report 98
article thumbnail

Continuous deployment without downtime

CircleCI

As engineering teams increasingly adopt DevOps as their software development 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. A manual step is required to deploy the code to production.

article thumbnail

Benefits of feature toggles or feature flags

Apiumhub

As software teams seek higher agility, the tools and techniques for software development and delivery continue 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.

article thumbnail

Unraveling the Power of Jest: A Comprehensive Guide

InnovationM

In the realm of modern software development, 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.