Skip to main content

Tags

A tag is a keyword or label that categorizes your question with other, similar questions. Using the right tags makes it easier for others to find and answer your question.

Questions about problem solving and planning for a solution through software design.
5250 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.
C# is a multiparadigm, managed, garbage-collected object-oriented programming language created by Microsoft in parallel with the .NET platform
4966 questions
A design pattern is a general reusable solution to a commonly occurring problem in software design.
4505 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 "bla…
3602 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
3420 questions
Questions about C++, a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
2787 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 p…
2209 questions
for general database questions. If you question is specific to SQL or NoSQL, use the corresponding tags instead.
2154 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 com…
2127 questions
Questions about PHP, a widely-used general-purpose scripting language that is especially suited for Web development.
2057 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 thi…
2030 questions
Unit testing is a method by which individual units of source code are tested to determine if they are fit for use.
1800 questions
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
1737 questions
Domain-driven design (DDD) is an approach to develop software for complex needs by connecting the implementation to an evolving model.
1664 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.
1593 questions
Representational state transfer, or REST, is an architectural style for networking software to transfer information through the web.
1588 questions
Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
1572 questions
Verifying the behavior of a software system against the expected behavior of that system.
1498 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 s…
1467 questions
Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.
1406 questions
For questions about structuring the data within a database. How to lay out tables, whether to use a relational DB or not, etc.
1343 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…
1340 questions
C is a general-purpose computer programming language used for operating systems, games and other high performance work.
1325 questions
An application programming interface (API) is the specification for which software is meant to be used by other software.
1315 questions
Git is an open-source DVCS (Distributed Version Control System)
1189 questions
Application Programming Interface (API) Design discusses best practises for creating libraries intended for general purpose or public use.
1163 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-o…
1149 questions
Web applications are applications that are accessed over the "web", which can mean the Internet, or an internal network (an intranet).
1088 questions
Coding style is a set of guidelines that helps readability and understanding of the source code.
1064 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 deco…
1037 questions
A programming discipline for tracking, storing and retrieving revisions of source code.
976 questions
MVC (Model-View-Controller) is a software architecture pattern that enforces separation of concerns.
953 questions
For questions relating to cryptography and IT security. This can be computer, network, or database security.
930 questions
Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals.
929 questions
Questions regarding efficient storage and representation of data within a software application.
915 questions
1
2 3 4 5
52