This website uses cookies We use cookies to further personalize and enhance the user experience, conduct analytical research - for example, counting visits and traffic sources - place advertisements and contact third parties. Users can manage their cookie settings by clicking the "Choose your preferences " link."

Privacy policy

Blog

search
expand_more
expand_more
Showing 36-40 of 40 results

Results for category: Back-end close

7 reasons to use a PHP template engine for your webpage

A PHP template engine comes in handy for projects that involve work of developers and designers.

Scalar type hinting and return types in PHP7

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!

Be Reactive and use streams!

Reactive Streams is a new specification with the goal of leading different JVM languages to the new, asynchronous future.

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.

@Rules that can help you write better unit tests

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.