Blog

Uncategorized

Jewellery Mangament software benefits

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

refactoring without test should be fine
PHP

Refactoring without tests should be fine

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

avoide empty()
PHP

Avoiding empty() in PHP

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

code refactoring
PHP

Refactoring PHP

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

laravel real time notification
PHP

Laravel Real-Time Notifications

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

12 tips for better live coding
PHP

12 Tips For Better Live Coding

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

tdd flow
PHP

3 Things You Need For Test-Driven Development

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