Tag: design
Found 2105 results for 'design'.
1) design - Database design of a web-app which trains kids to read
2) design - How to segregate blog posts into seen and unseen?
3) java - Database design
4) design - How to handle or design review system with pagination?
5) design - Redis write-through cache vs write-behind cache (message queue?)
6) design - Conceptually speaking, how would I pull facebook wall posts from 100k users?
7) design - Implementation of object state in an OO language?
8) java - Design Pattern: Extending existing functionaliy of ENUM
9) c# - C# .NET MVVM software architecture and naming conventions
10) design - Using a relational database vs JSON objects for event/activity data
11) design - Is it good practice to keep 2 related tables (using auto_increment PK) to have the same Max of auto_increment ID when table1 got modified?
12) design - Possible way to handle multiple reset password email
13) database - Schema Design : Advice Needed
14) design - How to Properly Design an API Prefetch System
15) design - Designing an API with access tokens, how to handle GET requests?
16) design - Review of my OOP design for simple password manager
17) design - Pattern for checking online service availability
18) design - How to access a file stored locally on server?
19) design - If URLs are broken, and how to fix them
20) design - For user defined data, is it better to use a table of tables or dynamically created tables?
21) design - Creating a online database creator
22) design - dealing with a very large state machine in a class
23) design - "State" pattern and encapsulation
24) java - Memento with optional state?
25) java - State pattern vs Inheritance
26) design - Switching algorithm for Parking Lot Software Design Problem
27) design - Command handling fail feedback with CQRS
28) c# - Extending an already existing polymorphic design beyond initial expectations
29) design - Design pattern for selecting data
30) c++ - Command pattern design
31) java - DDD - storing and retrieving entities of an aggregate from the outside
32) design - What is the ideal length of a method for you?
33) c# - Decouple object tier from Windows Forms application
34) c# - substitute for static inheritance
35) c# - Never make public members virtual/abstract - really?
36) java - Applying DRY to an inheritance hierarchy
37) design - Introduce Data Transfer Objects or expose complex data model in REST
38) design - Refresh web page VS 'caching' idea tradeoff when creating/retrieving/updating/deleting (CRUD) data between web app and database
39) design - Log to file or to database table?
40) design - Right way to combine data between Mongo and DynamoDB
41) architecture - How can I gather client's data on Google App Engine without using Datastore/Backend Instances too much?
42) design - Using a Directory Service instead of a Database
43) design - DB schema for packaging products/services together under a single price/offer
44) database-design - Best Practices for Redesigning a Database
45) java - Same Interface for Classes with some common attributes
46) design - How can I maintain a reference to a set of defaults
47) design - Requirements for an hierarchy design in C++ for integer C types extension. Interface design problem
48) design - Save not-so dynamic data into a database and retrieve with changes in the future
49) design - Making logging more efficient and useful by categorizing data (and virtually not writining messages anymore)
50) design - Should a surrogate key ever be exposed to a user?