-
Software Development
[MEGA DEAL] The Software Developer Certification Bundle (97%)
Java, C#, Python, Redux & More! This 41-Hour Course Bundle Will Help You Get Started in the World of Coding,…
Read More » -
Core Java
Java Compress/Decompress String/Data
Java provides the Deflater class for general purpose compression using the ZLIB compression library. It also provides the DeflaterOutputStream which…
Read More » -
Core Java
Optional ofNullable() method (With Examples)
A quick guide to Optional ofNullable() method in Java 8 API with Example programs. How to use in the real…
Read More » -
Enterprise Java
Protractor Tutorial: Handling Timeouts With Selenium
A lot of times while performing Selenium test automation, you’ll come across certain scenarios when your test fails due to…
Read More » -
Enterprise Java
10 JdbcTemplate Examples in Spring Framework
Hello guys, If you have been using the Spring framework then you may know that the JdbcTempalte is one of the most…
Read More » -
Kotlin
Kotlin / IntelliJ quick hint: Operator navigation
This is just a quick hint if you are programming Kotlin with IntelliJ: In IntelliJ you can ctrl-click on operators…
Read More » -
Enterprise Java
Mockito: Cannot instantiate @InjectMocks field: the type is an abstract class
Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. Use this annotation…
Read More » -
Java
Testing is Not Sufficient: 5 Ways to Know If Your Code is Really Production-Ready
Enterprises today are all about increasing software delivery velocity. But with shorter release cycles, code quality is usually sacrificed. Today’s…
Read More » -
Enterprise Java
Mockito: Cannot instantiate @InjectMocks field: the type is an interface
Anyone who has used Mockito for mocking and stubbing Java classes, probably is familiar with the InjectMocks-annotation. Use this annotation…
Read More »