Back to the basics: front end tips and tricks in 2021 (II)
Improve your coding life with these CSS tricks Whether you’re a junior or a senior front end developer, you can still discover new CSS properties and features. By using them, you have more control over how content behaves on the website. By the way, did you try my previous HTML tips and tricks? If not, check them […]
Back to the basics: front end tips and tricks in 2021 (I)
HTML tags and attributes you should definitely check out Every web developer is familiar with HTML. Whether you are a front end or a back end developer, and despite the new technologies and frameworks available, you still need a good grasp of HTML. It’s always better to use HTML features, like tags or attributes, instead […]
Desktop setup for an efficient development workflow
Is this even important? Even though sometimes is a neglected aspect of the development environment, the desktop setup is actually really important in the long run for increasing the comfort of opening/managing applications. It may not look significant, but reducing the amount of time and effort spent on managing the multiple applications needed for the […]
Simple Git Command Line Tricks
There are fancier alternatives to all of the tasks below, but there are times when the direct CLI (command-line interface) approach works best or it’s the only option. It’s definitely faster than any git GUI (graphical user interface) frontend that I’ve ever tried and oftentimes even more user-friendly. So here are some of the most common […]
Technical talks – Meet Magento 2015
You know by now what happened at Meet Magento 2015 in Cluj, and what the event had to offer to those attending the business track. And we will make no further reference to the party 🙂 But we were there attending the technical talks, all eyes and ears, to learn what’s new in the Magento […]
New PHP Challenge by Innobyte
A few days ago, we launched a new PHP challenge. We asked both our colleagues and Facebook community to redefine sad function in order to solve this problem and make the code work: They found some cool and clever solutions in order to execute beAwesome() function: Solution nr.1: function sad() { die(“Are you happy now […]
Symfony Best Practices – Analysis
Analysis based on Symfony Best Practices 2.7 during our InnoTalks #7 Purpose This article was written based on the internal debate we, at Innobyte, had on some of the recommendations presented in the Symfony Best Practices guide (referred to as SfBP from now on), some of which are different than what most expected, and some of which bring confirmation […]
TokenBundle
A while ago, we needed a solution to secure some URLs for single use. As this problem seemed to be quite common, we thought of making a reusable solution, which resulted in a separate Bundle that we used in several projects, and updated it to best fit other encountered situations. We believe this could be useful to other projects, […]
Top 5 Free Magento Extensions by Innobyte for your store
Having an online store is a great experience, but not an easy job! You have all the responsibilities of an offline shop and some more on top. Beside the fact that you have to manage all your physical products, you also have to administrate your online platform and permanently add new features. Customers are more selective […]
Automated tests for your software development projects
Every professional software development company tests its products before handing them to the client, in order to ensure a higher level of quality, and increase customer satisfaction. Quality assurance engineers work hard to find anything that the developers might have overlooked. As such, we make sure the client receives exactly what they requested, specified and […]
