Artem
Backend Developer
Senior PHP developer, read PHP Guru (over 10 years of experience). Sports and logics are basic temperament traits of this guy

Software engineers often debate whether to use monolithic architectures or microservices. Choosing proper architectural patterns is crucial for building scalable, maintainable, and efficient software systems.

7 Reasons to Choose PHP Web Development for Business IT Solutions
So, you're a decision-maker, tasked with either launching that game-changing digital product, rebooting an older IT infrastructure, or building efficient internal tools to refine your team's competitive edge.

A Simple Telegram Time Tracker Bot Creation
Everyone has Telegram nowadays. All of us use this messenger daily — it’s convenient, easy to use, intuitive, secure, and of course we all love stickers. Besides the personal messaging, we often use group chats — with family, friends and colleagues.

In the modern world of social media, each of us uses dozens of applications and websites every day. OAuth 2.0 identity provider is designed to simplify the authorization process and, as a result, make the lives of users easier and safer. The question arises — in which way?

Postman: a Quick Start for Development and Testing
This article is intended to speed up and simplify the process of mastering the Postman tool basic functionality. The company positions its product as an API development platform. But why does everyone love Postman platform?

Running PHPUnit Tests with Code Coverage in PHPStorm When Working in Docker
In PhpStorm, there is a possibility to create Run/Debug Configurations and to run them from IDE. It allows the project participants to share common configurations using a ‘Shared’ flag in the settings.

Code Commenting And PHP Documentation Generation
Why do we need comments in code? How to write them? Where they are necessary and where they are not? How to comment code correctly? How to create the same documentation style for all members of the team? What are the tools for documentation generation?