A decision made A couple of months ago we started the process of moving our SVN repositories to GIT. Consequently, we made the decision to move all of our SVN repositories to GIT. Looking at the initial SVN to GIT process, we had a few stumbling blocks. Finally, what we went with is the awesome […]
Read More
The discussion begins Yesterday I had a discussion with my CTO and it came up that the technology stack we use. It seems that it is too complicated for the our team of developers. The reason it seems this way is because when the project managers and account managers come to the team, most seem […]
Read More
Seeing as there are already TONS of material about this subject, I am going to put it down so that I contribute to the information overload 😛 . Normally, when you start a project with AngularJS, you already have a clue of the libraries and the structures, ie directives, controllers, modules, filters and services in […]
Read More
In the first part, we discussed the bare basics of what a class is in PHP and how visibility works. In this part, we will be covering the some “magic” methods and inheritance. After the article, you should have enough to get you up and running with object orientated programming in PHP. Magic in the […]
Read More
By doing a quick search in the mighty Google Search for “PHP OOP”, you get a ton of results. There are the good ones and the bad ones as always, and hopefully one day, this one. I will also be covering the real basics of OOP in PHP, for me, to recap, and hopefully for […]
Read More
In a previous post, I wrote about how we are doing our source control at work. Still on svn, we are now trying to keep the database and associated documents of a project in one repo as well. This meant that we had to rethink the structure and the workflow of projects a bit. The […]
Read More
This is a post regarding how svn is being used at my workplace. First, some background and the reason we moved to this format. I was working on a project and I had everything checked in on svn in the trunk and things were going great. Then another developer started working on some new development […]
Read More
Unit testing in the Zend Framework was always such a pain to get up and running but lately it just seems easier and easier to do. I think it has something to do with the fact that i am a big supporter of the TDD method and want to incorporate it into my working schedule […]
Read More
So in my works of php projects, I have coded from scratch, from other peoples work and from open-source projects. I have also tried codeignitor as well as cake for frameworks for starting projects. Then I installed Zend Framework and all I can say is wow, nice. The thing that I like about ZF is […]
Read More
I thought it was going to be a terrible experience, turns out, it was easy. I just followed these 5 simple steps. The way it is written is straight and to the point, just like i like it.
Read More