The software development life cycle, usually shortened to SDLC, is the structured process teams follow to take software from an idea to a working, maintained product. Understanding it matters whether you build software or commission it, because the quality of the process largely determines the quality, cost, and...
Software Engineering
Articles and resources on software engineering principles, best practices, architecture, code quality, and professional development techniques.
What is software development? At its simplest, software development is the process of designing, building, testing, and maintaining the programs that run on computers, phones, servers, and devices. It is how an idea becomes a working application. But that one-line definition hides a great deal, and if you are a...
A COBOL to C++ migration is one of the most impactful modernization projects an organization can take on, and also one of the most underserved. There are still roughly 220 billion lines of COBOL running in production today. Banks process trillions of dollars through it. Governments run pension systems, tax collection,...
The memory safety discussion between C++ and Rust has become one of the most active topics in software engineering. Government agencies have weighed in, conference talks are dedicated to it, and opinions run strong on both sides. Let me be upfront: Rust is an excellent language. Its ownership model and borrow checker...