Matías Navarro-Carter
The Chilean Nerd

The Chilean Nerd

Follow
homeSSHGPGbadgesnewsletter
Tag

PHP

#php

More content

Read more stories on Hashnode


Articles with this tag

A CRUD Reality

Aug 3, 202313 min read

Or why your application needs the Transactional Outbox Pattern · The Nasty U in CRUD Before anything else, let's just do a quick recap on what CRUD is....

A CRUD Reality

The Repository Pattern Done Right

Jul 7, 202313 min read

The power of immutable collections · 💡 This is an old article that I wrote a few years ago in one of my many blogs and got lost somewhere until someone...

The Repository Pattern Done Right

Naming Interfaces in PHP, Java, et al.

Apr 3, 20232 min read

Pet Peeves #1 · I've written about this already in a previous post, but I think it deserves a post of its own. I think it is time we stop appending the...

Naming Interfaces in PHP, Java, et al.

Interfacing is Decoupling

Mar 30, 20234 min read

The Coder's Proverbs #5 · The Coder's Proverbs is a series where I summarize some lessons and principles I've learned over my career by using a memorable...

Interfacing is Decoupling

The Bigger the Interface, The Weaker the Abstraction

Mar 22, 20236 min read

The Coder's Proverbs #4 · The Coder's Proverbs is a series where I summarize some lessons and principles I've learned over my career by using a memorable...

The Bigger the Interface, The Weaker the Abstraction

My Top 3 PHP Naming Pet Peeves

Jan 26, 20237 min read

I've been writing PHP for quite a while now, but I do not write PHP the same way as when I started. In the beginning, like every developer, I just...

My Top 3 PHP Naming Pet Peeves