With the Java Basics series coming to a close, I'm looking ahead to create a new Java tutorial series which could include data structures to sorting algorithms.
Welcome to The Renegade Coder, a site for people interested in Python programming and college teaching! Join me on Patreon for even more content.
Latest Articles
Sometimes you want a chunk of code to be run more than once. Rather than copying and pasting it a set number of times, why not dump it into a loop? In this tutorial, we cover Java looping mechanisms.
This past week, I got the chance to serve my community by teaching basic Python to local high school students at GE's Engineering Day.
How to Recover from Cloudbleed: A 2016 Leak of User Information
If you haven't changed your passwords lately, today might be a good day to do it. That's because of the latest data leak called Cloudbleed.
Errors in code are inevitable. The challenge as a developer is to make sure bugs don't make their way into production code. Fortunately, JUnit testing can be used to minimize the risk of bugs.
The official PC build guide of The Renegade Coder. In this article, we'll walk through the process of PC building.