Editors' Pick

Trending Posts

Popular Post

Recent Posts

post-thumb

What's quantum cryptography?


A quantum introduction

Quantum physic is getting discovered during the 20th century and is made of multiple theories that seem to solve current classical physic problems. Actually, it is so important that where quantum laws applies, Newton’s don’t. And vice versa. It describes two worlds where physics laws are just not the same. And this is why it radically changes the cryptography concept. We do not use commons physics laws but we use quantum one’s. And as we will see, these new rules allow us to be faster and stronger.

Read more Details
post-thumb

Menus in a Catalyst app

So… Catalyst, huh? The ultimate promise that a click on a checkbox and minimal effort will bring your iPad app to the Mac. If you have ever tried porting an app with this technology, you surely know by now that it is unfortunately not that simple. But, hey, in the end you finally managed to port your app, in all its glory, to the Mac. You’ve got all, or most of your features, you revamped some controllers, you have it all under control. Catalyst is great, long live Catalyst.

Read more Details
post-thumb

Split unit and integration tests

Introduction

The aim of this article is not to impose a solution, but to show different ways and tools to split unit and integration tests. We all encountered the need to write tests in our developments, the interest of each kind of tests is easy to found in several web sources or others (for example see http://softwaretestingfundamentals.com/unit-testing/ ), then i will not develop this part here. We will see below, how to split unit and integration tests with several methods of 2 dependency managers (Maven and Gradle), concerning Java source code. In conclusion you will find a succinct comparison of all the methods.

Read more Details