👋 Hi, I am Oleg Charnyshevich

I’m a full-stack developer from Belgrade, Serbia. I love designing complex systems that makes me challenge myself. And I am happy to share my knowledge and expertise with people passionate about programming.

Over the years, I’ve dabbled in backend development, frontend development, design, and, more recently, building in public as a hobby.

4 ways to inject dependencies in Symfony that you probably don’t know about?

In this tutorial, I will show you how to use the Dependency Injection features as an independent component in Symfony. The knowledge from this article is reusable and can be applied to other frameworks with slight changes. This part of the tutorial will help you familiarize yourself with terms and all possible ways to inject services into your code with my examples.

Date
Read more , 4 ways to inject dependencies in Symfony that you probably don’t know about?

Understanding Bitwise Operators with PHP

In this tutorial, you will learn about all 6 bitwise operators in PHP programming with examples. In the arithmetic-logic unit (within the CPU), mathematical operations like addition, subtraction, multiplication, and division are done at the bit level. Bitwise operators are used to performing bit-level operations in PHP programming.

Date
Read more , Understanding Bitwise Operators with PHP