skip to Main Content

A Few Java ‘Gotchas’ to Watch Out For

It is hard to believe I have been working on Java code for over ten years. I remember getting started in Java working on JSPs or Java Server Pages and Servlets which included putting scriptlets in my JSPs. Later on, I learned how that was frowned upon by true Java programmers. As we develop our Java skills we learn from senior team members as well as from books and blogs we read. Today, we are going to go over some ‘Java gotchas’ and how to avoid them.

Read More

5 Tools Every Developer Should Know

To be an effective developer you need to be organized, and you need to be efficient.  These are 5 tools I use on a regular basis to help plan my day, communicate effectively, and code efficiently. If you find yourself bogged down by your busy workload, try one of these to streamline your workflow.

Read More
Back To Top