Author Archive

This is definitely not PHP or IT related but is worth talking about đŸ™‚ The com department of the UQAM (Universite du Quebec a Montreal – Canada) has done an awesome and incredibly popular lipdub video. This LipDub has been produced during the integration week of UQAM with 172 communication students. It was made on […]

Once again, Thanks Google for their tech talks. Here is a video from Steve Souders named “Life’s Too Short – Write Fast Code”. This video talks about how to write efficient code and discuss speed optimizations techniques in Web programing. Steve works at Google on web performance and open source initiatives. His book, High Performance […]

Here is a very interesting video from Linus Torvalds on Git. He emphasizes on the importance and added value for companies to use decentralized source control. You better listen to this video or you just may end up stupid and ugly đŸ™‚

If you ever worked in a software company, you most likely heard once someone saying “Hey, we can’t do this, because this doesn’t scale!” I believe “Scalability” must be on the top 10 list of the “buzz words” most used in the software industry. It is usually considerated as a killing argument in a conversation. […]

Recently, I have been working on building a new search engine.  After performing some searches on Google, I ended up watching a tech talk from Marissa Mayer. Marissa is vice President  (Search Products & User Experience) at Google. Just to give you a background here is a short summary of her bio, she has an […]

PHP Code Comparator is a command line script allowing to compare different versions of a library, framework or package. It will detect code changes in terms of class existence or method definitions. If you ever wanted to have a way to quickly identify what classes have been altered or methods have been changed between two […]

The Ultimate Coder Battle

In: PHP

25 May 2009

I recently heard about a funny contest handled by Microsft. The concept is really fun, and so is their web site (Check the video!). Here is a short description of the contest. Microsoft presents the Ultimate Battle: It’s a knock-down, drag-em-out battle between professional and student developers! And it’s your big chance to show the […]

WolframAlpha is a computational knowledge engine created by Stephen Wolfram It basically generates output by doing computations from its own internal knowledge base (composed of many trillions of elements), instead of searching the web and returning links.  I spent some time testing it and I gotta say it is awesome. So, no it isn’t gonna […]

Some people just like to write as few line of codes as possible. Well, PHP can be tricky sometimes.. For instance, be carefull when declaring a variable and passing it as a parameter to a function or to a method at the same time. If that parameter is supposed to be passed by reference, you […]

I have decided to write a serie of posts around the Singleton design pattern. This first one will discuss the uniqueness aspect of a Singleton. What is a Singleton again ? In software engineering, the singleton pattern is a design pattern that is used to restrict instantiation of a class to one object. (Wikipedia) Here […]


Who am I?

My name is Bashar Al-Fallouji, I work as a Enterprise Solutions Architect at Amazon Web Services.

I am particularly interested in Cloud Computing, Web applications, Open Source Development, Software Engineering, Information Architecture, Unit Testing, XP/Agile development.

On this blog, you will find mostly technical articles and thoughts around PHP, OOP, OOD, Unit Testing, etc. I am also sharing a few open source tools and scripts.

  • Trinzia: Well done, my friend! [...]
  • vivek raj: Hello Bashar, It's really good that you wrote this code. but I'm confused some part. can you suppor [...]
  • irfan: I saw watch your youtube talk on clean and testable code. By the way very good talk. I was wondering [...]
  • Mohamed: Hello bashar, I hope you are doing well. Thank you for your hard work, and thank you for sharing [...]
  • alex davila: Hi Bashar is there any pick up example?? Regards Alex Davila [...]