• Wir genießen das Vertrauen von:

What does this var_dump return?

By | Entwicklung | 2 Kommentare

Tell us what does this var_dump return! var_dump( null == 0, # ? false == 0, # ? INF==INF, # ? (-1*INF) == (-1*INF), # ? (-1*INF) < (-1*INF), # ? (-1*INF) > (-1*INF), # ? ‚Interesting‘, null == (-1*INF), # ? false == (-1*INF), # ? null < (-1*INF), # ? false < (-1*INF) # ? );

mehr

A new PHP Challenge: Facing Memory Issues

By | Spaß | 8 Kommentare

Let’s say that we have a PC with unlimited processing power, BUT with very little RAM. We need to optimize its memory, by using a script that creates 2 functions: one for archiving an array and another one to search through this array. There are also a set of rules that you need to respect: 1: You will use only…

mehr

Second PHP Challenge

By | Entwicklung, Spaß | 3 Kommentare

As the challenge we’ve given you last week was a real hit, we want to provoke you again! So… you are given 2 integral numbers: a and b. Request: Write a code sequence that interchanges the values of  these 2, without using additional variables.

mehr

Become a Magento Certified Developer Plus!

By | Magento | One Comment

I have noticed many people interested in getting their Magento certification (either as Magento Certified Developer or Magento Certified Developer Plus). I have seen a lot of questions being asked on forums about how one should prepare for such an exam. Our team seems to have it all figured out, as Emanuel has just announced us yesterday that he is…

mehr