-
Enterprise Java
Containerising a Spring Data Cassandra application
I’m continuing my journey of learning Docker. I am still keeping it simple at this point. This time around, I…
Read More » -
Core Java
Java: Mocking a ResultSet using Mockito
This post shows how you can mock a java.sql.ResultSet using Mockito. It can be used to help unit test code…
Read More » -
Android Core
Create a Basic Android App without an IDE
“I love writing authentication and authorization code.” ~ No Java Developer Ever. Tired of building the same login screens over…
Read More » -
Software Development
[MEGA DEAL] The Complete Adobe Mastery Bundle: Lifetime Access (98% off)
Take a Deep Dive Into Photoshop, Premiere Pro, After Effects, & More of the World’s Leading Creative Suite Hey fellow…
Read More » -
Core Java
Playing with JDK 12’s Switch Expressions
In the blog post “JDK Language Feature Preview in Action: Switch Expressions,” I discussed how JEP 325 [“Switch Expressions (Preview)”]…
Read More » -
Agile
Release or be damned
Back when I was still paid to code I had a simple question I posed to troubled development efforts: “Why…
Read More » -
Software Development
What is the difference between ‘git pull’ and ‘git fetch’?
In the simplest terms, git pull does a git fetch followed by a git merge. You can do a git…
Read More » -
Agile
Individual Contributor vs. Team Member
Many people draw distinctions between people who do management-kind of work and people who do “individual contributor” kind of work. …
Read More » -
Enterprise Java
TIP: Activate via URL and Send Arguments
The most secure password in the world is the one that doesn’t exist. You remove the user from the equation…
Read More »