$theTitle=wp_title(" - ", false); if($theTitle != "") { ?>
Talks around Computer Science and Stuff
In: Fun and stuffs|Others
3 Oct 2009This 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 […]
In: Uncategorized
11 Sep 2009Once 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 đŸ™‚
In: Scalability
10 Aug 2009If 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. […]
In: User Experience
15 Jun 2009Recently, 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 […]
In: PHP
29 May 2009PHP 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 […]
In: PHP
25 May 2009I 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 […]
In: Knowledge
21 May 2009WolframAlpha 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 […]
In: PHP
17 May 2009Some 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 […]
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.