We don’t know about you, but we are addicted to coffee. No one knows exactly how or when coffee was discovered. According to a legend, an Ethiopian goatherd discovered coffee when he noticed how excited his goats became after eating the beans from a coffee plant. A few centuries later, coffee has the same effect on people. Here’s why coffee is so important…
Roses are red, violets are blue, Valentine’s Day is not just for lovers, but for awesome colleagues too. Our people are our greatest asset! We’ve created a culture that encourages our members to exceed their limits, reaching the peak of their potential and delivering the best results. We’ve built a transparent and friendly work environment so that our team can embrace any challenge with confidence….
Guess who brought chocolate from Belgium? Our colleagues went to FOSDEM for this year’s edition, and yes, they brought chocolate! FOSDEM is a two-day event dedicated to software developers, meant to promote the use of free and open source software. The event gained popularity among developers, convincing more and more people to join the conference in Brussels, at ULB…
We have to admit that Bulgaria PHP Conference was one of the coolest events that we have attended. There is a lot to discuss in giving a full overview of the event, but we’ll try to summarise our experience. The three-day event took place on October 7th – October 9th, in Sofia, Bulgaria, and gathered PHP and front-end developers…
We all know that the work environment is very important for everybody, right? It’s simple: happy employees sustain a continuous growing business. However, here, at Innobyte, we are more than happy employees; we like to think of ourselves as a family, and each and every one of us has its important role and place in the heart of Innobyte. A perfect place to…
(Welcome! We don’t serve cookies, but we most likely have beer!) It’s been more than a year since we launched InnoTalks, a series of presentations held by our team, here, in Innobyte, on different topics, from web development, to quality assurance, latest technologies, project management, start-ups and so on. We believe that learning is a continuous process and that success comes…
And what a great time we had, as all of the attendees seem to have had, as well! Meet Magento and Mind Magnet did a great job with organizing the conference on September 13th, 2014, and, as a first Meet Magento event ever to take place in Romania, it was a valuable experience for both attendees and organizers. We were excited…
What is ArnoldC ? ArnoldC is a programming language based on the one-liners of Arnold Schwarzenegger. ArnoldC is an imperative programming language where the basic keywords are replaced with quotes from different Schwarzenegger movies. Parsing is done with Parboiled and ASM is used to generate the Java bytecode. How to code in ArnoldC ? First, we need to download it :
1 |
wget http://lhartikk.github.io/ArnoldC.jar |
Create a new…
Symfony offers a state-of-the-art foundation on which they can build custom features with ease. Not only that it offers the tools to build the features, it also offers an unparalleled debugging environment which also includes a birds-eye view over an entire request, starting from the configuration of the environment going to a timeline of the request showing all the moving…
Lesson1 – How to install symfony2.4 in only 4 steps? Step1. We need to install composer. What is composer ? Composer is a dependency manager for PHP. Just like PEAR for PHP. Or just like npm for node.js. Or Bundler for Ruby. Or apt-get for Ubuntu. You can read more about composer here. Download composer to your computer :
1 |
curl -s http://getcomposer.org/installer | php |
…