Programming Tutorials

Curated development tutorials from top sources. Filter by language.

All python javascript php go ruby java rust typescript general sql css
dev.to realpython freecodecamp

Generics in Java Interview Q&A

Java Generics is one of the MOST important Java concepts. If you understand Generics properly: collections become safer code becomes reusable compile-

java dev.to May 12, 2026

Abstraction in Java

Abstraction in Java is the process of hiding internal implementation details and showing only essential functionality to the user. Java provides tw

java dev.to May 12, 2026

Day 9/90: Methods - Java Engineering

Day 9/90: Methods 90 Day Java Challenge: Zero to Production Today I wanted methods to feel like a real engineering decision, not a syntax

java dev.to May 12, 2026

Mutable Key Problem in HashMap

Mutable Key Problem in HashMap HashMap depends on hashCode() remaining stable If the key changes after insertion: hashCode changes bucket location c

java dev.to May 12, 2026

Pojo in Java

POJO in Java – What and Why? In Java, POJO stands for Plain Old Java Object. A POJO is a simple Java class that is not dependent on any sp

java dev.to May 12, 2026
« Prev Page 35 of 82 Next »