-
Software Development
What It Takes to Get Into IoT Development
In 2015, there were 15.4 billion internet-connected devices, and that number is expected to grow to 30.7 billion by 2020…
Read More » -
Core Java
[MEGA DEAL] Complete Java Programming Bootcamp (94% off)
10 Courses (83.5 Hours) to Become a Java Master: Design UIs with JavaFX, Utilize Design Patterns, Master Multithreading & More…
Read More » -
Java
Java 9, 10 and Beyond: The Future of the Java Platform
Your secret weapon to keeping up with everything that’s new in the Java platform It feels like ever since the…
Read More » -
Enterprise Java
Mocking SecurityContext in Jersey Tests
Jersey has a great possibility to write integration test for REST-APIs, written with Jersey. Just extend the class JerseyTest and…
Read More » -
Core Java
Ant 1.10.3 released with JUnit 5 support
We just released 1.9.11 and 1.10.3 versions of Ant today. The downloads are available on the Ant project’s download page. Both these…
Read More » -
Enterprise Java
3 Pitfalls Everyone Should Avoid with Hybrid Multicloud (Part 1)
The daily cloud hype is all around you, yet there are three pitfalls everyone should avoid. From cloud, hybrid cloud,…
Read More » -
Core Java
Creational Design Patterns: Prototype Pattern
The prototype pattern is used in order to create a copy of an object. This pattern can be really useful…
Read More » -
Core Java
Creational Design Patterns: Singleton Pattern
The singleton design pattern is a software design pattern the restricts the the instantiation of a class to one object.…
Read More » -
Kotlin
Kotlin and JUnit 5 @BeforeAll
Introduction In Kotlin, classes do not have static methods. A Java equivalent semantic can be provided to callers using the concept of…
Read More »