A PHP template engine comes in handy for projects that involve work of developers and designers.
The upcoming PHP7 brings some cool stuff to the game. Here is a quick look at two of the new features: return types declarations and the controversial scalar type hinting. So check it! Check it!
With real-time data and Internet of Things modern applications need to incorporate new programming techniques. Reactive Streams is a new specification with the goal of leading different JVM languages to the new, asynchronous future.
Have you ever wanted to know what was the result of your unit test and act differently depending on the test result? In this short article I present a JUnit feature called Rules.