Browsed by
Category: engineering

5 Essential Tools for a New Startup CTO

5 Essential Tools for a New Startup CTO

Sometimes I get asked what tools I''d recommend to new lead developers. Many times, these developers are coming from mid-to-large size enterprise companies, where tools are proprietary and aimed towards the enterprise. The toolset for the open web is much different than the ones available in larger companies. Here we go: 1. Version control, and the tools to make sense of it. I can''t emphasize Read the article >>
PHP Performance Hack – Throttling During Load Issues

PHP Performance Hack – Throttling During Load Issues

I''ve had some performance issues lately with the server buckling under the pressure of a high peak user load . Other times, I''ve had issues with process intensive tasks that kept recursively spawning more instances of themelves. Creating performance intensive scripts require a good amount of design & architecture forethought, and sometimes you can''t always foresee the ways things could go Read the article >>