Articles: API Design
Technical writings, opinionated architectures, and development guides focusing on API Design.
Introducing - Laravel Transporter
Streamline API requests with Laravel Transporter using a powerful OOP approach with class-based configuration.
Working with third party services in Laravel
Learn how to work with 3rd party services in Laravel, focusing on connecting to the PingPing API. Improve your Laravel skills today!
Adventures in PHP - PHP SDK Builder
Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.
Adventures in PHP - PHP URI Builder
Introducing 'uri-builder', a PHP package with a fluent interface for easy URI string creation, simplifying API calls and URL manipulation.
Building a REST API in GoLang
Discover the process of building a REST API in GoLang, from setting up Docker containers to structuring and scaling your application effectively.
My First Go Module - go api problem
Explore the journey of building the first Go Module for error handling in APIs. Simplify error handling in GoLang with this module.
Embracing PSRs to build an interoperable HTTP Client
Learn to build a PSR-18 compliant HTTP client in PHP, enhancing web development through interoperability and efficient request handling.