Blog

Latest Comments

No comments to show.
refactoring without test should be fine

Refactoring without tests should be fine

Refactoring without tests should be fine. Why is it not? When could it be safe? Refactoring is[…]

avoide empty()

Avoiding empty() in PHP

The language construct empty() appears rather versatile. It’s like a Swiss army knife with a thousand blades, ready[…]

code refactoring

Refactoring PHP

I’ve been programming in PHP now for almost ten years, and if there is one thing I[…]

laravel real time notification

Laravel Real-Time Notifications

In this post, we will take a look at how we can send real-time notifications with Laravel,[…]

12 tips for better live coding

12 Tips For Better Live Coding

Let’s be honest. Live coding is terrifying! Everyone is watching every character you type, and they are[…]

tdd flow

3 Things You Need For Test-Driven Development

Testing and Test-Driven Development (TDD) are essential and challenging topics in programming. Especially the switch from just[…]

laravel

Everything You Can Test In Your Laravel Application

A common challenge in testing is not only HOW to test something, but WHAT you can test.[…]

Thank UU