5 tips and tools to optimize your php application – Part 1 simple
With php becoming a more mature language and frameworks becoming a standard practice, it’s increasingly important to analyze your code and test the performance where possible.
Frameworks and libraries can speed up the development time and make code maintenance simpler, but it’s important you understand how they work. It’s not just the framework itself but the entire footprint your application leaves when a user visits a specific page. Ask yourself what’s involved from the database, to the code/framework, and then to the client through http requests.
Read more

Tooltips are nice small additions that can improve the user experience. They are so common that 

Recent Comments