Tag Archives: web development

The importance of Web frameworks in startup development teams

In a start-up environment, things happen so fast that there’s very little time to polish your tools. Code gets done undocumented, development team members come and go with different programming styles and tools, and the chaos just builds up as … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , | Leave a comment

Easy PHP code test development with SimpleTest unit testing framework

Testing is a task every developer has to do eventually on any programming project. You can do it manually after writing all your code to see if it works as you intended, or better yet, before writing your code, using … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , , , | Leave a comment

command line tools for web developers

Many people are typically afraid of the terminal. Yes, it might look scary for some, retro for others, but for the practical busy programmer, the terminal is the best tool you can have. Lately for my day job, I’ve been … Continue reading

Posted in GNU/Linux Free Software & Open Source, Programming & Web Development | Tagged , , , , , , | 3 Comments