Effective Debugging – A Free Guide

We've all wasted time tracking down a bug right?   For me, it really depends on the position of the stars. Some days, I can track a bug down in minutes. On other days, I spend hours trying to debug a program. I have to resort to having a co-worker help me out. Of course, my co-worker will quickly spot [...]

By |2018-06-29T10:41:48-04:00June 29, 2018|Tips|Comments Off on Effective Debugging – A Free Guide

15 Free Books for People Who Code

I found this really cool list of free books today. I thought you'd enjoy it! 15 Free Books for People who Code http://sixrevisions.com/lists/free-books-code/

By |2018-06-16T10:33:26-04:00June 16, 2018|Tips|Comments Off on 15 Free Books for People Who Code

How To Become a Full Stack Developer

You may have heard the buzz word, "Full Stack Developer". And you're probably wondering ... what is exactly is a Full Stack Developer?    Here's a good article that can shed some light on this booming career field.   How To Become a Full Stack Developer https://medium.com/coderbyte/a-guide-to-becoming-a-full-stack-developer-in-2017-5c3c08a1600c  

By |2018-06-08T10:32:06-04:00June 8, 2018|Tips|Comments Off on How To Become a Full Stack Developer

Free eBook: Maven – The Complete Reference

Maven is a popular tool for building Java EE applications.   Here's a useful eBook to help you get started with Maven   Maven  - The Complete Reference - http://bit.ly/1KXxIQa  

By |2018-04-24T10:22:40-04:00April 24, 2018|Tips|Comments Off on Free eBook: Maven – The Complete Reference

Two years of Pair Programming

Pair Programming is a technique in which two developers sit together and write code. One person types and the other person works as a co-pilot.   There has been much controversy over this technique. Some developers like it while others find it highly invasive.   Well, here's a great article from the trenches. The developer, Matt Cholick, worked for two [...]

By |2018-04-17T10:21:47-04:00April 17, 2018|Tips|Comments Off on Two years of Pair Programming

Top 5 Programming Languages to learn in 2018

Here's a good video that covers the top 5 languages for 2018. I love these types of videos because it is nice to get a good perspective of other languages in the industry.   Top 5 Programming Languages to learn in 2018 https://www.youtube.com/watch?v=5bm5tT0bN7c   Enjoy!

By |2018-04-10T10:19:51-04:00April 10, 2018|Tips|Comments Off on Top 5 Programming Languages to learn in 2018

Java 10 – New Features Every Developer Should Know

Java 10 was recently released on 20 March 2018. Say what??!!! You're probably thinking, "Java 9 was released in September 2017 ... sheesh!" I know, I know ... it is hard to keep up with the fast pace of technology. In fact, Oracle will start releasing a new version of Java every 6 months! Yep, you read that right! So [...]

By |2018-04-03T11:00:45-04:00April 3, 2018|Tips|Comments Off on Java 10 – New Features Every Developer Should Know

MongoDB Java Tutorials

MongoDB ... NoSQL ... buzzwords buzzwords buzzwords!   Well, it seems that MongoDB is all the rage. I personally still like MySQL but more and more, I've been getting requests to use MongoDB on my client Java projects.   Here are some useful resources that I used to spin up on MongoDB. Now, I can't promise to make you a [...]

By |2018-04-03T10:39:57-04:00April 3, 2018|Java, Tips|Comments Off on MongoDB Java Tutorials
Go to Top