Use Nexus Repository as openSuse Proxy
Explains how to setup Sonatype’s Nexus repository server as openSUSE download proxy to save network bandwidth.
More DetailsBecause an open mind provides more insights…
Explains how to setup Sonatype’s Nexus repository server as openSUSE download proxy to save network bandwidth.
More Details“Big Data” gets more and more attention in general and very specific in software development. But, there are some misunderstandings and also some misinterpretations. The first point of […]
More DetailsI wrote an article lately about a simple model to understand indices in databases. It may help to read the other article first. In a data processing […]
More DetailsI had a lot of discussions in the past about databases and indices. The type of the database is not important, as the general design of indices are […]
More Details During the studies of database design with the accompanying toy project DuctileDB, I found some disturbing performance issues. During the implementation of a needed log structured storage, […]
More DetailsGeneral Remarks Testing shall assure the quality of a product and that development does not break the already implemented functionality. The quality is defined in ISO 9126 for […]
More DetailsIn C++ and other programming languages, constructors are paired with destructors. These help to close file handles, database connections and the like in case the object is destroyed. […]
More DetailsSince the appearance of object relational mappers (ORM) the programming of persistence layers became easier and less error prone. ORMs store objects in SQL databases by interpreting the […]
More DetailsIn a lot of situations it is better to handle data as streams to keep the memory profile low and to decrease latency. To access data in such […]
More Details