-
Software Development
Apache NetBeans 11.1 Just released!
The Apache NetBeans proudly announced the long expected release of Apache NetBeans 11.1 that has a plethora of exciting new…
Read More » -
Enterprise Java
Chicken and egg – resolving Spring properties ahead of a test
Consider a service class responsible for making a remote call and retrieving a detail: 01 02 03 04 05 06…
Read More » -
Core Java
JDBC – Emulating a sequence
Probably each of us encountered this problem at least once in the programmer’s life – how to emulate a database…
Read More » -
Software Development
The Joy of Programming
Yesterday I was working with a slide deck for one of my future talks about Java and object-oriented programming and…
Read More » -
Software Development
5 Reasons Why Manual Testing is Important
Manual testing is inevitable when it comes to mobile app testing. In this age of rapid digital transition, mobile apps…
Read More » -
Python
Will Python Overtake Java as the Most Used Programming Language?
Will Python Overtake Java as the Most Used Programming Language? As per the Stack Overflow Developer Survey 2019, Python is…
Read More » -
Software Development
Exception handling
In this post i will share how error handling is done and what options we have.Error handling is complex topic…
Read More » -
Enterprise Java
Using metric tags with MicroProfile Metrics 2.0
Business-related metrics that are emitted from our application might contain parameters (i.e. tags or labels) for which a specific metric…
Read More » -
Enterprise Java
Testing Spring Boot conditionals the sane way
If you are more or less experienced Spring Boot user, it is very luckily that at some point you may…
Read More »