Articles, Home

Java Feature Spotlight: Sealed Classes

The release of Java SE 15 in Sept 2020 will introduce “sealed classes” (JEP 360) as a preview feature. A sealed class is a class or interface which restricts which other classes or interfaces may extend it. Sealed classes, like enums, capture alternatives in domain models, allowing programmers and compilers to reason about exhaustiveness.

Articles, Home

Grokking the Coding Interview: Patterns for Coding Questions – Learn Interactively

Coding interviews are getting harder every day. A few years back, brushing up on key data structures and going through 50-75 coding interview questions was more than enough prep for an interview. Today, everyone has access to massive sets of coding problems, and they’ve gotten more difficult to account for that. The process has gotten more competitive. When our team sat together to brainstorm on ideas to make the interview process easier for candidates, we realized quickly that one skill helped us the most when we were preparing for coding interviews: “the ability to map a new problem to an already known problem.” To help candidates with that, we’ve come up with a list of 16 patterns for coding questions, based on similarities in the techniques needed to solve them. As a result, once you’re familiar with a pattern, you’ll be able to solve dozens of problems with it. The techniques taught in this course have helped developers land jobs in top companies including Google, Facebook, Amazon, and Microsoft.

Events, Home

DevNation

The place for all things DevNation. Join developers across the globe for live and virtual events led by the Red Hat technologists who create our products. Sessions include weekly tech talks, master courses and live events.