-
Software Development
Let’s Annotate Our Methods With The Features They Implement
Writing software consists of very little actual “writing”, and much more thinking, designing, reading, “digging”, analyzing, debugging, refactoring, aligning and…
Read More » -
Software Development
[MEGA DEAL] The A to Z Cyber Security & IT Certification Training Bundle (97%)
The Gigantic 114-Hour Track to Go From Cybersecurity Zero to Systems Security Hero Hey fellow geeks, This week, on our…
Read More » -
Software Development
Codeless Testing: Everything You Should Know
It’s no secret that enterprises engaged in software development are in the realm of growing pressure to speed up –…
Read More » -
Enterprise Java
Enhanced CDI contexts & bulkheads with MicroProfile Context Propagation
When using CDI with asynchronous execution methods, such as a ManagedExecutorService, it’s traditionally not possible to access all of CDI’s…
Read More » -
Enterprise Java
Proposal on Jakarta EE’s innovation & relationship with MicroProfile
At the JCrete unconference, a few of us were brainstorming about the vision of Jakarta EE and especially the relationship…
Read More » -
Software Development
Slack Outage: How Fast Code Changes Killed The Productivity Platform
Slack took quite a beating during and after the service outage that happened last Monday morning. Here’s a small sample…
Read More » -
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 »