by thanassis | Aug 1, 2025 | Music
Djangopedia started about 7 months ago indexing online resources related to the music of the famous jazz guitarist Django Reinhardt. Today, djangopedia got its 206th entry, and I’m pretty sure that this makes it the largest online resource for tunes recorded by Django...
by thanassis | Aug 1, 2025 | Music
Although I generally like most music, I have a preference on the acoustic sound. Guitars, basses, banjos, harps. I always try to improve my guitar and music skills. Over the last decade I am still trying to figure out how to improvise in the style of gypsy jazz legend...
by thanassis | Aug 1, 2025 | Java Learning
I’ve started realising the power of patterns in 96 after studying the excellent book “Design Patterns” by E.Gamma, J.Vlissides, R. Helm and R. Jhonson. Highly recommended!At the moment there are many books, papers and bibliography on patterns worth reading. For the...
by thanassis | Aug 1, 2025 | Java Learning
An OO framework can be seen as a component library encapsulating the implementation and design of a family of applications in a domain. Frameworks can be specific to a domain or generic. For information on frameworks, one of the earliest sites to look into is Ralph...
by thanassis | Aug 1, 2025 | Java Learning
Aspects help in improving the modularisation of a system by encapsulating cross cutting concerns such as distribution, exception handling, debugging, tracing/logging/auditing/timing/testing, design patterns, idioms, etc. The implementation of such concerns usually is...