WHAT IS CLEAN CODE? Clean Code is a subjective concept so different programmers have different ideas about the exact meaning Clean Code methods used within a company should converge. There are well established techniques to implement clean code best practices It embraces S.O.L.I.D. object oriented design principles It comprises code optimization. WHAT IS THE PURPOSE? […]
Nowadays hundreds of thousands of webshops are hosted by today’s biggest cloud service provider, the Amazon Web Services. Numerous arguments can be listed to point out the advantages of cloud services compared to physical servers or smaller hosting providers, of which the most important ones are flexibility, scalability and the hourly usage-based pricing. These three […]
While it’s probably not breaking news to anyone involved in software development, but ITG cannot stress enough how important software testing is as part of the SDLC. In almost every situation, adding another viewpoint is often what it ultimately takes to point out what others might have previously overseen. Software development projects require strict specifications, […]
While debugging Magento 2 extensions, developers often search through different log files. In the case of payment gateways, the content of these logs are sometimes important for shop owners. To make life easier, we wanted to find a way to manage log entries in a better way so that we can search and find what […]