Jumping from article to article, I can see everywhere the expression "bulk loading". What does it really (technically) mean? What …
database terminology data-warehouse bulk-loadThere are HTML tags, such as <img />, <input /> and <button />, that need no ending …
html terminologyI'm looking at a piece of Java code right now, and it takes a path as a String and gets …
java url terminologyIn programming languages like C and C++, people often refer to static and dynamic memory allocation. I understand the concept …
c++ c memory memory-management terminologyWhile reading the QTKit Application Programming Guide I came across the term 'headless environments' - what does this mean? Here …
terminology headlessI read the following sentence in the Fluent NHibernate wiki: ...; however, for most greenfield applications (and quite a few brownfield …
language-agnostic terminologyIn software engineering we create indexes all the time (e.g., in databases) but I also hear a lot of …
indexing terminologyWhat does the term Plain Old Java Object (POJO) mean? I couldn't find anything explanatory enough. POJO's Wikipedia page says …
java terminology pojoI'd like to understand the advantages provided by these type of threads. In what environments are green threads better than …
java multithreading terminologyCan you post a short example of real, overdone spaghetti code, possibly saying what it does? Can you show me …
terminology anti-patterns