Skip to main content
ArticlesProjects
Architecture Journals

Technical Articles

Opinionated writing on software systems, strict monolithic domain boundaries, testing strategies, and Laravel performance.

Articles179
Est. Read Time1,640 mins
Topics17
Series Parts34
Apr 202112 min read
Laravel

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!

Oct 20207 min read
PHP

Adventures in PHP - PHP SDK Builder

Learn how to build efficient, interoperable PHP SDKs using Laravel Forge and PSR-18 standards.

Oct 20205 min read
PHP

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.

Oct 20203 min read
PHP

PHP Online - The Story So Far

Discover the journey of PHP Online, a community hub for PHP enthusiasts. Join us in shaping the future of PHP.

Jul 202011 min read
API Development

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.

Jul 20203 min read
API Development

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.

Jun 202011 min read
Laravel

Embracing The Tall Stack with Event Sourcing, an adventure into the unknown

Dive into blending Laravel's TALL stack with event sourcing, learning to create efficient and reactive PHP applications with modern web development techniques.

May 20202 min read
PHP

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.

May 20203 min read
PHP

An adventure with Graph Databases

Explore open-source PHP packages for Neo4j graph database, offering fresh solutions to outdated or abandoned integrations.

May 20204 min read
PHP

ParameterBag - My latest open source package

Discover ParameterBag, a PHP package that simplifies data handling by replacing arrays on objects, making code cleaner and more efficient.

May 20203 min read
PHP

Slim PHP 4 - A lightweight breath of fresh air

Discover the power of Slim4, a lightweight PHP framework offering control and customization. Ideal for flexible application architecture.