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.
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
4944 questions
A design pattern is a general reusable solution to a commonly occurring problem in software design.
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…
A methodology that enables a system to be modeled as a set of objects that can be controlled and manipulated in a modular manner
3393 questions
Questions about C++, a statically typed, free-form, multi-paradigm, compiled, general-purpose programming language.
2763 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…
2204 questions
for general database questions. If you question is specific to SQL or NoSQL, use the corresponding tags instead.
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…
2119 questions
Questions about PHP, a widely-used general-purpose scripting language that is especially suited for Web development.
2051 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…
2020 questions
Unit testing is a method by which individual units of source code are tested to determine if they are fit for use.
1777 questions
Object-oriented design is the process of planning a system of interacting objects for the purpose of solving a software problem.
1719 questions
Domain-driven design (DDD) is an approach to develop software for complex needs by connecting the implementation to an evolving model.
1630 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.
1591 questions
Representational state transfer, or REST, is an architectural style for networking software to transfer information through the web.
1567 questions
Web development is a broad term for the work involved in developing a web site for the World Wide Web or an intranet.
1562 questions
Verifying the behavior of a software system against the expected behavior of that system.
1474 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…
1460 questions
Artificial languages for instructing computers to do steps of computation in order to complete tasks. They allow programmers to communicate with computers.
1404 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…
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.
1326 questions
C is a general-purpose computer programming language used for operating systems, games and other high performance work.
1319 questions
An application programming interface (API) is the specification for which software is meant to be used by other software.
1305 questions
Git is an open-source DVCS (Distributed Version Control System)
1178 questions
Application Programming Interface (API) Design discusses best practises for creating libraries intended for general purpose or public use.
1142 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…
1142 questions
Web applications are applications that are accessed over the "web", which can mean the Internet, or an internal network (an intranet).
1082 questions
Coding style is a set of guidelines that helps readability and understanding of the source code.
1060 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…
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.
952 questions
Project management is the discipline of planning, organizing, securing, and managing resources to achieve specific goals.
926 questions
For questions relating to cryptography and IT security. This can be computer, network, or database security.
920 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 o…
914 questions
1
2 3 4 5
51