Articles
- Home /
- Articles
Make Numbers More Readable in Your Code
- February 28, 2025
- 8 min read
- Programming concepts , Software quality
Have you ever seen a giant number in your code, like 100000000, and thought, What even is this? I explored 50 top programming languages to see which …
Descriptive Variable Names Are Not Always Good
- February 5, 2025
- 8 min read
- Programming concepts , Software quality
When naming variables in a program, the usual advice is to use descriptive names. But is this always the case? Let’s explore when shorter, less …
Read More
7 Basic C Programming Facts you Need to Know
- December 30, 2024
- 15 min read
- C programming
In this article, I’m sharing 7 essential facts about the C programming language. Whether you’re just starting out or you’ve been …
Read More
C++ Learning Resources and Coding Conventions
- October 20, 2024
- 8 min read
- C++ programming
If you’re looking to learn the C++ programming language and improve your coding skills, using the right resources and following solid coding …
Read More
C Learning Resources and Coding Conventions
- October 1, 2024
- 8 min read
- C programming
If you’re looking to learn the C programming language and improve your coding skills, using the right resources and following solid coding …
Read More
Software Robustness and Timeout Retry Backoff Paradigms
- September 2, 2024
- 20 min read
- Software quality
Programs access external resources, including I/O devices and remote services. These resources can be unreliable, requiring robust handling strategies …
Read More
Quality Attributes of Computer Programs: Implement Software Robustness
- August 15, 2024
- 12 min read
- Software quality
Robustness is a crucial software quality attribute that measures a software’s ability to function correctly under adverse conditions. This …
Read More
Illustrative Explanation of Fault, Error, Failure, bug, and Defect in Software
- July 29, 2024
- 18 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 …
Read MoreCategories
Tags
- Arrays
- Backoff
- Bash
- Binary Files
- Bug
- Build System
- C Language
- C++ Language
- CLI Design
- Code Generation
- Coding Style
- Command Line Interface
- Compilation
- Computer Program
- Configuration
- Containers
- Debugging
- Defect
- Dependencies
- Devcontainer
- Development Environment
- DevOps Tools
- Docker
- Dockerfile
- Documentation
- Documentation Generation
- Enums
- Environmental Tolerance
- Error
- Error Tolerance
- Executable Files
- Failure
- Failure Tolerance
- Fault
- Fault Tolerance
- Formatting
- Go Programming
- Heap
- Idiomatic Rust
- Input Error
- JSON
- Learn C
- Learn C++
- Learn Go
- Learn Python
- Learn Rust
- Libraries
- Linting
- Linux
- Match
- Microservices
- Naming Convention
- Networking
- Offline Development
- Operating Systems
- Package Management
- Pointers
- Posix
- Process
- Process Creation
- Process Memory Layout
- Programming Basics
- Programming Concepts
- Programming Guidelines
- Programming Language
- Programming Tools
- Python Language
- Reliability
- Resource
- Resource Access Error
- Retry
- Robustness
- Rust
- Setup Guide
- Sleep
- Software Packaging
- Stack
- Standalone Program
- Static Analysis
- Strings
- System Calls
- System Programming
- Terminal
- Testing
- Timeout
- Timing
- Tokio
- TOML
- Toolchain
- Troubleshooting
- Unix
- Vectors
- Windows
- YAML
- Zero Value