|
You are here |
nikperic.com | ||
| | | | |
www.paulox.net
|
|
| | | | | Free Software and Open Source code that I shared with thecommunity. | |
| | | | |
www.ducea.com
|
|
| | | | | Applies: - (all web servers might respond with something 'useful' here, depends from configurations) Required apache module: - Scope: - Type: informational, remote Description: anyone can (if interested) find out (if not properly hidden) what software is running on a remote web server. Useful: for testing. If you will implement my next tip (how to hide this information) then you might want to test this to see it is working properly. | |
| | | | |
www.thepolyglotdeveloper.com
|
|
| | | | | Use the Express.js web application framework for Node.js to quickly create lightweight and fast websites. | |
| | | | |
aimatters.wordpress.com
|
|
| | | There is a strong principle in software engineering of reusing code wherever possible. It's considered so important, that it's got its own TLA: DRY ("Don't Repeat Yourself"). In other words, don't reinvent the wheel. There are obvious benefits to this. Nobody wants to type the same piece of code over and over. Sowrite it... | ||