Jan 
17, 
2018

Testing PHP code more efficiently

<div style="text-align: justify">Quality code is highly valued in the PHP community. You’ll rarely find untested libraries on GitHub. Two problems that developers encounter again and again during testing are the handling of file operations, as well as testing built-in PHP functions such as time() or exec() on certain expectations. In...
Nov 
22, 
2017

How hard can it be?

<div style="text-align: justify">Back when starting their consulting company, they deemed invoicing a solved problem: Simply write them using office software, print to PDF, done. That solution did not make them happy, though. </div>
Oct 
4, 
2017

Making a case for Go – for PHP developers!

<div style="text-align: justify">Developers usually take their programming language of choice very seriously. Which makes sense since it’s probably the tool they spend the most time using. We get attached to our languages, and debating the merits of various languages can get… passionate. </div>
Sep 
28, 
2017

Making code refactoring safer with functional tests

<div style="text-align: justify">You might have heard about it before: Most of the time it doesn't make any sense to write software from scratch. Instead, existing software should be refactored – especially when there's no one who understands anymore what exactly some piece of code actually does. Refactoring refers to changing...

Message Processing Retries with RabbitMQ

<div style="text-align: justify"><a href="https://www.rabbitmq.com" style="color: #921015;">RabbitMQ</a> is an open source message broker, useful in almost any technology stack. It's built in Erlang and has a reputation for being a robust and reliable technology. However, in this article we'll look at what happens when things are <strong>not</strong> going smoothly, and how...

Stay tuned!

Register for our newsletter

Behind the Tracks of IPC

PHP Core
Best practices & applications

General Web Development
Broader web development topics

Test & Performance
Software testing and performance improvements

Agile & People
Getting agile right is so important

Software Architecture
All about PHP frameworks, concepts &
environments

DevOps & Deployment
Learn about DevOps and transform your development pipeline

Content Management Systems
Sessions on content management systems

#slideless (pure coding)
See how technology really works

Web Security
All about
web security

PUSH YOUR CODE FURTHER