Sean Coughlin
Sean Coughlin's Blog

Sean Coughlin's Blog

Follow
home馃暥 About Me馃捇 Interview Prepbadgesnewsletter
Tag

software development

#software-development

More content

Read more stories on Hashnode


Articles with this tag

Understanding Cloud Storage Types: Object, Block, File, and Database Storage

Apr 10, 20236 min read

Unlocking the Cloud Storage Puzzle - A Comprehensive Guide to Object, Block, File, and Database Storage for Software Engineers 路 Introduction Cloud...

Understanding Cloud Storage Types: Object, Block, File, and Database Storage

What is Integration Testing?

Mar 30, 20222 min read

Integration Testing is a method of software testing where modules are connected and tested as a larger group. 路 Background Integration testing, also...

What is Integration Testing?

What is a unit test?

Mar 29, 20222 min read

Unit testing is a method of software testing where small, individual chunks of code are verified in isolation. 路 Unit Testing Background Tl;dr: a unit...

What is a unit test?

What is BDD?

Mar 26, 20222 min read

Behavior-driven development (BDD) helps connect software development with business goals. 路 BDD Tl;dr BDD or behavior-driven development puts developers...

What is BDD?

What is TDD?

Mar 26, 20222 min read

Test-driven development (TDD) is a programming style where coding is preceded by testing. 路 Test-driven development, or TDD, is a programming style. TDD...

What is TDD?

What is software testing?

Mar 26, 20221 min read

This series will explain the various ways of testing code to ensure quality and performance. 路 I started my career with an internship in software quality...

What is software testing?