Blackbams Blog
development – digital arts – internet
Knowledge is free. No one may take possession of it.
Tagged Posts ‘Code’
10. September 2020
Today I want to share an article which is 7 years old but still 100% accurate. It shows the common mistakes in software development and the best practices about how to avoid those mistakes. Short summary – do not do STUPID code: Singleton Tight Coupling Untestability Premature Optimization Indescriptive Naming Duplication Do SOLID code: Single […]
From category Software Development || No comments yet »
7. February 2012
Nothing new, nothing special… just the working code of a basic Ajax skeleton, as this has to be copied and pasted that often. This example shows an application similar to Google suggest, which searches related values, whenever a key is pressed.
From category JavaScript / Ajax || No comments yet »
26. January 2010