Change Layout Inside Zend Framework Controller

Reading Time: < 1 minuteOne of our legacy applications is using Zend framework 1.12. The requirement was to change the layout if one flag value is true in the request URI. We have a default layout enabled which was loading for every controller that …

Requesting GraphQL API Endpoint In Php

Reading Time: < 1 minuteThe aim of this article is to experiment with what I have learned and use it for my own reference. Following this article, I tried to consume the GraphQL API. I used Guzzle, PHP HTTP client library to request API. …

Pagination In Lighthouse GraphQL

Reading Time: 2 minutesIf you are struggling to implement pagination in GraphQL using the Lighthouse framework then this article might help you. When I started following Lighthouse Tutorial it was easy to query data as per the document mentioned in the tutorial. You …

A quick setup of GraphQL with Laravel

Reading Time: 2 minutesWhat Is GraphQL? GraphQL is a new API standard that provides a more efficient, powerful, and flexible alternative to REST. It was developed and open-sourced by Facebook and is now maintained by a large community of companies and individuals from all over the …

Basics Of The Domain Driven Design

Reading Time: 2 minutesThe aim of creating this page is to write down what I have understood about the Domain Driven Design. DDD is a heuristics rather than any fixed approach to design your software to handle complex business logic. It helps to …