LSP: Liskov Substitution PrincipleThis principle was named after Barbara Liskov, who defined it in 1987 in her work Data abstraction and hierarchy.Apr 1, 2022Apr 1, 2022
Test Driven Development: ExampleAs i promised all of you when i created my first article Introduction of TDD, today i’m going to show you a basic implementation of a…Jan 19, 2021Jan 19, 2021
Symfony Application using DockerA lot of developers (including me :D) used to say the famous phrase “it works on my computer”, when they deployed their applications.Nov 25, 20201Nov 25, 20201
Test Driven Development (TDD) : IntroductionTwo years ago i heard that there is a technical which reduce potential bugs in production code, but i was sceptical.Jan 19, 20201Jan 19, 20201
Symfony REST API (without FosRestBundle) using JWT authentication: PART 2In the first part ( Post 1) We explored how to implement the Rest API without using FosRestBunlde. In this post, we are going to secure…Jan 11, 20204Jan 11, 20204