CLEAN UP YOUR CODE SMELLS
LEARN YOUR DESIGN PATTERNS
Recent Posts
The tables below are all the unit conversion factors used in the Unit Converter App tutorial, where we walked through together building out a JavaFX and SceneBuilder interface. Click here to...
Step 1. Download JavaFX Go to https://gluonhq.com/products/javafx/ and download the appropriate SDK for your operating system. Make sure you download the SDK and make sure you choose the correct...
A Deque is a double ended queue. It can be used as a Queue or a Stack If you've studied your basic Data Structures and Algorithms, then I'm sure you're familiar with the Queue and the Stack data...
In this article we go through some more refactoring techniques to write cleaner code with this homework submissions. (If you want to submit some code to get refactored through a video, then join...
If I could give any single piece of advice to new programmers, it'd be to never stop learning! We as software engineers have a very under-appreciated job in society. We have built our society...
https://youtu.be/IM3zOyGeRFs This is a beginner level tutorial on refactoring some old code I wrote a while ago. If you want to submit a homework assignment for a code review to be featured on...