The switch statement is a useful selection statement when there are many values that require...
The volume of a cube with side s is: s x s x s or s to the 3rd power. In Java, the Math.pow(x,y)...
This tutorial is a simple Java program that asks the user for two numbers, adds them together, and...
This guide explain how to remove sensitive text from your Git repo. It requires BFG Repo-Cleaner,...
How to use merge requests and feature branches in your Git workflow
A simple tutorial using Java Scanner
A tutorial on test-driven development (TDD) using Mocha and Node.js
A simple tutorial on Git branching
A Beginner's Tutorial on Git and GitLab
10 Things I'd Tell My Younger Self About Programming
A Simple 2D Point Class in Java
Accessing Elements in 2D Arrays in Java
Using Binary Search in Java
26 Programming Concepts from A to Z
50 Ways You Can Improve as a Programmer
Basic Arrays in Java
Using HTML Canvas Graphics to Draw Shapes
An Algorithm to Translate Vanity Phone Numbers
How-To: Formatting Java Output With printf()
Tutorial: Write Your First JavaScript Program
Java Tip: What are Methods, Functions, and Procedures?
How-To: Java isDigit() function
How-To: Java charAt() String Function
How to accept String input in Java
Unit Testing in Python
Think Like a Programmer: Stepwise Refinement
Git in Five Minutes
10 Tips for Getting an Internship
Tutorial: Visual Studio Code and Java
Formatting currency amounts in Java