-
Software Development
Need Robust Software? Make It Fragile
In any software project, the goal is to create something stable. We don’t want it to break in front of…
Read More » -
Software Development
“Forget me” and Tests
Your users have profiles on your web application. And normally you should give them a way to delete their profiles…
Read More » -
Software Development
When Do You Stop Testing?
There is a software to be tested. There is a team of testers. There is some money in the budget.…
Read More » -
Android Core
Android push notification using Parse
Android push notification is a service used to send messages directly to the Android smart phones. Using this service, developers…
Read More » -
Core Java
How to use Java 8 Functional Programming to Generate an Alphabetic Sequence
I’ve stumbled upon an interesting Stack Overflow question by user “mip”. The question was: I’m looking for a way of…
Read More » -
Enterprise Java
Rest client calls with Spring Cloud
There are a few interesting ways to make REST client calls with the Spring-Cloud project. Spring-Cloud rest support builds on…
Read More » -
Core Java
Stack smashing detected
I bet every Java developer has been surprised at some point in the beginning of their career when they first…
Read More » -
Software Development
Create a programming language for the JVM
Because you know, in the end everyone wants to create his own programming language. I have been interested in parsers…
Read More » -
Enterprise Java
Deploy to Maven Central using API key (aka auth token)
How to communicate with Maven Central/Nexus without using the password kept locally unencrypted (especially with Gradle, but not limited to…
Read More »