-
Web Dev
Why Developers Should Write
As the editor of Codeship’s blog (and several other tech publications from bygone eras), I am of the strong opinion…
Read More » -
Web Dev
Keeping Remote Teams Cohesive
Good teams know how to collaborate well. When your team is spread all over the country or perhaps the world,…
Read More » -
PHP
PHP, Ajax and Mysql Example
Ajax is a powerful web technology, it allows a web app’s communication with a server, without having to refresh the…
Read More » -
Ruby
Five Practices for Robust Ruby on Rails Applications
Whenever I come across a Rails application with inconsistent data or bugs that are hard to nail down, I tell…
Read More » -
PHP
PHP File Upload Example
[ads1]File uploads has now become an integral part of many, if not all social apps (both web apps and mobile…
Read More » -
PHP
PHP Connect To Mysql Tutorial
In this example we will learn about database systems, mysql and how PHP scripts can talk to a Mysql database.…
Read More » -
Ruby
Building a Well-Polished Ruby Gem
A gem is a package for Ruby to distribute code in a maintained unit. But that’s not all there is…
Read More » -
PHP
PHP Base64 Encode/Decode Example
Encoding in base64 simply involves converting binary data to ASCII text. Encoding in base64 is done so as to easily…
Read More » -
JavaScript
An Introduction To Underscore.js
Recently I starting working in the Backbone.js framework which has dependency on the Underscore.js framework. Underscore is a JavaScript utility…
Read More »