Goals for 2019.
A little more than a week left for 2019. It’s time to write a list of goals for the next year.
Truth can only be found in one place: the code.
Robert C. Martin, Clean Code: A Handbook of Agile Software Craftsmanship
A little more than a week left for 2019. It’s time to write a list of goals for the next year.
Directly the coding process can can be roughly divided into the following steps: Thinking about the solution of the problem. Typing yo...
Сomposer is awesome. It allows us to manage dependencies and required libraries for the application we are developing.
Design patterns are guidelines for solving repetitive problems.
Design patterns are guidelines for solving repetitive problems.
Design patterns are guidelines for solving repetitive problems.
Design patterns are guidelines for solving repetitive problems.
Design patterns are guidelines for solving repetitive problems.
In my work, I mainly use PHP 5.6 and 7.2. To learn more about the subject area, I decided to find out how the development of PHP was going from 5.0 to 7.2. ...
Performance and fast response of the web and mobile applications largely depend on the quality of writing SQL queries. For most of the junior developers with who...