-
Software Development
[MEGA DEAL] The Complete Computer Programmer Super Bundle (98%)
Master Top Coding Languages, Cybersecurity, & More with 12 Courses (121 Hours!) From Rob Percival & More Top Instructors Hey…
Read More » -
Enterprise Java
Read replicas and Spring Data Part 2: Configuring the base project
In our previous post we set up multiple PostgreSQL instances with the same data.Our next step would be to configure…
Read More » -
Enterprise Java
Read replicas and Spring Data Part 1: Configuring the Databases
This is a series of blog posts on our quest to increase our application’s performance by utilizing read replicas. For…
Read More » -
Software Development
Revising the Eclipse IP Policy: Third Party Content
The Eclipse Foundation is in the process of making a major update to our Intellectual Property Policy. A big part…
Read More » -
Core Java
OutOfMemoryError related JVM arguments
JVM has provided helpful arguments to deal with OutOfMemoryError. In this article, we would like to highlight those JVM arguments.…
Read More » -
Enterprise Java
Spring @RequestParam Annotation
Introduction: Spring @RequestParam annotation can be used to extract the query parameters in a handler method. In this quick tutorial,…
Read More » -
Enterprise Java
JUnit 5 and Selenium – Using Selenium built-in `PageFactory` to implement Page Object Pattern
Selenium is a set of tools and libraries supporting browser automation and it is mainly used for web applications testing.…
Read More » -
Kotlin
Kotlin Data Classes: Why, What and How?
In this post on Kotlin’s data classes, we’ll take a look at how data classes are better than regular Java…
Read More » -
Core Java
How to fix an illegal start of expression in Java
Have you ever come across the error illegal start of expression in Java and wondered how to solve it? Let’s…
Read More »