Skip to main content
Education

Grid anatomy and why you need to use it

When working on the new design in order to provide a quality experience for your users, it is essential that you pay attention to the design principles. Consistency is a golden rule in web design for both visual elements and functionalities.
Iva Ilievska
28.10.2019
JavaSpring BootTechnology

JMeter

Today, we are gonna take a look at JMeter, a popular open-source software used for performance testing. In this example we are using it as an external integration testing solution together with maven.
Shady Eltobgy
27.09.2019
JavaTechnology

Unit testing with Mockito

Writing unit tests for our code is a mandatory task in the agile world, and there are many tools in the market that help with automated testing. One of them is Mockito, and the goal of this article is to provide a brief overview of this tool.
Adobe Experience ManagerJavaTechnology

Editable Templates in AEM 6.5

Editable templates were first introduced into Adobe Experience Manager AEM 6.2 and improved in the next releases. They were integrated in AEM to give authors the possibility to create and structure templates rather than developers. This blog post summarizes the editable templates provided by Adobe Experience Manager and shows how…
JavaTechnology

Java 8 Streams

One of the major features of Java8 is the addition of streams. The goal of this article is to provide a brief overview of Java8 streams, which stream operators are available and few examples how to use them.