facebook

Genuitec's Blog: MyEclipse

Gradle vs Maven – in Search for the Perfect Build Automation Tool

Posted on Nov 24th 2017
In your quest for the perfect build automation tool, you have probably come across Maven and Gradle – the two big players in the field. The decision here is no less tricky than picking just the right ingredients for that awesome holiday dish you might be thinking about … Read More

Improving Java Performance

Posted on Nov 10th 2017
Java is a fun language to develop in but at scale it can give you headaches. One can run into a number of problems that can affect the way a Java app runs. In this article we’ll touch on some common areas for performance issues and share some … Read More

Create a Cryptocurrency Dashboard with Angular

Posted on Nov 7th 2017
With Bitcoin’s record-breaking surge past the $7000 mark, we thought this would the perfect time to build a cryptocurrency dashboard with Angular. Cryptocurrency is a digital asset designed to work as a medium of exchange, using cryptography to secure the transactions and to control the creation of additional … Read More

Testing Angular Apps with Jasmine and Karma

Posted on Oct 25th 2017
Testing is one of the most important aspects of the modern application development process. Today, high quality, robust applications are the norm; nobody appreciates a buggy application. This article will walk you through testing your Angular application using capabilities that are already part of your Angular project. Creating … Read More
Show More