Equal or identical. How to compare variables?
== or ===? How many equal signs to put up so that it is correct and that nobody in the code review has a problem with it? Why is it so…
== or ===? How many equal signs to put up so that it is correct and that nobody in the code review has a problem with it? Why is it so…
Task completion reporting may not be the most interesting part of the software development process, but when it’s done right it can be both…
When building an application, you will for sure reach a moment when someone suggests you do a complete rewrite. This could be your developer…
PHP7.2 was signed as RC6 in 09 Nov 2017 and GA released in Nov 30th's. In Accesto we try our best to keep updated with all new features and…
In September we are celebrating the birthday of Accesto, this year we will turn 7. For me it's a double anniversary because a year ago in…
As important and critical unit tests are to our applications, functional testing of the front part should be a must part of any project too…
At Accesto we recently came up with a project release checklist that helps us to make sure that we did not miss anything. It helped us a lot…
Writing a testable code of an application is as important as writing tests itself. While testing, besides S.O.L.I.D. (single responsibility…
Two weeks ago, Symfony announced a new Dotenv component. I’m not sure if you know about it, but I’m sure you should! Why? Let's take a…
Cutting corners in web development speeds up your development in the short run. But it eventually catches up to you in the long run, causing…
A few months back, we were sharing our office with two developers from another company. For a month they worked on a project with us. At…
Recently, many software development agencies have switched from Fixed Price to a Time and Materials method of billing. Reluctant customers…