DiscoverSDK Blog
Getting Started with Spring Boot
Spring Boot comes with a lot of starters which help you get up and running quickly, making you less dependent on, well, dependencies! [...]
Hibernate O/R Mapping using Map
In this article, we we’ll take a look at Hibernate O/R collection mappings and learn how to map a Map collection to entities stored in the database. [...]
5 Top A/B testing and test automation tools
A/B Testing is a highly advanced and useful method for examining an existing version against another version that has been changed, and determining the version with the most positive results according to the uses we determine. Among others it allows you to publish two almost identical marketing bann [...]
Getting Started with Mockito
In this tutorial we will start our journey with Mockito, a full fledged Mocking framework in Java. As the article continues we will cover the following topics: [...]
Bootstrapping a Spring Web app
In this tutorial, we will explain how to bootstrap a Spring web application and more importantly, how to make the necessary jump from an XML configuration to a Java annotation based configuration. [...]
Unit Testing
Unit Testing is a component of Test Driven Development (TDD) in which test cases are written to deliberately fail, followed by development of the product with continued testing until all test cases pass. [...]
Hibernate O/R Mapping using Bag Collection
In this article, we’ll look at Hibernate O/R collection mappings and learn how to map a Collection to entities stored in the database. [...]
React Native - State and Props
There are two types of data that reside in a component: props and state. Props are set by the parent and they are fixed throughout the lifetime of a component. For data which is expected or can change, we can use state. [...]
What's new in Java 9
Java 9 comes with a rich set of features and additions. Although there are no new language features, new APIs and diagnostic commands will definitely be of interest to developers. [...]
Integrating Native Facebook Login and Graph API into Ionic 2
In one of my previous articles, I talked about Firebase integration that enables you to do authentication through several providers, including email/password, Google, Facebook, etc. Actually, we implemented only the email/password provider, as that’s the simplest and most common method to auth [...]
Top DiscoverSDK Experts
Compare Products
Select up to three two products to compare by clicking on the compare icon () of each product.
{{compareToolModel.Error}}