DEV Community

Coding Tangents Series' Articles

Back to Jeremy Grifski's Series
Be Careful with Scanner Methods in Java
Cover image for Be Careful with Scanner Methods in Java

Be Careful with Scanner Methods in Java

10
Comments 2
7 min read
Be Careful with String’s Substring Method in Java
Cover image for Be Careful with String’s Substring Method in Java

Be Careful with String’s Substring Method in Java

13
Comments 9
5 min read
The `else if` Keyword Doesn’t Exist in Java
Cover image for The `else if` Keyword Doesn’t Exist in Java

The `else if` Keyword Doesn’t Exist in Java

24
Comments 20
5 min read
Rock Paper Scissors Using Modular Arithmetic
Cover image for Rock Paper Scissors Using Modular Arithmetic

Rock Paper Scissors Using Modular Arithmetic

9
Comments
11 min read
The Behavior of `i = i++` in Java
Cover image for The Behavior of `i = i++` in Java

The Behavior of `i = i++` in Java

34
Comments 8
3 min read
The Difference Between Public and Private in Java
Cover image for The Difference Between Public and Private in Java

The Difference Between Public and Private in Java

22
Comments 4
7 min read
Be Careful When Copying Mutable Data Types
Cover image for Be Careful When Copying Mutable Data Types

Be Careful When Copying Mutable Data Types

7
Comments 2
6 min read
It’s Okay to Test Private Methods
Cover image for It’s Okay to Test Private Methods

It’s Okay to Test Private Methods

39
Comments 15
7 min read
The Difference Between Statements and Expressions
Cover image for The Difference Between Statements and Expressions

The Difference Between Statements and Expressions

34
Comments 2
7 min read
Yet Another Way to Learn Recursion
Cover image for Yet Another Way to Learn Recursion

Yet Another Way to Learn Recursion

19
Comments 1
10 min read