Sorting Collections in Java
Have you run into a situation where you had a Collection of Objects (or an Array), and you needed to have them ordered in a certain way? Chances are that […]
Have you run into a situation where you had a Collection of Objects (or an Array), and you needed to have them ordered in a certain way? Chances are that […]
In this episode of the How to Program with Java podcast, I will be covering the topic of Java Regular Expressions (regex). This topic is one that I have been […]
This is a one off post that will educate you on a fairly complex topic in programming. I’d like to preface this by saying that the need to use Java […]
I remember back in my days at university, sitting in lecture while a professor droned on about important concepts in programming. The topic at hand was design patterns, and this […]
Hi everyone, I’ve been busy as of late packing as much content as I can into my new eBook. But I figured I would share one piece of the content […]
Javascript Replace Method I’ve noticed that I always forget the syntax when needing to do a javascript replace, so I decided to write a quick post about it. var stringToModify […]