php arrays merge

Avoid using array_merge within a loop

Read more
programming job event

Jobs (Queues) vs. Events

When to use each one?

Read more
git git reset git revert

Git: Reset last commit

git reset --soft, git reset --hard & git revert

Read more
PHP array sorting

New PHP 8.4 array functions

array_find, array_find_key, array_all & array_any

Read more
Git Rebase Onto

Git Rebase onto

How to modify the commit history with git rebase onto

Read more
Programming Test Cohn

The testing pyramid

How to structure your test suite 🗼

Read more
PHP first-class callables

Three dots in PHP

First-Class Callable Syntax, Variadic function & Argument unpacking

Read more
PhpStorm Intellij Settings

PhpStorm tricks ✨

Customize the IDE with templates, plugins and more

Read more
Testing Test types Unit Testing

Functional Tests

Unit, Integration and System tests

Read more
Git Programming Gitignore

How to create a global .gitignore file

and forget to ignore the same files over and over again! ⚡️

Read more
Programming PHP Arrays

Declaring array structures in PHP

Read more
PHP Testing Orm

ORM: Data Mapper vs Active Record

Which one is better and why?

Read more
Service Container Binding Laravel

How does the Service Container work?

Read more
PHP Solid Decoupling

Why and How to decouple your classes

with a real decoupling example

Read more
GraphQL Rest Https

A brief introduction to GraphQL

Read more
PHP Programming Sorting Algorithms

Sorting functions in PHP

And the Spaceship Operator 🚀🚀🚀

Read more
JavaScript Typescript Programming

Functional Programming in JavaScript

forEach, map, filter, reduce, find, findIndex, some & every

Read more
PHP Functional Programming Phel

Functional Programming with Phel 🐘

When PHP meets FP 🚀🚀🚀🌚

Read more
PHP Immutability Good Practices

Immutability, the good way

Practical examples of immutability in PHP

Read more
Collaboration Git Github

Getting started with Open Source Software

Being up-to-date and avoiding conflicts

Read more
PHP Testing Mocking

Testing with Test Doubles?

Dummy, Stub, Spy, Mock or Fake

Read more
PHP Testing Reflections

Why you should not use Reflection when testing

with some code examples

Read more
Testing Programming Scalability

The importance of tests in our software

Read more