Jordan Taylor
justjordant

justjordant

Follow
homeSeriesAboutSponsorStorenewsletter
Tag

coding

#coding

More content

Read more stories on Hashnode


Articles with this tag

Day 7: The Role of Testing in DevOps

Dec 15, 20221 min read 48 views

Testing plays an important role in the DevOps process. In a DevOps environment, testing is typically integrated into the software development process...

Day 7: The Role of Testing in DevOps

Day 5: The Role of Culture in DevOps

Dec 13, 20222 min read 26 views

Culture plays a critical role in the success of DevOps practices. A collaboration, communication, and experimentation culture are essential for teams...

Day 5: The Role of Culture in DevOps

Day 4: DevOps Tools

Dec 12, 20221 min read 42 views

There are many tools available to help teams implement DevOps practices. Some common tools include: Source control tools These tools, such as Git and...

Day 4: DevOps Tools

Day 2: The Benefits of DevOps

Dec 10, 20222 min read 52 views

Implementing DevOps practices can lead to several benefits for an organization. Some of these benefits include: Faster software delivery: By...

Day 2: The Benefits of DevOps

Clean Code

Dec 9, 20222 min read 55 views

A Review on Robert C. Martin's "Clean Code: A Handbook of Agile Software Craftsmanship" · Robert C. Martin, also known as Uncle Bob, is a well-known...

Clean Code

Day 6 - Pulumi Inputs and Outputs

May 14, 20224 min read 1.2K views

Day 6 - Pulumi Input and Outputs What are Inputs and Outputs? All resources args in Pulumi can accept Inputs; Inputs are values of type Input<T>, a...

Day 6 - Pulumi Inputs and Outputs