Articles
- Home /
- Articles

Quality Attributes of Computer Programs: Implement Software Robustness
- August 15, 2024
- 11 min read
- Software quality
Robustness is a crucial software quality attribute that measures a software’s ability to function correctly under adverse conditions.
Read More
Illustrative Explanation of Fault, Error, Failure, bug, and Defect in Software
- July 29, 2024
- 17 min read
- Software quality
Software do not always behave as expected. Mistakes in the implementation or in the requirements specification cause issues in software. The common terminologies used to describe software issues are Fault, Error, Failure, Bug and Defect.
Read More
Software Development Tools: A Comprehensive Overview
- June 17, 2024
- 11 min read
- Programming concepts
When I learn a programming language, one of the first things I try to understand is how to transform written code into a deployable (installable) and runnable artifact. I start by determining the programming language type, specifically whether a compilation step is required and if an interpreter is required at run time. Then, I look into the programming tools or toolchain necessary to build and package any application I develop.
Read More
Elements of Computer Programs and Programming Languages
- May 20, 2024
- 12 min read
- Programming concepts
What can we liken computer programs to? To me, they’re like instruction manuals.
Read MoreCategories
Tags
- Backoff
- Bug
- Build System
- C Language
- C++ Language
- Code Generation
- Coding Style
- Compilation
- Computer Program
- Defect
- Dependencies
- Development Environment
- Docker
- Documentation Generation
- Environmental Tolerance
- Error
- Error Tolerance
- Failure
- Failure Tolerance
- Fault
- Fault Tolerance
- Formatting
- Idiomatic Rust
- Input Error
- Learn C
- Learn C++
- Learn Python
- Learn Rust
- Libraries
- Linting
- Linux
- Naming Convention
- Offline Development
- Package Management
- Programming Guidelines
- Programming Language
- Programming Tools
- Python Language
- Reliability
- Resource
- Resource Access Error
- Retry
- Robustness
- Rust
- Setup Guide
- Software Packaging
- Standalone Program
- Static Analysis
- Testing
- Timeout
- Toolchain
- Windows