Tags
A tag is a keyword or label that categorizes your question with other, similar questions.
Questions about problem solving and planning for a solution through software design.
5162 questions
C# is a multiparadigm, managed, garbage-collected object-oriented programming language created by Microsoft in parallel with the .NET platform
4931 questions
Java is a high-level, platform-independent, object-oriented programming language originally developed by Sun Microsystems. Java is currently owned by Oracle, which purchased Sun in 2010.
4929 questions
A design pattern is a general reusable solution to a commonly occurring problem in software design.
4450 questions
The high-level design and description of a software system. Architectural design distills away details of implementations, algorithms, and data representation to concentrate on the interaction of "black box" components.
3510 questions
A methodology that enables a system to be modeled as a set of objects that can be controlled and manipulated in a modular manner
3375 questions
Questions about C++, a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
2744 questions
In mathematics and computer science, an algorithm is an effective method expressed as a finite list of well-defined instructions for calculating a function. Algorithms are used for calculation, data processing, and automated reasoning.
2205 questions
This tag is for general database questions. If you question is specific to SQL or NoSQL, use the corresponding tags instead.
2119 questions
JavaScript (not to be confused with Java) is a high-level, dynamic, multi-paradigm, weakly-typed language used for both client-side and server-side scripting. Use this tag for questions regarding common implementations of ECMAScript, JavaScript, JScript, etc. JS does not typically refer to its ECMA-cousin, ActionScript.
2111 questions
Questions about PHP, a widely-used general-purpose scripting language that is especially suited for Web development.
2049 questions
Python is a dynamically typed, high-level interpreted programming language. Its design focuses on clear syntax, an intuitive approach to object-oriented programming, and making the right way to do things obvious. Python supports modules and exceptions, and has an extensive standard module library. Python is general-purpose and thus used widely, from the web to embedded systems.
2004 questions
Unit testing is a method by which individual units of source code are tested to determine if they are fit for use.
1770 questions
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
1707 questions
Domain-driven design (DDD) is an approach to develop software for complex needs by connecting the implementation to an evolving model.
1610 questions
Programming Practices are the commonly or not so commonly used practices in development of software. These can include things like Agile Development, Kanban, Coding shortcuts, etc.
1586 questions
Representational state transfer, or REST, is an architectural style for networking software to transfer information through the web.
1560 questions
Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
1557 questions
Verifying the behavior of a software system against the expected behavior of that system.
1470 questions
The .NET Framework is a software framework for Microsoft Windows operating systems. It includes an implementation of the Base Class Library, Common Language Runtime, and Dynamic Language Runtime. It supports many programming languages, including C#, VB.NET, F# and C++.
1453 questions
Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.
1403 questions
Questions about the implementation of software licenses on software.
General questions about open source software licenses should be asked at opensource.stackexchange.com instead. Legal questions about software licenses should be asked at law.stackexchange.com instead.
1339 questions
For questions about structuring the data within a database. How to lay out tables, whether to use a relational DB or not, etc.
1318 questions
C is a general-purpose computer programming language used for operating systems, games and other high performance work.
1314 questions
An application programming interface (API) is the specification for which software is meant to be used by other software.
1299 questions
Agile software development is a group of software development methodologies based on iterative and incremental development, where requirements and solutions evolve through collaboration between self-organizing, cross-functional teams.
1140 questions
Application Programming Interface (API) Design discusses best practises for creating libraries intended for general purpose or public use.
1134 questions
Web applications are applications that are accessed over the "web", which can mean the Internet, or an internal network (an intranet).
1078 questions
Coding style is a set of guidelines that helps readability and understanding of the source code.
1056 questions
Microservices are small, independent processes that communicate with each other to form complex applications which utilize language-agnostic APIs. These services are small building blocks, highly decoupled and focused on doing a small task, facilitating a modular approach to system-building.
1020 questions
A programming discipline for tracking, storing and retrieving revisions of source code.
969 questions
MVC (Model-View-Controller) is a software architecture pattern that enforces separation of concerns.
951 questions
Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals.
925 questions
For questions relating to cryptography and IT security. This can be computer, network, or database security.
915 questions
QUESTIONS ABOUT LICENSING ARE OFF-TOPIC. You may ask questions about open source licensing on https://opensource.stackexchange.com. This tag is for asking about designing programs that interact with open source software.
913 questions