Simplify Time Intervals in Java With TimeUnit
How to use Java’s TimeUnit enum for simple and clean representation of time intervals, instead of using ugly multiplication to calculate millisecond values.
How to use Java’s TimeUnit enum for simple and clean representation of time intervals, instead of using ugly multiplication to calculate millisecond values.
Part of a series explaining Go from a Java developer perspective. This article covers code formatting rules, and other surprises enforced by the compiler.
Part of a series explaining Go from a Java developer perspective. This article covers Go’s three control structures… “if”, “for”, and “switch”.
Part of a series explaining Go from a Java developer perspective. This article covers the fundamentals of Go’s syntax, packages, functions, and variables.
The first of a series of articles explaining Go for Java programmers. What is Go, and how can it benefit you alongside Java?