-
Core Java
Java 10: Collecting a Stream into an Unmodifiable Collection
Java 10 introduces several new methods to facilitate the creation of unmodifiable collections. The List.copyOf, Set.copyOf, and Map.copyOf methods create…
Read More » -
Software Development
Storing Encrypted Credentials In Git
We all know that we should not commit any passwords or keys to the repo with our code (no matter…
Read More » -
DevOps
The Pain of Not Doing DevOps
Discover faster, more efficient performance monitoring with an enterprise APM product learning from your apps. Take the AppDynamics APM Guided…
Read More » -
Software Development
[MEGA DEAL] The Complete Project Management Bundle (98% off)
Take on JIRA, Scrum & Agile with This 11-Part Project Management Training Hey fellow geeks, This week, on our JCG…
Read More » -
Enterprise Java
Exact Matching of a String Containing a Wild Card in QueryDSL
On one of our recent projects, our client asked for a single search field that would be able to search…
Read More » -
Enterprise Java
Expanding Your Tech Stack with AWS Lambdas
Let’s face it. Debugging performance issues is hard, but fixing them is even harder. Let’s say you’ve found the offending…
Read More » -
Software Development
MySQL Command Line Tutorial
1. Introduction to MySQL In my previous tutorial, I discussed about installation of MySQL server and getting started with the…
Read More » -
Software Development
Should we always use TDD to design?
Can design emerge from TDD? Should we always use TDD to design software? Should we design upfront? How much design…
Read More » -
Clojure
A tale of Emacs, Clojure and pinned packages
It’s like trying to pin down a kangaroo on a trampoline. – Sid Waddel If you do any clojure[script] development,…
Read More »